Matrix S^n: Generalizing Matrix Operations

  • Context: Graduate 
  • Thread starter Thread starter Nusc
  • Start date Start date
  • Tags Tags
    Matrix Operations
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Nusc
Messages
752
Reaction score
2
If I have a matrix

S =

0 0 0 0 ... 0
1 0 0 0 ... 0
0 1 0 0 ... 0
0 0 1 0 ... 0
...
0 0 0 0 .1.0S^2 =0 0 0 0 ... 0
0 0 0 0 ... 0
1 0 0 0 ... 0
0 1 0 0 ... 0
...
0 0 0 0 1.. 0etc.

going in this way S^n would just be the zero matrix.,
How do I generalize S^n of this matrix?
 
Physics news on Phys.org
If S is a lower triangular matrix (n by n), S^n is the zero matrix.
Now prove.