Info

この質問は閉じられています。 編集または回答するには再度開いてください。

System of two ODEs that depend on symbolic parameter and dsolve cannot solve

1 回表示 (過去 30 日間)
Miltos
Miltos 2011 年 7 月 11 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi, I want to solve a system of 2 ODEs that depend on a parameter. I have used dsolve but it cannot solve the system:
dsolve('(t/x)*(Dx-(y^2)*x*Dy)=y^3','x+t*Dx+(2*t^2)*Dy/y^3=(2*t/y^2)-2*(z-x)-w*t','t')
Here z and w are the (symbolic) parameters and I get the message "Warning: Explicit solution could not be found"
Any ideas how can I get a solution of this system?
Many thanks in advance
  1 件のコメント
RahulTandon
RahulTandon 2015 年 7 月 6 日
The reason is simple: you have 2 equations and 3 unknowns: x , y , z. Cannot be solved. You need 1 equation more!!

回答 (0 件)

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by