How can I solve this Ode system?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Navid
el 6 de Sept. de 2014
Comentada: Navid
el 10 de Sept. de 2014
Hello guys. So I have this parabolic PDE which I convert it to an ODE system via Finite element method on a small domain say :
Y=[0 0.06250]x[0 0.06250]
the system is:
D m' = K m + F
m(0)=0
which K is the stiffness matrix (81x81) and F is the load matrix (81x1)and D is a (81x1) matrix. the result should be a (81x1) matrix for m. Can you please tell me how to solve this system in Matlab at a time node for example 1?
thanks in advance
0 comentarios
Respuesta aceptada
Más respuestas (1)
Yu Jiang
el 6 de Sept. de 2014
Navid
You can find quite a few details and examples in the documentation.
-Yu Jiang
Ver también
Categorías
Más información sobre Ordinary Differential Equations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!