Nonlinear differential equations
이전 댓글 표시
Hi,
How can i solve a system of nonlinear differential equations using Matlab?? here is an example of what i'm talking about it's not the problem that i'm working in but it had the same form. //// x'=3x+y//// y'=y-x+y^4+z^4//// z'=y+z^4+y^4+3/// the ' means the derivative. i'll appreciate your help, best regards!
채택된 답변
추가 답변 (3개)
seelam sreekanth
2015년 3월 27일
0 개 추천
Hi how can i solve the following equation 2f"'-(f')^2+f”-f’=0 f(0)=0, f’(0)=0 by using MAT lab
note: the ' means the derivative
댓글 수: 1
Torsten
2015년 3월 27일
One additional boundary condition is missing ...
Best wishes
Torsten.
Aikumys Arkenova
2020년 5월 4일
0 개 추천
Hello!!!
How i can solve this equaion?
y'(t)=-y(t)+e^tauy(t-tau)g(x(t-tau))
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!