Double area intergral (4D integral)
古いコメントを表示
We are trying to calculate the integrals in the attached file below. And we are having trouble doing it in matlab.
We have tried using this for reference: https://se.mathworks.com/matlabcentral/answers/77571-how-to-perform-4d-integral-in-matlab but sadly to no sucess.
We would appriciate any help we could get :)

9 件のコメント
Birdman
2020 年 3 月 31 日
What is the result of this integral? Is this a homework question?
Viktor Könemann
2020 年 3 月 31 日
Viktor Könemann
2020 年 3 月 31 日
Viktor Könemann
2020 年 3 月 31 日
David Goodmanson
2020 年 4 月 1 日
HI Torsten,
the x and y integrals are instantly doable, leaving (for the contribution evaluated at the lower limit x = y = 0) , the integrand
log((w-z)^2) which should be all right.
Torsten
2020 年 4 月 1 日
Good suggestion - I'm convinced.
To Viktor Koenemann:
viewfactor is approximately 0.05( without warranty ).
Viktor Könemann
2020 年 4 月 2 日
Integrate analytically with respect to x, evaluate the integral at its limits.
Function to integrate has the form a*x/(x^2+b)^2
Integrate analytically with respect to y, evaluate the integral at its limits.
Functions to integrate have the form a*y/(y^2+b)
These two tasks can either be done with pencil and paper or using the symbolic toolbox.
Now you have a double integral depending on z and w that can be evaluated numerically using Matlab's integral2.
It contains a combination of functions of the form log((z-w)^2+a).
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Programming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
