Prove that if $M$ is orthogonal, then $\det(M)= \pm 1$

1.2k Views Asked by At

Recall that a matrix $M$ is orthogonal if it is square and $M^TM =I$. Prove that $\det(M) = \pm 1$ for every orthogonal matrix $M$.

Not sure how to go about showing this for every orthogonal matrix

1

There are 1 best solutions below

0
On BEST ANSWER

Well, we know that

$\det M^T = \det M, \tag 1$

and we are given that

$M^T M = I, \tag 2$

so

$\det M^TM = \det I = 1; \tag 3$

also,

$\det M^TM = \det M^T \det M, \tag 4$so using (1), (3) and (4):

$(\det M)^2 = \det M \det M = \det M^T \det M =\det M^TM = 1, \tag 5$

and so we must have

$\det M = \pm 1. \tag 6$