Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
DEtools[matrix_riccati] - solve a Matrix Riccati differential equation
Calling Sequence
matrix_riccati(A, K, Z0, t)
matrix_riccati(A, K, Z0, t=t0)
matrix_riccati(A, K, t)
matrix_riccati(A, K, t=t0)
Parameters
A, K
-
Matrix coefficients of the Riccati Matrix Equation
Z0
Matrix representing the initial conditions for t=t0
t
independent variable
t0
position of initial conditions
Description
The Matrix Riccati differential equation is
with
where , and are n by n matrices. matrix_riccati returns the solution, .
The command with(DEtools,matrix_riccati) allows the use of the abbreviated form of this command.
Examples
The unknowns are
A simple example would be
The matrix with the initial values and is
The system of equations represented by these matrices is thus
The two coupled odes are
The matrix solution to this matrix system of equations with initial conditions at is computed as:
Recalling the form of , the solution to the system of odes is constructed from as
This result can be verified with odetest
See Also
dsolve, odetest, riccati_system, riccatisol
Download Help Document