andreasvarga / MatrixEquations.jl

Solution of Lyapunov, Sylvester and Riccati matrix equations using Julia
MIT License
79 stars 8 forks source link

Documentation error of `arec` #10

Closed JinraeKim closed 3 years ago

JinraeKim commented 3 years ago

In the README.md,

arec Solution of the continuous Riccati equations AX+XA'-XRX+Q = 0 and A'X+XA-(XB+S)R^(-1)(B'X+S')+Q = 0.

should be

arec Solution of the continuous Riccati equations A'X+XA-XRX+Q = 0 and A'X+XA-(XB+S)R^(-1)(B'X+S')+Q = 0.

according to the latest docs.

andreasvarga commented 3 years ago

Corrected. Thanks!