Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 726 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 726 Bytes

Determinant Calculator

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:
Screenshot 2024-12-12 at 00 15 55

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. Screenshot 2024-12-12 at 00 16 44