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.
|
•
|
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
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?