Solving a system of three second order coupled differential equation

조회 수: 5 (최근 30일)
Ashesh AK
Ashesh AK 2021년 11월 18일
답변: J Chen 2021년 11월 18일
Hi,
Please someone help me in solving these three coupled differential equation using ode45
I want to plot three things : in terms of time t
Please someone help me out!!
  댓글 수: 1
James Tursa
James Tursa 2021년 11월 18일
Have you looked at the documentation for ode45? There are vector examples that can get you started. In your case, you have three 2nd order equations, so your state vector will be 3*2 = 6 elements. The state vector will be [n1;n2;n3;n1dot;n2dot;n3dot], and you will need initial conditions for this 6-element state vector.

댓글을 달려면 로그인하십시오.

답변 (1개)

J Chen
J Chen 2021년 11월 18일
Use as states and express the derivatives of the states as functions of the states, e.g., d/dt()=etc.

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by