My simple project for Linear Algebra Course: A Python application to calculate the determinant of a square matrix, there are two versions of the calculator.
The version using Numpy:
The second version is used Laplace Expansion that i learnt in Linear Algebra Course:
Applying Laplace Expasion recursively to compute determinant, and the two approaches give the same value.