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

1 visualización (últimos 30 días)
Bhargava Reddy Banala
Bhargava Reddy Banala el 15 de Dic. de 2017
Comentada: Torsten el 18 de Dic. de 2017
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 comentario
Torsten
Torsten el 18 de Dic. de 2017
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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Partial Differential Equation Toolbox en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by