For this project I implemented a program that calculates the determinant of the k-th power of matrix X in parallel using various parallel formulation.i
You can download the source code of the application here: https://github.com/mvictoras/MPIMatrixPower git clone https://github.com/mvictoras/MPIMatrixPower
I have included a Makefile to compile the project.