Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

can you find the result of this integral?

1 visualización (últimos 30 días)
Ali Tunahan EROL
Ali Tunahan EROL el 5 de Ag. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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 comentarios
madhan ravi
madhan ravi el 5 de Ag. de 2019
Have you tried using integral() ? , please share the values of the missing datas.
John D'Errico
John D'Errico el 5 de Ag. de 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.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by