What is the time complexity of finding the recursive sequence with the method of Matrix Exponential

What is the time complexity of finding the recursive sequence with the method of Matrix Exponential

N^3 * log(x)
where is x is the power and N is no of rows or column of your matrix…