Matrix Exponentiation - A Complete Guide

Hello guys,

I had recently wrote an article on matrix exponentiation with following topics covered:

  1. Matrices in computer science
  2. Multiplication of matrices
  3. Fibonacci using matrix exponentiation
  4. Extending matrix exponentiation to a general linear recursive relation

If you want to read, then, here is the link: Matrix Exponentiation - A complete guide

Thank you and happy coding