As discussed in the article Matrices of Linear Transformations, the matrix representing a linear transformation depends of the bases chosen for the vector spaces associated with the transformation. For example, let T be the linear transformation from to . Some possible bases for are B = {(1,-2), (1,1)} and C = {(-1,1), (5,3)}. By the methods explained in the article Matrices of Linear Transformation, it can be shown that the matrix of T with respect to B is and the matrix of T with respect to C is . Thus the two unequal matrices represent the same linear transformation. In the language of linear algebra, such matrices are called similar matrices.
An interesting relationship between similar matrices is as described in the theorem below.
Theorem
Let T: V → V be a linear operator on a finite dimensional vector space V. If K is the matrix of T with respect to a basis B and L is the matrix of T with respect to a basis C, the L = P-1KP where P is the transition matrix from C to B.
(As for the transition matrix, we refer the readers to the article Coordinates and Change of Basis.)
Diagrammatically, the theorem can be represented as follows.
In the diagram, L = P-1KP and is any vector in the vector space V.
Example 1
Find the transition matrix P such that L = P-1KP and verify that L = P-1KP.
Answer
By the theorem, P is the transition matrix from C to B. Let . Consequently, and . It can be shown that and . Therefore, and . Then, the transition matrix from C to B is .
The task is now to show that L = P-1KP. It is easy to check that . As a consequence,
.
By comparing P-1KP just obtained with L above, the relationship L = P-1KP is established.
The theorem motivates the following definition of similar matrices.
Definition
If A and B are square matrices, we say that B is similar to A if there is an invertible matrix P such that B = P-1AP.
Moreover, it is easy to prove that if B is similar to A then A is similar to B. Thus, B is similar to A if and only if A is similar to B. For brevity, it is customary to say that A and B are similar.
Example 2
Let T be the linear transformation from to defined by T((x1,x2)) = (2x1 – 3x2,3x1 + x2). Let and where .
- Find the matrix of T with respect to B.
- Find the matrix of T with respect to C by using the theorem above.
- Let . Find by using the results in part a, part b, and by direct computation. Compare the results.
Answer
Part a
By the methods explained in the article Matrices of Linear Transformation, it can be shown that the matrix of T with respect to B is .
Part b
Firstly, we have to find the transition matrix from C to B, namely P. As explained in the article Coordinates and Change of Basis, the column vectors of P are the coordinate matrices of the basis vectors in the “new” basis relative to the “old” basis. Treating C as the “new” basis, and consequently . Similarly, and . This yields the transition matrix . It is easy to check that . By applying the theorem above, the matrix of T with respect to C is L as determined below.
Part c
By using the result in part a,
By using the result in part b,
By direct computation, substitute x1 = 2 and x2 = 8 into T((x1,x2)) = (2x1 – 3x2,3x1 + x2). Thus, T((2,8)) = (2⋅2-3⋅8,3⋅2+8) = (-20,14).
Comparing the three methods, it can be concluded that they all give the same results.