필터 지우기
필터 지우기

Coupled Second Order Differential Equations Solution

조회 수: 3 (최근 30일)
Haseeb Hashim
Haseeb Hashim 2022년 7월 19일
댓글: James Tursa 2022년 7월 20일
I need help in Coupled Second order differential equation solution. I am using the method of converting these equations into system of coupled first order equations
  댓글 수: 1
James Tursa
James Tursa 2022년 7월 20일
Please post the original problem and what you have done so far. Then ask specific questions about the problems you are having with your code.

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

채택된 답변

Star Strider
Star Strider 2022년 7월 20일
I am not certain what you are asking. If you want to convert one or more differential equations to a system of first-order differential equations, and if you have the Symbolic Math Toolbox installed, set the differential equations up symbolically and then use odeToVectorField and then matlabFunction to create the anonymous function to use with one of the numeric differential equation integrators. Use the ‘Vars’ name-value pair to be certain the time variable is included in the argument list, and as the first argument. (I usually do this because it avoids the algebra errors that I frequently make with more complicated equations.)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Code Generation에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by