Azzera filtri
Azzera filtri

Info

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

How to solve this type of integration in matlab.

1 visualizzazione (ultimi 30 giorni)
Chandan Kumawat
Chandan Kumawat il 13 Giu 2020
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Please anybody solve this integration
  4 Commenti
Chandan Kumawat
Chandan Kumawat il 14 Giu 2020
here i'm attaching matlab file which i tried.

Risposte (1)

Ameer Hamza
Ameer Hamza il 14 Giu 2020
Modificato: Ameer Hamza il 14 Giu 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 Commenti
Ameer Hamza
Ameer Hamza il 14 Giu 2020
Chandan, you may check if they are equivalent by substituting the values of the parameters and check the values.
Chandan Kumawat
Chandan Kumawat il 14 Giu 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

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by