Slider and function plot: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
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> |