I am working on a past Algebra exam paper and have come across a problem which requires me to write the linear operator associated to a given matrix $M$ in the standard basis of $\mathbb{R}^4$.
What does it mean to 'write a linear operator IN a given basis'?
Thank you.
NB: I have looked at this link, but I am not sure if the concept of writing a matrix in a given basis is synonymous to the concept of writing a linear operator in a given basis.
EDIT:
I think I should be more specific.
The statement of the problem I am working on is as follows:
Let $M$ be the matrix: $$\begin{bmatrix} -2 & 3 & 7 & -3 \\ -6 & 1 & 16 & 1 \\ -2 & 1 & 6 & -1 \\ -2 & -1 & 6 & 3 \\ \end{bmatrix}$$
Write the linear operator associated to $M$ in the standard basis of $\mathbb{R}^4$.
The model solution is as follows:
The linear operator associated to $M$ is the linear map given by
$$M \begin{bmatrix} x_1 \\ x_2 \\ x_3 \\ x_4 \\ \end{bmatrix} = \begin{bmatrix} -2x_1 + 3x_2 + 7x_3 -3x_4 \\ -6x_1 + x_2 + 16x_3 + x_4 \\ -2x_1 + x_2 + 6x_3 - x_4 \\ -2x_1 - x_2 + 6x_3 + 3x_4 \end{bmatrix} $$
My current issue is that I don't fully understand how the model solution is an example of the linear operator written in the standard basis of $\mathbb{R}^4$.
In particular, I'm still trying to grasp the concept of writing a linear operator IN a given basis. What does this really mean?
