Continuous function II: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
y1 = board.createElement('glider', [0,3,b1axisy],{name:'f(a)'}); | y1 = board.createElement('glider', [0,3,b1axisy],{name:'f(a)'}); | ||
y2 = board.createElement('point', [function(){return y1.Y()-s.X();} | y2 = board.createElement('point', [0,function(){return y1.Y()-s.X();}],{style:7,name:' '}); | ||
y3 = board.createElement('point', [function(){return y1.Y()+s.X();} | y3 = board.createElement('point', [0,function(){return y1.Y()+s.X();}],{style:7,name:' '}); | ||
x1 = board.createElement('point', [function(){return f(y1.Y());},function(){return y1.Y();}],{style:7,name:'f(a)'}); | x1 = board.createElement('point', [function(){return f(y1.Y());},function(){return y1.Y();}],{style:7,name:'f(a)'}); |