Enter values through spaces for each of the three equations, return the solution and a 3D graph.
- Numpy
- Matplotlib
- pip install numpy
- pip install matplotlib
python3 linearEquations.py
Sergio-TorresEnter values through spaces for each of the three equations, return the solution and a 3D graph.
python3 linearEquations.py
Sergio-Torres