Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

can you find the result of this integral?

1 Ansicht (letzte 30 Tage)
Ali Tunahan EROL
Ali Tunahan EROL am 5 Aug. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
B_func(z, z_us) =
(ellipticF(theta, -(4*R_m*r)/((z - z_us)^2 - (R_m + r)^2)) - (ellipticE(theta, -(4*R_m*r)/((z - z_us)^2 - (R_m + r)^2))*((z - z_us)^2 - R_m^2 + r^2))/((z - z_us)^2 + (R_m - r)^2))/((z - z_us)^2 + (R_m + r)^2)^(1/2)
>> B = int(B_func, z_us)
matlab cannot solve this problem. Can you find how can I solve this integral?
  2 Kommentare
madhan ravi
madhan ravi am 5 Aug. 2019
Have you tried using integral() ? , please share the values of the missing datas.
John D'Errico
John D'Errico am 5 Aug. 2019
It is not even remotely surprising that MATLAB cannnot find an analytical solution, as a function of all those unknown variables, in a fairly complicated expression. The only surprise is that you think it is even possible.
If you provide numerical values for those unknowns, then integral will surely succeed, not int.

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by