有一些矩阵是特殊的。
方阵
方阵的行数和列数相同,所以m=n。
方阵的一个例子是
[5 - 2 4 0 9 1 - 7 6 8 ] {\displaystyle {begin{bmatrix}5&-2&4/0&9&1/7&6&8/end{bmatrix}}} 
这个矩阵有3行3列:m=n=3。
身份认证
矩阵的每一个平方维集都有一个特殊的对应矩阵,称为"身份矩阵"。身份矩阵除了主对角线上的0之外,其他地方都是1。例如:
[1 0 0 0 1 0 0 0 1 ] {displaystyle {begin{bmatrix}1&0&0&0&0&1&0&0&0&0&0&1 {bmatrix}}} 
是一个身份矩阵。每一个平方维数集正好有一个身份矩阵。身份矩阵是特殊的,因为当任何矩阵与身份矩阵相乘时,结果总是原始矩阵,没有变化。
逆矩阵
反矩阵是指与另一个矩阵相乘后,等于身份矩阵的矩阵。例如:
[7 8 6 7 ] ⋅ [7 - 8 - 6 7 ] = [1 0 0 1 ] {\displaystyle {begin{bmatrix}7&8\6&。7\\\end{bmatrix}}\cdot {\begin{bmatrix}7&-8\\-6&7\\\end{bmatrix}}={\begin{bmatrix}1&0\\0&1\\\end{bmatrix}}} 
[ 7 - 8 - 6 7 ] {\displaystyle {\begin{bmatrix}7&8\-6&7\end{bmatrix}}}是 [ 7 8 6 7 ] {\displaystyle {\begin{bmatrix}7&8\-6&7\end{bmatrix}}
的倒数。}
.
2x2矩阵[x y z v]{\displaystyle {\begin{bmatrix}x&y\z&v\end{bmatrix}}}的倒数公式为。
( 1 d e t ) [v - y - z x ] {\displaystyle \left({\frac {1}{det}}{right){begin{bmatrix}v&y/z&x/end{bmatrix}}}。 
其中d e t {\displaystyle det}
是矩阵的行列式。在一个2x2矩阵中,行列式等于。
x v - y z {displaystyle {xv-yz}}}。 
一列矩阵
一个矩阵,如果有很多行,但只有一列,称为列向量。