Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

can you find the result of this integral?

1 visualizzazione (ultimi 30 giorni)
Ali Tunahan EROL
Ali Tunahan EROL il 5 Ago 2019
Chiuso: MATLAB Answer Bot il 20 Ago 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 Commenti
madhan ravi
madhan ravi il 5 Ago 2019
Have you tried using integral() ? , please share the values of the missing datas.
John D'Errico
John D'Errico il 5 Ago 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.

Risposte (0)

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by