Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c53833

Browse files
Create README.md
1 parent 6c0ea63 commit 0c53833

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<h1>Solver linear equations</h1>
2+
3+
<p>Enter values through spaces for each of the three equations, return the solution and a 3D graph.</p>
4+
5+
<h3>Prerequisites</h3>
6+
<ul>
7+
<li>Numpy</li>
8+
<li>Matplotlib</li>
9+
</ul>
10+
11+
<h3>Install prerequisites</h3>
12+
<ul>
13+
<li>pip install numpy</li>
14+
<li>pip install matplotlib</li>
15+
</ul>
16+
17+
<h3>How to run the script</h3>
18+
<p>python3 linearEquations.py</p>
19+
20+
<h3>Screenshot of the script running</h3>
21+
22+
![screenshot1](https://user-images.githubusercontent.com/76462037/141659586-13865df9-f853-4dd5-9bae-a2e32f9ec8ef.jpeg)
23+
![screenshot2](https://user-images.githubusercontent.com/76462037/141659827-c4bd9b90-5f45-4eba-9f3c-f5b679c07c75.png)
24+
25+
<h3><b>Author Name: </b></h3> <a href="https://github.com/Sergio-Torres">Sergio-Torres</a>

0 commit comments

Comments
 (0)