필터 지우기
필터 지우기

How can I find the Numerical Solution of the fourth order PDE?

조회 수: 2 (최근 30일)
Bhargava Reddy Banala
Bhargava Reddy Banala 2017년 12월 15일
댓글: Torsten 2017년 12월 18일
Here are the PDE, Initial and Boundary conditions:
I found the analytical solution using the Separation of variables method. I am trouble having finding the Numerical Solution. How can I do this in MATLAB?
  댓글 수: 1
Torsten
Torsten 2017년 12월 18일
By writing your equation as a system of two equations
du/dt = v
dv/dt = -d^4u/dx^4,
discretizing the spatial derivative and solving the resulting system of ordinary differential equations using ODE15S.
Best wishes
Torsten.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Boundary Conditions에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by