Linear algebra and matrix.

111 Views Asked by At

prove or disprove : If A and B are 2 by 2 orthogonal matrices over R then A+B cannot be orthogonal.

OR

If S,T:R^2--->R^2 are orthogonal transformation then S+T is not an orthogonal transformation.

2

There are 2 best solutions below

0
On BEST ANSWER

Counter-example is given. To show that the sum of orthogonal matricies can be orthogonal take $\begin{pmatrix}\frac{1}{2}&\frac{\sqrt3}{2}\\ -\frac{\sqrt3}{2}&\frac{1}{2}\end{pmatrix}+\begin{pmatrix}\frac{1}{2}&-\frac{\sqrt3}{2}\\ \frac{\sqrt3}{2}&\frac{1}{2}\end{pmatrix}$

3
On

$$ \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} + \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = ? $$