How can I decompose a matrix into my favorite form?
2 次查看(过去 30 天)
显示 更早的评论
Dear All,
I have a matrix called M, which includes some variables like x. I want to describe matrix M(x) in another form like A+BXC, in which A, B, and C should be matrices with constant numbers and variables (x) should be defined as a column matrix X.
As an example, M is a 3 by 3 matrix and only includes a variable x. A should be a matrix 3 by 3, B should be 3 by 1, and C 1 by 3. So, X is a 1 by 1 matrix.
M=[-12x 5 2;
6 -4 3x;
3x 4 -10];
Now. how can I define matrix M in the form of A+BXC in MATLAB? (what will be the elements of A, B, C)
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Decomposition 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!