Skip to content

Commit dfceea4

Browse files
committed
Update READMEN.md
1 parent feaf715 commit dfceea4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resources/READMEN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ The codes present here allow to calculate some of the most important numerical c
2525
> For example:
2626
<table align="center">
2727
<tr>
28-
<td align="center"><img src="\resources\images\example.png" width="300px;" alt="" style="max-width:100%;"><br><sub><b>System of linear equations</b></sub></td>
29-
<td align="center"><img src="\resources\images\example2.png" width="330px;" alt="" style="max-width:100%;"><br><sub><b>Potential minima</b></sub></td>
30-
<td align="center"><img src="\resources\images\example3.png" width="350px;" alt="" style="max-width:100%;"><br><sub><b>Roots by secant method</b></sub></td>
31-
<td align="center"><img src="\resources\images\example4.png" width="350px;" alt="" style="max-width:100%;"><br><sub><b>Linear Gauss-Seidel Equations</b></sub></td>
28+
<td align="center"><img src="/resources/images/example.png" width="300px;" alt="" style="max-width:100%;"><br><sub><b>System of linear equations</b></sub></td>
29+
<td align="center"><img src="/resources/images/example2.png" width="330px;" alt="" style="max-width:100%;"><br><sub><b>Potential minima</b></sub></td>
30+
<td align="center"><img src="/resources/images/example3.png" width="350px;" alt="" style="max-width:100%;"><br><sub><b>Roots by secant method</b></sub></td>
31+
<td align="center"><img src="/resources/images/example4.png" width="350px;" alt="" style="max-width:100%;"><br><sub><b>Linear Gauss-Seidel Equations</b></sub></td>
3232
</tr>
3333
</table>
3434
@@ -54,7 +54,7 @@ The codes present here allow to calculate some of the most important numerical c
5454
## Requirements
5555
* [Texas Instruments NSpire CX II CAS](https://education.ti.com/en/products/calculators/graphing-calculators/ti-nspire-cx-ii-cx-ii-cas)
5656
<p align="center">
57-
<img src="resources\images\calc.jpg" title="calculator" width="300">
57+
<img src="/resources/images/calc.jpg" title="calculator" width="300">
5858
</p>
5959

6060
### Software and extras:

0 commit comments

Comments
 (0)