I have this single linear algebra problem thats struggling me. I have to find the following vector coordinates:
A = λ1E1 + λ2E2 + … + λnEn
With this following information, this is the part I dont understand what does that data represents and how can I get the vector coordinates with it:
If in R':
E1 = (1,0,0,…,0)
E2 = (0,1,0,…,0)
……………………….
En = (0,0,0,…,1)
Can anyone give me a clue of where to start? Thanks.
Simply $A=\begin{pmatrix}\lambda_1\\ \lambda_2\\\vdots\\\lambda_n\end{pmatrix}$.