Slider: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 13: Line 13:
var a = b.createElement('point',[
var a = b.createElement('point',[
                       function(){return s.Value()-5;},
                       function(){return s.Value()-5;},
                       function(){return 1/s.Value();
                       function(){return 1/s.Value();}
                       ]);
                       ]);
</script>
</script>
</html>
</html>

Revision as of 13:30, 25 January 2009

Sliders enable a convenient way to experiment with mathematical constructions. Example: