设矩阵ab满足关系式ab=a+2b其中a=423110-123求矩阵b
求一道矩阵题的具体解法设矩阵A和B满足关系式AB=A+2B,其中|423|A=|110|,求B|-123|...
求一道矩阵题的具体解法
设矩阵A和B满足关系式AB=A+2B,其中
| 4 2 3 |
A=| 1 1 0 | ,求B
| -1 2 3 | 展开
设矩阵A和B满足关系式AB=A+2B,其中
| 4 2 3 |
A=| 1 1 0 | ,求B
| -1 2 3 | 展开
展开全部
这个方法需要用到矩阵的拉直
它是Lyapunov方程的一种特例
B=lyap(A,2*ones(3,3),-A)
就可以解决
B =
0.9061 -0.0939 -0.0939
-0.2723 0.7277 -0.2723
-0.1721 -0.1721 0.8279
LYAP Solve continuous-time Lyapunov equations.
X = LYAP(A,C) solves the special form of the Lyapunov matrix
equation:
A*X + X*A' = -C
X = LYAP(A,B,C) solves the general form of the Lyapunov matrix
equation (also called Sylvester equation):
A*X + X*B = -C
它是Lyapunov方程的一种特例
B=lyap(A,2*ones(3,3),-A)
就可以解决
B =
0.9061 -0.0939 -0.0939
-0.2723 0.7277 -0.2723
-0.1721 -0.1721 0.8279
LYAP Solve continuous-time Lyapunov equations.
X = LYAP(A,C) solves the special form of the Lyapunov matrix
equation:
A*X + X*A' = -C
X = LYAP(A,B,C) solves the general form of the Lyapunov matrix
equation (also called Sylvester equation):
A*X + X*B = -C
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询