Matrix Exponent Problem: Find smallest n such that Sn = I

  • Thread starter Thread starter DmytriE
  • Start date Start date
  • Tags Tags
    Exponent Matrix
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
5 replies · 2K views
DmytriE
Messages
78
Reaction score
0

Homework Statement


Consider the matrix

cos(3*pi/17) -sin(3*pi/17)
S = sin(3*pi/17) cos(3*pi/17)

Does there exist a positive integer n such that Sn = I where I is the 2x2 identity? If so, what is the smallest such integer? Explain.

Excuse the poor matrix formatting. I do not know how to use the latex formatting to put it into pretty print.

Homework Equations


Not sure...


The Attempt at a Solution



Where should I start? I really have no idea.
 
Physics news on Phys.org
Let's suppose that n = 10. I don't think I have to multiply S by S 10 times to get the answer. Unfortunately the answer is not 10. How would S2, S3 help me figure it out?

S2:
UL:cos2(θ) - sin2(θ)
UR: -2sin(θ)cos(θ)
LL: 2sin(θ)cos(θ)
LR: -sin2(θ)+cos2(θ)

Each abbreviation represent the place in the matrix that they would appear. UL - Upper left, etc.

S3:
a lot of sines and cosines.
 
That's not what tiny-tim is suggesting. Your matrix represents a certain kind of transformation.

Instead of thinking about what S, S2, S3, etc. are (in terms of their matrix representations), think about what they do to a vector they multiply.
 
Thanks for the help! This forum really is the best!