Info

此问题已关闭。 请重新打开它进行编辑或回答。

can you find the result of this integral?

1 次查看(过去 30 天)
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 个评论
madhan ravi
madhan ravi 2019-8-5
Have you tried using integral() ? , please share the values of the missing datas.
John D'Errico
John D'Errico 2019-8-5
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.

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by