dela3499 / numerical-integration-explorer

Get a feel for numerical integration techniques.
http://dela3499.github.io/numerical-integration-explorer/
0 stars 0 forks source link

Show 3D Error vs. function evals vs. equation parameter #2

Open dela3499 opened 10 years ago

dela3499 commented 10 years ago

When a user is dragging an equation parameter, a 3D plot should show the error vs. function evals for each allowable value of the parameter. For instance, if a user is dragging frequency up or down, there should be a 3D plot showing how error varies with frequency.

dela3499 commented 10 years ago

Perhaps this is the library to use: https://github.com/deanm/pre3d/tree/master/demos

dela3499 commented 10 years ago

Or this one: http://www.kevs3d.co.uk/dev/phoria/

dela3499 commented 10 years ago

Or http://gnuplot.sourceforge.net/demo_canvas/surface1.html

dela3499 commented 10 years ago

Given how well-documented Three.js is, and how active the project is, I think it's probably the best choice.