Problem 38
Question
In this problem, we establish that similar matrices describe the same linear transformation relative to different bases. Assume that \(\left\\{\mathbf{e}_{1}, \mathbf{e}_{2}, \ldots, \mathbf{e}_{n}\right\\}\) and \(\left\\{\mathbf{f}_{1}, \mathbf{f}_{2}, \ldots, \mathbf{f}_{n}\right\\}\) are bases for a vector space \(V\) and let \(T: V \rightarrow V\) be a linear transformation. Define the \(n \times n\) matrices \(A=\left[a_{i k}\right]\) and \(B=\left[b_{i k}\right]\) by $$\begin{aligned} &T\left(\mathbf{e}_{k}\right)=\sum_{i=1}^{n} a_{i l} \mathbf{e}_{i}, \quad k=1,2, \ldots, n\\\ &T\left(\mathbf{f}_{k}\right)=\sum_{i=1}^{n} b_{i k} \mathbf{f}_{i}, \quad k=1,2, \ldots, n \end{aligned}$$ If we express each of the basis vectors \(\mathbf{f}_{1}, \mathbf{f}_{2}, \ldots, \mathbf{f}_{n}\) in terms of the basis vectors \(\mathbf{e}_{1}, \mathbf{e}_{2}, \ldots, \mathbf{e}_{n},\) we have that $$\mathbf{f}_{i}=\sum_{j=1}^{n} s_{j i} \mathbf{e}_{j}, \quad i=1,2, \ldots, n$$ for appropriate scalars \(s_{j i} .\) Thus, the matrix \(S=\left[s_{j i}\right]\) describes the relationship between the two bases. (a) Prove that \(S\) is nonsingular. [Hint: Use the fact that \(\left.\mathbf{f}_{1}, \mathbf{f}_{2}, \ldots, \mathbf{f}_{n} \text { are linearly independent. }\right]\) (b) Use \((7.3 .14)\) and \((7.3 .15)\) to show that, for \(k=1,2, \ldots, n,\) we haveor equivalently, $$T\left(\mathbf{f}_{k}\right)=\sum_{i=1}^{n}\left(\sum_{j=1}^{n} s_{i j} b_{j k}\right) \mathbf{e}_{i}$$ (c) Use \((7.3 .13)\) and \((7.3 .15)\) to show that, for \(k=\) \(1,2, \ldots n,\) we have $$T\left(\mathbf{f}_{k}\right)=\sum_{i=1}^{n}\left(\sum_{j=1}^{n} a_{i j} s_{j k}\right) \mathbf{e}_{i}$$ (d) Use \((7.3 .16)\) and \((7.3 .17)\) together with the fact that \(\left\\{\mathbf{e}_{1}, \mathbf{e}_{2}, \ldots, \mathbf{e}_{n}\right\\}\) is linearly independent to show that $$\sum_{j=1}^{n} s_{i j} b_{j k}=\sum_{j=1}^{n} a_{i j} s_{j k}, \quad 1 \leq i, k \leq n$$ and hence that $$S B=A S$$ Finally, conclude that \(A\) and \(B\) are related by $$B=S^{-1} A S$$.
Step-by-Step Solution
VerifiedKey Concepts
Linear Transformation
- \(T(\mathbf{u} + \mathbf{v}) = T(\mathbf{u}) + T(\mathbf{v})\)
- \(T(c\mathbf{u}) = cT(\mathbf{u})\)
Vector Space
- Vector addition is commutative: \(\mathbf{u} + \mathbf{v} = \mathbf{v} + \mathbf{u}\)
- Vector addition is associative: \((\mathbf{u} + \mathbf{v}) + \mathbf{w} = \mathbf{u} + (\mathbf{v} + \mathbf{w})\)
- There is an additive identity: a zero vector \(\mathbf{0}\) such that \(\mathbf{u} + \mathbf{0} = \mathbf{u}\)
- Each vector has an additive inverse: a vector \(-\mathbf{u}\) such that \(\mathbf{u} + (-\mathbf{u}) = \mathbf{0}\)
- Scalar multiplication is distributive: \(c(\mathbf{u} + \mathbf{v}) = c\mathbf{u} + c\mathbf{v}\) and \((c+d)\mathbf{u} = c\mathbf{u} + d\mathbf{u}\)
Change of Basis
- Each \(\mathbf{f}_i\) can be expressed as a combination of the \(\mathbf{e}_j\):
\(\mathbf{f}_i = \sum_{j=1}^{n} s_{j i} \mathbf{e}_{j}\)
Matrix Inversion
- A matrix is invertible (or nonsingular) if and only if its determinant is non-zero.
- In the context of similar matrices, if \(S\) describes the change of basis, then \(S\) must be invertible to establish the relationship \(B = S^{-1}AS\).