Borrar filtros
Borrar filtros

code to solve second order coupled PDE

5 visualizaciones (últimos 30 días)
KIRAN Sajjanshetty
KIRAN Sajjanshetty el 12 de Jul. de 2022
Editada: Torsten el 12 de Jul. de 2022
  2 comentarios
Abderrahim. B
Abderrahim. B el 12 de Jul. de 2022
Hi!
Refer to this documentation page.
Hope this helps
KIRAN Sajjanshetty
KIRAN Sajjanshetty el 12 de Jul. de 2022
can you write the direct code to write the equation
i am not getting the solution for the given equation

Iniciar sesión para comentar.

Respuestas (1)

Torsten
Torsten el 12 de Jul. de 2022
It's not a system of PDEs, but of ODEs.
Convert the two second-order ODEs to a first-order system of 4 ODEs. Then use ODE45 to solve if the boundary conditions are all given in one point and BVP4C if the boundary conditions are given in two or more different points.
  4 comentarios
Torsten
Torsten el 12 de Jul. de 2022
@KIRAN Sajjanshetty comment moved here:
Torsten
Torsten el 12 de Jul. de 2022
Editada: Torsten el 12 de Jul. de 2022
The first example "Solve Second Order BVP" under
should show you how to proceed.
The problem seems very similar to a question you already asked in this forum:

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by