Given the basis $\beta = \{ (1, 1, 0),\ (1, 0, -1),\ (2, 1, 0)\}$ and the matrix:
$$ A = \begin{bmatrix} 1 & 1 & 0 \\ 1 & 1 & 0 \\ 0 & 0 & 1 \\ \end{bmatrix} $$
with respect to $\beta$.
How to change this matrix with respect to standard basis?
Given the basis $\beta = \{ (1, 1, 0),\ (1, 0, -1),\ (2, 1, 0)\}$ and the matrix:
$$ A = \begin{bmatrix} 1 & 1 & 0 \\ 1 & 1 & 0 \\ 0 & 0 & 1 \\ \end{bmatrix} $$
with respect to $\beta$.
How to change this matrix with respect to standard basis?
The change matrix $P$ from the standard basis $\alpha$ to the basis $\beta$ is $$P=\left(\begin{matrix}\\1&1&2\\ 1&0&1\\ 0&-1&0 \end{matrix}\right)$$ hence the linear transformation which's represented by the matrix $A$ in the basis $\beta$ is represented in the standard basis by the matrix $$PAP^{-1}$$