Straigthforward differential equation ?
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Hello everyone !
I'd like to solve this differential equation :
dP/dx=a1*(P^(3*beta))+a2*(P^(2*beta))+a3*(P^beta)+a4
with beta a constant.
a1, a2, a3 and a4 are row vectors (here 1x11) with zero-dependance on x.
I have already thought to use the different odefun solvers (ode45, ode23...), but I haven't managed to implement the problem.
Could you help me please ?
Thanks a lot !
댓글 수: 1
Walter Roberson
2012년 6월 22일
That is not a straight-forward differential equation. It does not have an analytical solution even for beta=1.
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!