Info
この質問は閉じられています。 編集または回答するには再度開いてください。
how to solve the differential equation in MATLAB
1 回表示 (過去 30 日間)
古いコメントを表示
u˙ 1 = x2u2,
u˙ 2 = −x2u1.
(u1)^2+ (u2)^2 − 1 = 0.
4 件のコメント
Star Strider
2015 年 11 月 21 日
Now I am even more confused. Are u1 and u2 functions of x2?
Is this correct for the first equation:
du1(x2)/dx2 = x2*u2(x2)
Please be as precise and as detailed as you need to be to describe the problem you want to solve. We here on MATLAB Answers are quite good at solving problems with MATLAB programming, but we are hopeless failures at mind-reading.
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!