Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 757 Bytes

File metadata and controls

25 lines (18 loc) · 757 Bytes

Solver linear equations

Enter values through spaces for each of the three equations, return the solution and a 3D graph.

Prerequisites

  • Numpy
  • Matplotlib

Install prerequisites

  • pip install numpy
  • pip install matplotlib

How to run the script

python3 linearEquations.py

Screenshot of the script running

screenshot1 screenshot2

Author Name:

Sergio-Torres