What is an eigenspace?
No video or anything out there really explains what an eigenspace is. From what I have understood, it is just a direction. But why do we need it? The following questions have been bugging me for quite a while, and I can't find a real straightforward answer to them. Hopefully, one of you can help me.
What is an eigenspace?
Why are the eigenvectors calculated in a diagonal?
What is the practical use of the eigenspace? Like what does it do or what is it used for? other than calculating the diagonal of a matrix.
Why is it important o calculate the diagonal of a matrix?
I want to know mainly because I just passed a linear algebra course and I have no idea what an eigenspace is, which is embarrassing for me and for my professor because he didn't explain what they were, he just basically said: "This is how you calculate it and if you want to know more then read about it in the book".
Consider $\lambda$ to be an eigenvalue of a linear transformation $T$, then the eigenspace corresponding to $\lambda$ is $E=\{x\in V |T(x)=\lambda x\}$. First of all it is a subspace. Secondly it is a special type of subspace, for example the eigenspace consists of all those vectors which transforms as scalar multiples of each other
eigenvectors are calculated in diagonal because when we have an eigenbasis for $V$ and we represent its vectors as the linear combination of standard basis then the change of basis matrix consists of columns which are eigen-vectors.
Suppose you have a matrix $A$ and you need to calculate $A^{k}$, then its not always easy to do this but suppose $A\sim D$ where $D$ is a diagonal matrix then $A=PDP^{-1}$ and then $A^{k}=PD^{k}P^{-1}$ which is very easy to calculate.