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