Difference between revisions of "Antiderivative"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 10: | Line 10: | ||
var plot = brd.create('functiongraph',[f,-3,3]); | var plot = brd.create('functiongraph',[f,-3,3]); | ||
var s = brd.create('glider',[-2,0,plot],{name:'drag me'}); | var s = brd.create('glider',[-2,0,plot],{name:'drag me'}); | ||
− | + | var int = brd.create('integral',[p[0],s],{}); | |
+ | |||
</jsxgraph> | </jsxgraph> | ||