Section 26.4 Examples
In this section.
Subsection 26.4.1 The algebraic pattern of similarity
Example 26.4.1.
Let's verify the algebraic pattern of similarity identified in Discovery 26.3 and Subsection 26.3.2 in a specific example.
Consider matrices
Let's verify that A and B are similar and that P is a transition matrix that realizes that similarity relationship using the aforementioned algebraic pattern of similarity.
Pattern 26.3.1 says that each column of B should tell us how to decompose the result of computing A times the corresponding column of P as a linear combination of all the columns of P. In other words, we should have
where p1,p2,p3 represent the columns of P, and the coefficients in each of these linear combinations are taken from the corresponding column of B.
We have
and we can compute
On the other hand, we have
each of which agree with the corresponding Apj calculation above.
Remark 26.4.2.
In the example above, we are really just computing and comparing AP and PB, since those two products are where we got our patten of similarity. Rather than a computational tool, the algebraic pattern of similarity identified in Discovery 26.3 and Subsection 26.3.2 will be a theoretical tool to bring the theory of the vector space Rn (or Cn, as appropriate) to bear on the analysis of various specific similarity patterns that we will explore in the chapters to come.
Subsection 26.4.2 Computing P−1AP by row reduction
Example 26.4.3.
Let's use the matrices of Example 26.4.1 to demonstrate.
First, compute
Now augment P with AP and reduce:
Comparing with the matrix B from Example 26.4.1, we see that P−1AP=B as expected.