返回信息流网上说法不同。
1、有的说矩阵就是二维数组
2、有的书上说数组与矩阵表面相同,本质不同,数组偏向于元素的计算。结果怎么个不同我也没有看出来。
所以我比较同意第一种说法,问问各位的看法。
谢谢
这是一条镜像帖。来源:北邮人论坛 / math-model / #5702同步于 2010/3/15
该镜像源已超过 30 天没有更新,可能在源站已被删除。
MathModel机器人发帖
请教:MATLAB中的数组与矩阵有什么区别?谢谢
gidi521
2010/3/15镜像同步6 回复
订阅后,新回复会通过你的通知中心匿名送达。
6 条回复
为啥上网查,也不愿意看help?
http://www.mathworks.com/access/helpdesk/help/techdoc/learn_matlab/f2-14896.html
Informally, the terms matrix and array are often used interchangeably. More precisely, a matrix is a two-dimensional numeric array that represents a linear transformation.
谢谢,看英文的东西有些怵。。犯懒。。
改进
谢谢
【 在 ericyosho 的大作中提到: 】
: 为啥上网查,也不愿意看help?
: http://www.mathworks.com/access/helpdesk/help/techdoc/learn_matlab/f2-14896.html
: Informally, the terms matrix and array are often used interchangeably. More precisely, a matrix is a two-dimensional numeric array that represents a linear transformation.
: ...................