Section 40.1 Motivation
Recall that we can use a square matrix A to transform column vectors by multiplication. But if we have a transition matrix P that puts A in diagonal form, we can consider
P=PB→S,
where S is the standard basis (of either Rn or Cn, as appropriate) and B is the basis formed by the columns of P. And then also
P−1=PS→B.
So if we have
A=PDP−1
for some diagonal matrix D, and we consider how A transforms column vectors by multiplication, we can instead think of P−1 as first converting standard coordinates to B-coordinates, the diagonal matrix D transforming those converted B-column vectors by simply scaling each coordinate by the corresponding diagonal entry, and then P converting the result back to standard coordinates.
We explored this in detail for real 2×2 matrix in Discovery 26.2, where we used the columns of P to represent a new set of wz-axes (just as standard vectors in R2 represent the xy-axes).
Question 40.1.3.
When is a real square matrix orthogonally diagonalizable? When is a complex square matrix unitarily diagonalizable?