필터 지우기
필터 지우기

Solve sixth-order ODE in matlab

조회 수: 4 (최근 30일)
Luan Trinh
Luan Trinh 2014년 12월 2일
답변: Torsten 2014년 12월 2일
Hi every one,
I want to solve a sixth-order ODE like y(6) + 2y(4) + y(2) = f(x) with 6 boundary conditions. Could anybody can help me?
Thank you in advance!

채택된 답변

Torsten
Torsten 2014년 12월 2일
Use - depending on your boundary conditions - ODE45 or BVP4c and set up the system as
y1'=y2
y2'=y3
y3'=y4
y4'=y5
y5'=y6
y6'=-2*y5-y3-f(x)
Best wishes
Torsten.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by