필터 지우기
필터 지우기

how can i solve matrix riccati differential equation?

조회 수: 2 (최근 30일)
Waleed new
Waleed new 2018년 3월 25일
댓글: Waleed new 2018년 3월 26일
-dXdt = - X*B*R^(-1)*B'*X + Q
  댓글 수: 11
Torsten
Torsten 2018년 3월 26일
편집: Torsten 2018년 3월 26일
There are quite a few errors in the line where you calculate dXdt. This is the correct formula:
dXdt = A.'*X + X*A - X*B*inv(R)*B.'*X + Q; %Determine derivative
Best wishes
Torsten.
Waleed new
Waleed new 2018년 3월 26일
i thought x is a matrix so i changed the product () with this (.) i got this figure
</matlabcentral/answers/uploaded_files/110185/2018-03-26_162259.png> thank you Torsten ,I'm trying to simulate equations that i found it in a research article and all what i do is executing programs and compare the result with figures of the article 8).

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Computations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by