how to Solve differential equation
이전 댓글 표시
Hi all
I have equation like this
dy/dt = a*y^2 + b*y + c
where a, b and c are constant
how can I solve this equation using matlab
채택된 답변
추가 답변 (1개)
arbia haded
2017년 5월 16일
0 개 추천
i would like to ask 2 quetions plz : 1- with ode45 can we solve a differential equation with spatial variation, for example the variation in the cartisian frame (x, y and z) 2- with ode45 can we solve a system like: dEz/dy-dEy/dz = a dEx/dz-dEz/dx = b dEy/dx-dEx/dy = c
i will be thankful if some one can help me
댓글 수: 1
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!