The_Iceflash
- 50
- 0
Homework Statement
Consider this group of six matrices:
Let G = {I, A, B, C, D, K}, Matrix Multiplication>
I =\begin{bmatrix}1 & 0\\0 & 1\end{bmatrix} A =\begin{bmatrix}0 & 1\\1 & 0\end{bmatrix} B =\begin{bmatrix}0 & 1\\-1 & -1\end{bmatrix}
C =\begin{bmatrix}-1 & -1\\0 & 1\end{bmatrix} D =\begin{bmatrix}-1 & -1\\1 & 0\end{bmatrix} K =\begin{bmatrix}1 & 0\\-1 & -1\end{bmatrix}
Operation Table for this group:
_|I A B C D K
I |I A B C D K
A|A I C B K D
B|B K D A I C
C|C D K I A B
D|D C I K B A
K|K B A D C I
Define f:G\rightarrow \left\langle\(R^{*}, \bullet\right\rangle by f(x) = det(x) for any Matrix x \in G.Finally, the question. Haha.
Find all the conjugates of A:
Find all the conjugates of B:
Homework Equations
N/A
The Attempt at a Solution
Now I know this isn't that hard of a concept and I understand what a conjugate is but I don't know how to find them. Any help on how I would go about finding them is greatly appreciated.
Last edited: