Chapter 18 LA4: Square Matrices
Recall that a square matrix is a matrix with the same number of rows as columns. We call an \(n\times n \) matrix a square matrix of order \(n \text{.}\) When we add or multiply two square matrices of order \(n \) we always obtain a square matrix of order \(n \text{.}\) The zero matrix, \(0 \text{,}\) of order \(n \) is the matrix with all entries \(0 \text{,}\) i.e.
and has the properties
\(\displaystyle 0A=A0=0 \)
\(\displaystyle A+0=A \)
\(\displaystyle A-A=0 \)
where \(A \) is any square matrix of order \(n \text{.}\) The identity matrix, \(I, \) of order \(n \) is the \(n\times n \) matrix with \(1\text{'s} \) on the main diagonal and all other entries \(0 \text{.,}\) i.e.
The identity matrix has the property that for any square matrix of order \(n, \) \(A, \)
\(\displaystyle IA=AI=A \)
\(I \) is the only matrix that satisfies this property.