solve a complex differential Riccati equation numerically
显示 更早的评论
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 个评论
darova
2019-10-23
Can't see the example
jalal khodaparast
2019-10-23
编辑:jalal khodaparast
2019-10-23
darova
2019-10-23
Can you show ode45 using?
jalal khodaparast
2019-10-23
darova
2019-10-23
WHere is cos(t) ?
out = [(-a12*(y(1)^2))+(-(a11-a22)*y(1))+a21];
jalal khodaparast
2019-10-23
jalal khodaparast
2019-10-25
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Matrix Computations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
