Matrix of transformation $F(x,y,z) = (x,y,z)$

61 Views Asked by At

enter image description here

I have proven that $S$ is also a basis. But I am not sure about the second one. Is it just identity matrix $3\times 3$ as we don't change anything?

2

There are 2 best solutions below

0
On BEST ANSWER

The representation of the identity transformation is the identity matrix no matter what (ordered) basis is chosen.

0
On

The linear transformation $$F(x,y,z) = (x,y,z)$$ is the identity transformation and its matrix with respect to any basis is the identity $3\times 3$ matrix.

$$M=\begin{bmatrix} 1&0&0\\ 0&1&0\\ 0&0&1\end{bmatrix}$$