Find the matrix of Linear Operator $A$ in other basis

175 Views Asked by At

The matrix of Linear operator A in the basis $\{ e_1,e_2,e_3 \}$ is $$\begin{pmatrix} 1 & 2 & 0 \\ -1 & 0 & 3 \\ 2 & 1 & 5 \end{pmatrix}$$ how shall i find the matrix of this linear opeartor in the basis $\{ e_2, e_1, e_3 \}$ do i have to just change the order of lines, or is there a special algorithm to calculate the matrix in other basis?

1

There are 1 best solutions below

1
On BEST ANSWER

Denote $A$ the given matrix in the basis $B=(e_1,e_2,e_3)$ and let $B'=(v_1,v_2,v_3)$ your second basis. Let $P$ the change matrix from $B$ to $B'$, then the matrix in the basis $B'$ is $P^{-1}AP$.