Topic: Matrix Manipulation Problem / Level: advanced

Problem: Write a program to calculate the k-th power of a matrix using repeated squaring.

Run the code to see the output here...