why putting a variable in a matrix divide it?
显示 更早的评论

When I try to put a variable in the matrix the matrix devide it self into two matrix and I want to be one
please help
回答(1 个)
It is a 2x2 matrix, even though you might not like how it gets rendered in the Command Window. If it were not really a 2x2 matrix, I would not be able to do matrix operations with it, like below.
syms x
M=[1 x; 0 1]
M^2
1 个评论
Matt J
2023-12-18
If you want better rendering of symbolic matrices, work in LiveScript, rather than the Command Window.
类别
在 帮助中心 和 File Exchange 中查找有关 Number Theory 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

