solve a matrix equation
이전 댓글 표시
any one has any ideas about how to solve a matrix equation like (inv([sI-A])*B*w)'*E=0, where I is a unit matrix, A, B and E are known matrices, s is a scalar variable and w is a matrix variable with corresponding dimension. or how to find s and w to minimize the norm of (inv([sI-A])*B*w)'*E ?
For example, if A=[1 2;-1 2]; B=[1 2];E=[1 1];
any ideas are appreciated
Thanks
댓글 수: 3
Richard Brown
2012년 6월 29일
The matrix dimensions in your example don't conform.
Is w a vector or a matrix?
Is the result of the expression a vector or a matrix? What kind of norm are you trying to minimise? Can you state a fuller example (that works) with the dimensions of w as well please?
fengming
2012년 6월 29일
Star Strider
2012년 6월 29일
편집: Star Strider
2012년 6월 29일
It would be helpful to know where this equation comes from and the context in which the question is being asked. The equation looks suspiciously like a Laplace-transformed state equation, usually equated not to zero but to the Laplace-transformed state vector 'X'. The matrix '[s*I-A]^(-1)' is the Laplace transform of the 'fundamental solution matrix' or 'state transition matrix', the inverse transform of which is usually expressed as 'expm(A*t)' or something similar, depending on the context. In addition, 'w' might be white process noise.
In short, I am not certain this question has an answer, at least not with the equation in this form. If I am wrong, I invite correction, ideally with a detailed explanation or online reference.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!