From a70b6fd0b763d7359cb8185f5a5b801dd76bf7c5 Mon Sep 17 00:00:00 2001 From: Lukasz M Date: Thu, 24 Mar 2022 18:57:44 +0100 Subject: [PATCH] Updated README.md with usage as well as current and planned features --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b62c81..0eb4370 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # LinAlg-Practice -TUI program to practice linear algebra computations (multiplications, determinants, inverses, eigenvalues, etc). Written in python by leveraging the sympy library. \ No newline at end of file +TUI program to practice linear algebra computations (multiplications, determinants, inverses, eigenvalues, etc). Written in python by leveraging the sympy library. + +## Usage +To use: run the program with your favourite python interpreter +```sh +python linalg-practice.py +``` + +You will be prompted for selecting which settings you want to use + +## Features +* Multiplication of two matrices +* Determinant computation +* Inverse computation +* Eigenvalue computation + +## Planned: +* Linear systems +* Row-echelon form +* Diagonalisations/trigonalisations +* GUI??