[Math] Inverse matrix norm under simple conditions

linear algebra

Let $A$ be a real $2\times 2$ matrix such that $\det A=1$, show that $\|A\|=\left\|A^{-1}\right\|$.

Any hint would be appreciated, thanks.

EDIT: $\|\cdot\|$ is the operator norm $\|A\|=\max_{\|x\|=1}\|Ax\|$, all vector norms are Euclidean norms.

Best Answer

Hint: Use the definition of the inverse matrix

If A is invertible, then $$ \det(\mathbf{A}) \mathbf{A}^{-1}=\mathrm{adj}(\mathbf{A}) , $$ where $\mathrm{adj}(\mathbf{A})$ is the adjugate matrix.

The adjugate of the 2 × 2 matrix

$$\mathbf{A} = \begin{pmatrix} {{a}} & {{b}}\\ {{c}} & {{d}} \end{pmatrix}$$

is $$\operatorname{adj}(\mathbf{A}) = \begin{pmatrix} \,\,\,{{d}} & \!\!{{-b}}\\ {{-c}} & {{a}} \end{pmatrix}.$$

Related Question