Section 3.5 Matrices
From now on assume all linear spaces are finite dimensional and a basis, \(\beta\text{,}\) has been chosen. Each point \(\mathbf{P}\) in the linear space can then be uniquely identified using the list of coefficients used to write \(\mathbf{P}\) as a linear combination of the points in \(\beta\text{.}\) This list is called its coordinate vector and is written
Example 3.5.1.
Example. If \(\beta=\{1,x,x^2\}\) and \(\alpha = \{1+x+x^2,x+x^2,x^2\}\)
Lists of coordinate vectors can be organized into what are called coordinate matrices.
Definition 3.5.2.
A Matrix is a rectangular array of numbers, written
Definition 3.5.3.
For matrices \(\mtx{A}_{r \times c} =[a_{ij}]\) and \(\mtx{B}_{ m \times n} = [b_{ij}]\)
-
The sum of \(\mtx{A}\) and \(\mtx{B}\) is possible when \(r=m\) and \(c=n\) and is defined by
\begin{equation*} \mtx{A}+\mtx{B} = [s_{ij}] \text{ where } s_{ij}=a_{ij} + b_{ij} \end{equation*} -
The scalar product of \(t \in \mathbb{R}\) and \(\mtx{A}\) is defined by
\begin{equation*} t\mtx{A} = [q_{ij}] \text{ where } q_{ij} = ta_{ij} \end{equation*} -
The product of \(\mtx{A}\) and \(\mtx{B}\) is possible when \(c=m\) and is defined by
\begin{equation*} \mtx{AB} = [p_{ij}] \text{ where } p_{ij} = a_{i1}b_{1j}+a_{i2}b_{2j}+\cdots+a_{in}b_{nj} \end{equation*}
Checkpoint 3.5.4.
Perform, if possible, the indicated matrix operations.
\(\displaystyle 3A=\)
\(\displaystyle 3+A =\)
\(\displaystyle A+B =\)
\(\displaystyle A+C =\)
\(\displaystyle AB =\)
\(\displaystyle BA =\)
\(\displaystyle AC =\)
\(\displaystyle CA =\)
Definition 3.5.5.
An additive identity for the set of \(n \times n\) matrices is an \(n \times n\) matrix \(\mtx{O}\) such that for all \(n \times n\) matrices \(\mtx{M}\text{,}\) \(\mtx{M}+\mtx{O} = \mtx{M}\text{.}\) \(\mtx{O}\) is also called the zero matrix. A multiplicative identity for the set of \(n \times n\) matrices is an \(n \times n\) matrix \(\mtx{I}\) such that for all \(n \times n\) matrices \(\mtx{M}\text{,}\) \(\mtx{MI} = \mtx{M}\) and \(\mtx{IM} = \mtx{M}\text{.}\)
Checkpoint 3.5.6.
Show that for the set of \(3 \times 3\) matrices there exists a unique additive identity and a unique multiplicative identity.
Definition 3.5.7.
A multiplicative inverse of a matrix \(\mtx{A}\) is a matrix \(\mtx{A}^{-1}\) such that \(\mtx{AA}^{-1}=\mtx{I}\) and \(\mtx{A}^{-1}\mtx{A}=\mtx{I}\) .
Checkpoint 3.5.8.
Does a multiplicative inverse exist for all matrices? Is the multiplicative inverse of a given matrix unique?
Discussion Question 3.5.9.
Where else is the notation \((\ )^{-1}\) used? Is this notation used consistently?
Theorem 3.5.10.
For any \(2 \times 2\) matrices:
\(\displaystyle k(\mtx{AB}) = (k\mtx{A})\mtx{B}=\mtx{A}(k\mtx{B})\)
\(\displaystyle (\mtx{AB})\mtx{C} = \mtx{A}(\mtx{BC})\)
\(\displaystyle \mtx{A}+\mtx{B}=\mtx{B}+\mtx{A}\)
\(\displaystyle \mtx{A}(\mtx{B}+\mtx{C})=\mtx{AB}+\mtx{AC}\)
\(\displaystyle \mtx{A}^{-1} = \frac{1}{a_{11}a_{22}-a_{12}a_{21}}\left[ \begin{array}{cc}a_{22}\amp -a_{12}\\-a_{21}\amp a_{11} \end{array} \right] \ \text{ if } \ sersera_{11}a_{22}-a_{12}a_{21} \neq 0\)
*1. - 4. will hold for any matrices for which the required operations are defined.
Challenge 3.5.11.
Prove or disprove:
(\(\mtx{AB} = \mtx{AC}\ \text{ and } \ \mtx{A} \neq \mtx{O}) \Longrightarrow \mtx{B} = \mtx{C}\)
\(\displaystyle \mtx{AB} = \mtx{O} \Longrightarrow (\mtx{A}=\mtx{O}\ \text{ or }\ \mtx{B} = \mtx{O})\)