Power functions: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
b.createElement('axis', [[0,0], [0,1]], {}); | b.createElement('axis', [[0,0], [0,1]], {}); | ||
// | // | ||
var n = | var n = b1.createElement('slider',[0.0,-2,0,10,5,1],{name:'a'}); | ||
b.createElement('curve', [function(t){ return t; }, function(t){ return Math.sin(t); }, "t", -10, 10],{strokeColor: "#cccccc"}); | b.createElement('curve', [function(t){ return t; }, function(t){ return Math.sin(t); }, "t", -10, 10],{strokeColor: "#cccccc"}); | ||
// | // |
Revision as of 11:46, 15 December 2008