Robust Control Toolbox | ![]() ![]() |
Condition numbers of discrete algebraic Riccati equation.
Syntax
Description
driccond
provides the condition numbers of discrete Riccati equation
where P = P2/P1 is the positive definite solution of ARE, and [P2; P1] spans the stable eigenspace of the Hamiltonian
Several measurements are provided:
norA
, norQ
, norRc
).
conR
).
conP1
).
conBey
) [1].
res
).
tot
puts the above measurements in a column vector
For an ill-conditioned problem, one or more of the above measurements could become large. Together, they should give a general information of the Riccati problem.m
Algorithm
Byers' Riccati condition number is computed as [1]
See Also
are
, aresolv
, daresolv
, riccond
R. Byers, "Hamiltonian and Symplectic Algorithms for the Algebraic Riccati Equation," Ph.D. dissertation, Dept. of Comp. Sci., Cornell University, Ithaca, NY, 1983.
![]() | des2ss | dsigma, sigma | ![]() |