diff options
Diffstat (limited to 'mathematical.html')
-rw-r--r-- | mathematical.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mathematical.html b/mathematical.html index e91d638..a31de3e 100644 --- a/mathematical.html +++ b/mathematical.html @@ -46,6 +46,14 @@ <div class="row"> <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> + <img src="screenshots/RPN.png" width=200 height=200><br> + <div class="project-title"><a href="complexfunctions.html">Graph reverse polish notation complex functions</a></div> + Visualize complex functions. + </div> + </div> + + <div class="row"> + <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> <img src="screenshots/mandelbrot.png" width=250 height=250><br> <div class="project-title"><a href="mandelbrot.html">The Mandelbrot Set</a></div> This program draws the Mandelbrot Set. You can |