Difference between revisions of "Antiderivative"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 4: | Line 4: | ||
p.push(brd.create('point',[-2,(Math.random()-0.2)*5],{name:''})); | p.push(brd.create('point',[-2,(Math.random()-0.2)*5],{name:''})); | ||
p.push(brd.create('point',[0,(Math.random()-0.2)*5],{name:''})); | p.push(brd.create('point',[0,(Math.random()-0.2)*5],{name:''})); | ||
− | |||
p.push(brd.create('point',[2.2,(Math.random()-0.2)*5],{name:''})); | p.push(brd.create('point',[2.2,(Math.random()-0.2)*5],{name:''})); | ||