Skip to content

hungCS22hcmiu/Linear-Algebra-Project

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages