remove image widths

This commit is contained in:
Krishna Vedala 2020-06-10 15:03:08 -04:00
parent c5ce24d32c
commit 9737426296
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
* exact soltuion results in `exact.csv` for comparison.
* <img
* src="https://raw.githubusercontent.com/kvedala/C/docs/images/numerical_methods/ode_forward_euler.svg"
* alt="Implementation solution" width="350"/>
* alt="Implementation solution"/>
*
* To implement [Van der Pol
* oscillator](https://en.wikipedia.org/wiki/Van_der_Pol_oscillator), change the

View File

@ -22,7 +22,7 @@
* The computation results are stored to a text file `midpoint_euler.csv` and
* the exact soltuion results in `exact.csv` for comparison. <img
* src="https://raw.githubusercontent.com/kvedala/C/docs/images/numerical_methods/ode_midpoint_euler.svg"
* alt="Implementation solution" width="350"/>
* alt="Implementation solution"/>
*
* To implement [Van der Pol
* oscillator](https://en.wikipedia.org/wiki/Van_der_Pol_oscillator), change the

View File

@ -22,7 +22,7 @@
* The computation results are stored to a text file `semi_implicit_euler.csv`
* and the exact soltuion results in `exact.csv` for comparison. <img
* src="https://raw.githubusercontent.com/kvedala/C/docs/images/numerical_methods/ode_semi_implicit_euler.svg"
* alt="Implementation solution" width="350"/>
* alt="Implementation solution"/>
*
* To implement [Van der Pol
* oscillator](https://en.wikipedia.org/wiki/Van_der_Pol_oscillator), change the