solve a complex differential Riccati equation numerically
Mostra commenti meno recenti
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 Commenti
darova
il 23 Ott 2019
Can't see the example
jalal khodaparast
il 23 Ott 2019
Modificato: jalal khodaparast
il 23 Ott 2019
darova
il 23 Ott 2019
Can you show ode45 using?
jalal khodaparast
il 23 Ott 2019
darova
il 23 Ott 2019
WHere is cos(t) ?
out = [(-a12*(y(1)^2))+(-(a11-a22)*y(1))+a21];
jalal khodaparast
il 23 Ott 2019
jalal khodaparast
il 25 Ott 2019
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Matrix Computations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
