Solving large algebraic riccati-like problem
Mostrar comentarios más antiguos
Hi everyone, for my master thesys i need to solve a modified algebraic riccati equation. Now i am using fsolve, in some cases it converge in few seconds, but sometimes i can't solve it and i have also no idea how to choose the initial guess. The system dimension is 66. Is there a better way to deal with these kind of problems? riccati equation is not so different from mine, and kalman function runs instantly. Thanks in advance for the help.
Here is the code i'm using now:
fsolve(@(L)A0*L+L*A0'+lambda.*L+Q+1/lambda.*A1*Pi*A1'-L*C'*Rinv*C*L,L0)
Respuestas (1)
M
el 7 de Jun. de 2018
0 votos
Why don't you use the matlab function for Riccati equation?
2 comentarios
Davide Marzatico
el 8 de Jun. de 2018
viyils Sangregorio
el 10 de Jun. de 2020
Editada: viyils Sangregorio
el 10 de Jun. de 2020
I have the same question were you able to solve you problem ?
Categorías
Más información sobre Matrix Computations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!