solve a complex differential Riccati equation numerically
3 views (last 30 days)
Show older comments
jalal khodaparast
on 23 Oct 2019
Commented: jalal khodaparast
on 25 Oct 2019
I want to solve a complex differential Riccati equation numerically. I used ODE45 and ODE15s but The solution has unstable oscillation.
How can I solve a differential Riccati equation with complex values?
For example:
d/dt y(t)=((-1+(0.5*cost)) (y(t)^2) )+1
7 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Matrix Computations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!