Added initial README.md file

This commit is contained in:
Lukasz M 2022-03-24 18:51:30 +01:00
parent a037168e3f
commit 7ab770e3f6

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# LinAlg-Practice
TUI program to practice linear algebra computations (multiplications, determinants, inverses, eigenvalues, etc). Written in python by leveraging the sympy library.