필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to solve this type of integration in matlab.

조회 수: 1 (최근 30일)
Chandan Kumawat
Chandan Kumawat 2020년 6월 13일
마감: MATLAB Answer Bot 2021년 8월 20일
Please anybody solve this integration
  댓글 수: 4
madhan ravi
madhan ravi 2020년 6월 14일
Post what you have tried.
Chandan Kumawat
Chandan Kumawat 2020년 6월 14일
here i'm attaching matlab file which i tried.

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 6월 14일
편집: Ameer Hamza 2020년 6월 14일
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
Ameer Hamza
Ameer Hamza 2020년 6월 14일
Chandan, you may check if they are equivalent by substituting the values of the parameters and check the values.
Chandan Kumawat
Chandan Kumawat 2020년 6월 14일
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

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by