solve matrix differential equations with ode45
Mostrar comentarios más antiguos
I want to use ode to solve for a riccati differential equation. But it seems that it cannot be implemented directly in MATLAB.
3 comentarios
darova
el 2 de Oct. de 2019
Show us your ideas or some attempts?
Zicheng Cai
el 2 de Oct. de 2019
Editada: Zicheng Cai
el 3 de Oct. de 2019
darova
el 4 de Oct. de 2019
So what do you need help with? oder function looks ok as for me
Respuestas (2)
Naveen Shanmuganantham
el 17 de Dic. de 2020
0 votos
I understand that you want to solve for a riccati differential equation in MATLAB.
The "CARE" function within the Control System Toolbox solves the matrix Riccati equation.
The following MATLAB Answers link will help you in solving the matrix Riccati differential equation within MATLAB,
Maximilian Behr
el 8 de Dic. de 2022
0 votos
The repo https://zenodo.org/record/4460618#.Yt6LGsHP2de contains a solver (Modified Davison-Maki method) to solve the differential Riccati with MATLAB.
Categorías
Más información sobre Matrix Computations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!