Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How to solve odes without using ode package rather using RK4 method.
조회 수: 1 (최근 30일)
이전 댓글 표시
How to solve system of ODES without using Ode package rather using RK4 method and plot(t,y1,t, y2,t, y3).
dy1/dx = 3*y1+y2; dy2/dx = y2-y1+y2^4+y3^4; dy3/dx = y2+y3^4+3+y2^4; Initial condition: [0 1 1].
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!