Borrar filtros
Borrar filtros

Info

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

How to solve this type of integration in matlab.

1 visualización (últimos 30 días)
Chandan Kumawat
Chandan Kumawat el 13 de Jun. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Please anybody solve this integration
  4 comentarios
madhan ravi
madhan ravi el 14 de Jun. de 2020
Post what you have tried.
Chandan Kumawat
Chandan Kumawat el 14 de Jun. de 2020
here i'm attaching matlab file which i tried.

Respuestas (1)

Ameer Hamza
Ameer Hamza el 14 de Jun. de 2020
Editada: Ameer Hamza el 14 de Jun. de 2020
Live script shows following output in latex format
syms r P n m K t
tau = P*r/2;
f = tau^(n-1)*(tau-n*t)/(1+K)*(1+(K*r^m/(1+K))+(K*r^m/(1+K))^2+(K*r^m/(1+K))^3);
F = int(f)
This is integral of f. It should be similar to answer given by Mathematica.
  4 comentarios
Ameer Hamza
Ameer Hamza el 14 de Jun. de 2020
Chandan, you may check if they are equivalent by substituting the values of the parameters and check the values.
Chandan Kumawat
Chandan Kumawat el 14 de Jun. de 2020
i have varified but it is matching mainly every denominator term like (1+m+n, 1+2m+n etc ) are mot getting in matlab answer

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by