2nd Order Nonlinear Differential Equation Solving with Central Difference Method?
이전 댓글 표시
I am trying to solve a 2nd order non linear differential equation using central finite difference method but ı cant, it is a boundary value problem
y''+2y'+5y=8sinx+4cosx
y(0)=0 and y(30)=0
step is dx=0.5
How can ı solve it, would you give me some suggestion about that or any script ?
답변 (3개)
Torsten
2019년 3월 1일
1 개 추천
http://web.mit.edu/10.001/Web/Course_Notes/Differential_Equations_Notes/node9.html
Furkan Celik
2019년 3월 3일
편집: Furkan Celik
2019년 3월 3일
댓글 수: 2
TRUONG HONG
2021년 7월 17일
Can i ask a question?
how can you find A(i,i) A(i,i-1) and A(i-1,1)
Thank u
Torsten
2021년 7월 17일
All explained on the above website.
Thanawut Sumtib
2021년 4월 5일
0 개 추천
Use the finite difference method to solve y'' + 2 y' − 3 y = 0 from t = 0 to 4 using a step size of 1 with y(0) = 1 and y’(0)=1.
카테고리
도움말 센터 및 File Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!