Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
LREtools[riccati] - find solutions of Riccati Recurrence equations
Calling Sequence
riccati(problem)
Parameters
problem
-
problem statement or RESol
Description
Attempts to solve Riccati recurrence equations using various substitutions.
A Riccati recurrence equation in y(k) is one of the form where A(k), B(k), and C(k) are independent of y(k). If the equation is homogeneous (), then we try the substitution , which makes the equation first order linear and if not, then we try , which makes the equation second order linear. Finally, there is the substitution , which makes the equation second order linear. If rsolve can solve these new equations, then we back-substitute to obtain solutions to the original problems.
If A(k) is undefined for some k, then a set of equations may be returned, giving values of y(k) for specific k as well as the general formula.
Since it calls rsolve, this procedure can be expensive; because of the back-substitution, the answers may be overly complicated.
See the help page for LREtools[REcreate] for the definition of the format of a problem.
Examples
See Also
LREtools, LREtools[REcreate], RESol, rsolve
Download Help Document