what is the difference between a vector and a matrix?
100 次查看(过去 30 天)
显示 更早的评论
what is the difference between a vector and a matrix?
0 个评论
采纳的回答
Matz Johansson Bergström
2015-1-24
编辑:Matz Johansson Bergström
2015-1-24
A matrix is simply a rectangular array of numbers and a vector is a row (or column) of a matrix.
2 个评论
per isakson
2015-1-24
The wiki link says "Bad title"
Matz Johansson Bergström
2015-1-24
Well spotted. The parentheses in the wiki URL was coded wrong. Fixed it now.
更多回答(4 个)
mntaser salem
2015-1-24
vector is one dimension array such a=[1 2 3 4 5], but matrix is more than one dimension array such 2*2 matrix b =[ 2 4 6 8 ] , and has some of operation.
Yared Bekele
2021-7-8
Matrix can be one dimesional or more than one, but vector is only one dimesionsl (i.e row vector, column vector). All vectors are matrix, but not all matrix are vectors.
0 个评论
Walter Roberson
2021-7-8
I discus the various cases at https://www.mathworks.com/matlabcentral/answers/505251-scalar-vs-matrix-vs-vector-vs-array#answer_415372
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!