Celeb Glow
general | April 08, 2026

How to find eigenvalues for T without given a matrix

$\begingroup$

I found it a bit vague on how to find eigenvalues and vectors of $T$ if we do not have a matrix to represent it. Suppose if: $$T: V \rightarrow W, V = W$$ I thought perhaps that the eignevalues might just be from the $det([T]_{\alpha}^{\beta} - \lambda{}I) = 0$ where $\alpha$ is a basis for $V$ and $\beta$ is a basis for $W$. However, I have consistently got these answers wrong in my book and my book does not specify any obvious answers on how to approach problems such as these. In general, given known bases (or just selecting the standard ones, since the change of basis matrix are similar thus having the same characteristic polynomial), how can I find such eigenvalues and vectors?

An example would be, find the eigenvalues and vectors of $T: P_3 \rightarrow P_3$ given that $T(p) = xp' -4p$

$\endgroup$ 2

1 Answer

$\begingroup$

For your example, you can find the matrix of the transformation with respect to a standard basis, such as $\alpha = \{1,x,x^2,x^3\}$. We then find that $$ [T]_{\alpha}^{\alpha} = \pmatrix{ -4 & 0&0&0\\ 0& -3&0&0\\ 0&0&-2&0\\ 0&0&0&-1 } $$ You may notice that it is particularly easy to find the eigenvalues of this matrix.

Note also that changing the basis of the target space will generally alter the eigenvalues of the matrix.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy