calculate_matrix_power

calculate_matrix_power(matrix, power) -> 

Calculate the power of a given matrix.

Parameters:
NameDescription
matrixAn array of numbers that represents the matrix.

powerThe power to which the matrix is raised.