Need help to find the inverse of a mapping implicitly

367 Views Asked by At

Let $f: \mathbb R^3\to \mathbb R^3$ be the linear mapping which reflects $x$ over the plane $x1+x2+x3=0$. You are given that the standard matrix for $f$ is:

$$[f]=\frac13\left[\begin{array}{ccc}1&-2&-2\\-2&1&-2\\-2&-2&1\end{array}\right]$$

without using the row reduction technique for finding inverses, determine $[f]^{-1}$ and explain how you obtained your answer

1

There are 1 best solutions below

1
On BEST ANSWER

By definition, a reflection is its own inverse. Sure enough, it turns out $[f]\circ [f] = I$, and therefore $[f]^{-1}=[f]$.

No row reduction as required :)