Skip to content

Files

Latest commit

 

History

History

Solver_linear_equations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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