Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 406 Bytes

File metadata and controls

14 lines (8 loc) · 406 Bytes

matrix-system-of-equations-solver

A tool to solve simple system of equations using matrix math. Mostly a demonstration and practice tool

image

Steps to use:

  1. Download main.py

  2. Run with python

  3. Enter the elements of your matrix, row-by-row

  4. Enter "stop" when ready to compute answer