Difference between revisions of "Power functions"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 11: | Line 11: | ||
b.createElement('axis', [[0,0], [0,1]], {}); | b.createElement('axis', [[0,0], [0,1]], {}); | ||
// | // | ||
− | var n = | + | var n = b.createElement('slider',[0.0,-2,10,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 13:47, 15 December 2008