Transition matrix and rational canonical form

Click For Summary
SUMMARY

The discussion focuses on finding the transition matrix for the rational canonical form of the matrix A, specifically the 3x3 matrix A = \begin{bmatrix} 3 & 4 & 0 \\-1 & -3 & -2 \\ 1 & 2 & 1 \end{bmatrix}. The characteristic and minimal polynomials are both (x-1)^2(x+1), with eigenspaces for eigenvalues 1 and -1 identified. The rational canonical form is given as R = \begin{bmatrix} -1 & 0 & 0 \\0 & 0 & -1 \\ 0 & 1 & 2 \end{bmatrix}. The user attempts to construct the transition matrix P as P = \begin{bmatrix} 2 & 2 & 1 \\-2 & -1 & 0 \\ 1 & 1 & 0 \end{bmatrix}, but encounters issues when verifying A = PRP^{-1}.

PREREQUISITES
  • Understanding of rational canonical form
  • Knowledge of eigenvalues and eigenspaces
  • Familiarity with matrix multiplication and inversion
  • Proficiency in polynomial factorization and characteristics
NEXT STEPS
  • Study the process of finding the rational canonical form of matrices
  • Learn about constructing transition matrices in linear algebra
  • Explore the properties of eigenvalues and their corresponding eigenspaces
  • Review matrix multiplication and the conditions for matrix equality
USEFUL FOR

Students and educators in linear algebra, mathematicians working with matrix theory, and anyone involved in the study of canonical forms and eigenvalue problems.

Artusartos
Messages
236
Reaction score
0

Homework Statement



I want to find the transition matrix for the rational canonical form of the matrix A below.

Homework Equations





The Attempt at a Solution



Let ##A## be the 3x3 matrix

##\begin{bmatrix} 3 & 4 & 0 \\-1 & -3 & -2 \\ 1 & 2 & 1 \end{bmatrix}##


The characterisitc and minimal polynomials are both ##(x-1)^2(x+1)##

The eigenspace for 1 is
##\{ \begin{bmatrix} 2 \\-1 \\ 1 \end{bmatrix} \}##


The eigenspace for -1 is:
##\{ \begin{bmatrix} 2 \\-2 \\ 1 \end{bmatrix} \}##


The rational canonical form ##R## is:

##\begin{bmatrix} -1 & 0 & 0 \\0 & 0 & -1 \\ 0 & 1 & 2 \end{bmatrix}##



I want to find the transition matrix ##P## such that ##A=PRP^{-1}##

I thought we had to find 3 independent vectors...one from the eignspace of 1, another from the eigenspace of -1, and then any other third vector such that the three would be linearly independent. So I chose P to be:

##\begin{bmatrix} 2 & 2 & 1 \\-2 & -1 & 0 \\ 1 & 1 & 0 \end{bmatrix}##



But when I multiplied ##PRP^{-1}##, I did not get ##A##...I'm not sure why.

I would appreciate it if anybody could tell me where I went wrong and how I can fix it.

Thanks in advance
 
Physics news on Phys.org
Hi!

edit: sorry, I misread
 

Similar threads

Replies
2
Views
2K
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K