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!
