Trouble solving ODE equation
4 ビュー (過去 30 日間)
古いコメントを表示
Im having trouble trying to setup code to solve an ODE when I already have the equation to i(t) and I need to solve to get an equation for P(t).

i(t)=(29/25000)*((sin(pi*t))^13)*(cos((pi*t)-pi/10))
I have all the values for R2 R1 Cv and Lv.
Any help or advice would be very much appreciated.
Thanks.
4 件のコメント
Jan
2021 年 2 月 21 日
Okay, now I see the equation for i(t) (maybe I have overseen if before).
Do you need a symbolic solution? Most equations do not have a closed form and numerical methods are needed for an integration.
Did you try to integrate the equation numerically already? Do you have some code?
回答 (1 件)
Karan Nandankar
2021 年 3 月 1 日
Hi,
You can initiate solving this ODE by following this documentation from Symbolic Math Toolbox:
Regards,
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!