LinAlg-Practice

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

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
  • Finding diagonalisations
  • Finding triangularisations

Planned:

  • Linear systems
  • Row-echelon form
  • GUI??
Description
Program to practice linear algebra computations (multiplications, determinants, inverses, eigenvalues, etc). Written in python by leveraging the sympy library.
Readme 38 KiB
Languages
Python 100%