NeverSayNever's blog

By NeverSayNever, 10 years ago, In English

A topic that appears alot these days in many programming contests is Matrix exponentiation. Can someone suggest a good tutorial on that with the variety of problems. Any help will be highly appreciated.

  • Vote: I like it
  • +10
  • Vote: I do not like it

»
10 years ago, # |
  Vote: I like it +3 Vote: I do not like it

A really nice blog on matrix exponentiation.

»
10 years ago, # |
  Vote: I like it +3 Vote: I do not like it

You know what? I just learn it from this comment!

»
10 years ago, # |
  Vote: I like it 0 Vote: I do not like it
»
6 years ago, # |
  Vote: I like it -9 Vote: I do not like it

Try this.

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Try this blog. He has considered many cases of matrix exponentiation which maybe helpful in solving questions from low difficulty to high difficulty. Matrix exponentiation to solve linear recurrences in programming contests