Back to Python Mini Projects

README

projects/Solver_linear_equations/README.md

latest756 B
Original Source
<h1>Solver linear equations</h1> <p>Enter values through spaces for each of the three equations, return the solution and a 3D graph.</p> <h3>Prerequisites</h3> <ul> <li>Numpy</li> <li>Matplotlib</li> </ul> <h3>Install prerequisites</h3> <ul> <li>pip install numpy</li> <li>pip install matplotlib</li> </ul> <h3>How to run the script</h3> <p>python3 linearEquations.py</p> <h3>Screenshot of the script running</h3>

<h3><b>Author Name: </b></h3> <a href="https://github.com/Sergio-Torres">Sergio-Torres</a>