Exercise 7.1.2

Answers

Compute the characteristic polynomial to find eigenvalues as we did before. For each λ, find a basis for Kλ consisting of a union of disjoint cycles by computing bases for the null space of (A λI)p for each p. Write down the matrix S whose columns consist of these cycles of generalized eigenvectors. Then we will get the Jordan canonical form J = S1AS. When the matrix is diagonalizable, the Jordan canonical form should be the diagonal matrix similar to A. For more detail, please see the examples in the textbook. On the other hand, these results were computed by Wolfram Alpha. For example, the final question needs the command below.

JordanDecomposition[{{2,1,0,0},{0,2,1,0},{0,0,3,0},{0,1,-1,3}}]
1.
S = (11 1 0 ),J = (21 0 2 ).
2.
S = (12 1 3 ),J = (10 0 4 ).
3.
S = (111 3 1 2 010 ),J = (100 0 2 1 0 02 ).
4.
S = (1 0 01 0 1 0 1 0 0 01 0 1 1 0 ),J = (2100 0 2 0 0 0030 0 0 0 3 ).
User profile picture
2011-06-27 00:00
Comments