What does the superscripted notation in matrix notation mean?

  • Context: Undergrad 
  • Thread starter Thread starter mcgruff
  • Start date Start date
  • Tags Tags
    Matrix Notation
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
3 replies · 2K views
mcgruff
Messages
2
Reaction score
0
This should be a really easy question, but I can't easily find the answer in any of my books. Anyway, in an old test question, the notation...

M100

...is used. The question gives M as a 3x3 matrix as follows

0 1 0
0 0 1
1 0 0

...and then it asks for M100.

From the key, I know the answer is still...

0 1 0
0 0 1
1 0 0

...however, I'm not sure what the superscripted notation means. Could someone please fill me in? Thanks.
 
Physics news on Phys.org
Multiply M by itself 100 times. What you have is an product of elementary matrices, so it has finite order. That should simplify calculations.
 
Last edited:
joeblow said:
Multiply M by itself 100 times. What you have is an product of elementary matrices, so it has finite order. That should simplify calculations.

Thanks for the explanation. That makes sense. I feel sort of dumb---I thought it was some notation I hadn't seen before, given that is was three digits for a 3x3 matrix, not simply an exponent.