How Do You Compute the Matrix Representation and Check for Eigenbasis?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
14 replies · 4K views
Punkyc7
Messages
415
Reaction score
0
For each of the following linear operators T on a vector space V and ordered bases beta, compute [T]beta, and determine whether beta is a basis conisting of eigen vectors of T.

V=R^2, T((a,b)^t)= (10a-6b
17a-10b)

and beta ={(1,2)^t , (2,3)^t)


im using transpose because I am not sure how to make thenbe vectors going down


My question is how do you do it. My back doesn't give any example on how to these types of problems. I thought of using e1 and e2 but that doesn't get me the answer in the back of the book and i tried plugging in the basis but that didnt work.


If it helps the answer for [T]beta =(02
-10)
but i have no idea how they got that
 
Physics news on Phys.org
yeah its with respect to beta

so if you plug in our first beta we get (-2,-3)^t do we set that equal to x(1,2)+y(2,3)?
 
so that's how they go (0,-1) ok
so know do you know if it consists of eigen vectors
 
an eigen vector is a vector is a vector in V that is non zero such that T(v)=lamdav where lamda is the eigen value
 
no i guess not so, since we don't have any other vector to make it span R^2 there is know reason to check the other right
 
You can express e1 = <1,0> and e2 = <0,1> in terms of beta[1] and beta[2]. Then anything of the form a*e1 + b*e2 can be re-written as a linear combination of beta[1] and beta[2].

RGV