#How to find matrix A (3x3) which isn't diagonalizable and A^3 = I?

27 messages · Page 1 of 1 (latest)

grand nymph
#

where I is identity matrix
Chatgpt gave me an answer but I am interested in methods of doing that.

static salmonBOT
formal heath
#

Let A be any 3x3 matrix. Then it has a Jordan normal form decomposition A = PJP^-1. Now I = A^3 = PJ^3P^-1 which implies J^3 = I, So all this boils down to finding a Jordan block matrix whose cube is I. We don't want it to be a diagonal so we have three possibilities, two of which are essentially the same. First one is [a, 1, 0; 0, a, 1; 0, 0, a] and the second and third are [a, 1, 0; 0, a, 0; 0, 0, b] and [a, 0, 0; 0, b, 1; 0, 0, b]. However, if you raise any of these to the third power then you will find that they can never be the identity matrix for any choice of a and b. Therefore no such matrix J exists and hence no such matrix A exists

#

What did chatgpt give you? I just tried chatgpt and it gave me a wrong answer.

#

Chatgpt will give you wrong answers like this all the time and you need to check if what it gives you is valid if you are going to use it

formal heath
#

This also generalizes nicely if you replace the power 3 by anything positive and size of the matrix 3x3 by any nxn

floral nova
floral nova
#

Consider the matrix A=[1 0 0; 0 -0.5 -sqrt(3)/2; 0 sqrt(3)/2 -0.5]

#

Or A=[-0.5 -sqrt(3)/2; sqrt(3)/2 -0.5]

floral nova
floral nova
formal heath
#

Those MSE questions have extra restriction. That the diagonalization cannot be over R but over complex numbers it is fine

#

The example you gave is diagonalizable over the complex numbers

floral nova
floral nova
formal heath
#

she*

floral nova
#

Hm

edgy slate
#

which is quite easy but just pointing out

grand nymph
grand nymph
#

Thank you all!

#

.close