How can I find the Numerical Solution of the fourth order PDE?
1 回表示 (過去 30 日間)
古いコメントを表示
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
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 Center および File Exchange で Partial Differential Equation Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!