Difference between revisions of "Slider and function plot"

From JSXGraph Wiki
Jump to navigationJump to search
Line 7: Line 7:
 
var f = b.create('functiongraph',[function(x){
 
var f = b.create('functiongraph',[function(x){
 
             return a.Value()*x*x + b.Value()*x + c.Value();
 
             return a.Value()*x*x + b.Value()*x + c.Value();
         });
+
         }]);
  
 
</jsxgraph>
 
</jsxgraph>

Revision as of 11:17, 12 January 2015