Rolle's Theorem: Difference between revisions

From JSXGraph Wiki
(New page: <html> <link rel="stylesheet" type="text/css" href="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css" /> <script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/pro...)
 
No edit summary
Line 40: Line 40:
       function(){ return polynomial(q.X()+0.01);}], {style:7,visible:false});
       function(){ return polynomial(q.X()+0.01);}], {style:7,visible:false});
line = board.createElement('line',[q,q2],{strokeColor:'#ff0000'});
line = board.createElement('line',[q,q2],{strokeColor:'#ff0000'});
line = board.createElement('line',[p[0],p[3]],{strokeColor:'#ff0000',dash:1});
board.unsuspendUpdate();
board.unsuspendUpdate();
</script>
</script>

Revision as of 10:51, 16 January 2009