How Many 2x2 Matrices Equal I?

  • Context: Undergrad 
  • Thread starter Thread starter Tachyonie
  • Start date Start date
  • Tags Tags
    Matricies
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
Tachyonie
Messages
83
Reaction score
0
Assuming A is a 2x2 matrix how many different matricies exist such that A^2=I ?
I am 99% sure the answer is 4 but after putting that down as an answer with supporting evidence I was marked wrong (or atleast not fully correct) so I am stumped as to where to jump and whether or not the grader may ahve just messed up.
 
Physics news on Phys.org
Tachyonie said:
Assuming A is a 2x2 matrix how many different matricies exist such that A^2=I ?
I am 99% sure the answer is 4 but after putting that down as an answer with supporting evidence I was marked wrong (or atleast not fully correct) so I am stumped as to where to jump and whether or not the grader may ahve just messed up.
The grader gave you partial credit because you got the wrong answer but showed the supporting evidence that led you down the wrong path. Consider this matrix:

[tex]A = \bmatrix 0.6 & \phantom{-}1.6 \\ 0.4 & -0.6\endbmatrix[/tex]There are many, many more of such. Show your logic so we can help show where you went wrong.
 
I got 4 equations,

x^2 +yz=1
xy+yw=0
zx+wz=0
zy+w^2=1.

How do I solve this now?
 
letmeknow said:
I got 4 equations,

x^2 +yz=1
xy+yw=0
zx+wz=0
zy+w^2=1.

How do I solve this now?
Both of the middle equations (the ones equal to zero) have a common term. For example, xy+yw=0 is the same as (x+w)*y = 0. This means that at least one of x+w or y must be equal to zero. I suspect your four solutions result from setting y and z to zero. What if x+w=0?