solve matrix differential equations with ode45
Afficher commentaires plus anciens
I want to use ode to solve for a riccati differential equation. But it seems that it cannot be implemented directly in MATLAB.
3 commentaires
darova
le 2 Oct 2019
Show us your ideas or some attempts?
Zicheng Cai
le 2 Oct 2019
Modifié(e) : Zicheng Cai
le 3 Oct 2019
darova
le 4 Oct 2019
So what do you need help with? oder function looks ok as for me
Réponses (2)
Naveen Shanmuganantham
le 17 Déc 2020
0 votes
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
le 8 Déc 2022
0 votes
The repo https://zenodo.org/record/4460618#.Yt6LGsHP2de contains a solver (Modified Davison-Maki method) to solve the differential Riccati with MATLAB.
Catégories
En savoir plus sur Matrix Computations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!