Difference between revisions of "Riemann sum III"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 26: | Line 26: | ||
{fillColor:'#ffff00', fillOpacity:0.3}); | {fillColor:'#ffff00', fillOpacity:0.3}); | ||
− | brd.createElement('text',[ | + | brd.createElement('text',[1,35,function(){ return 'Sum='+(brd.riemannsum(f,s.Value(),document.getElementById('sumtype').value,a.Value(),b.Value())).toFixed(4); }], {fontsize:20}); |
</jsxgraph> | </jsxgraph> |
Revision as of 17:26, 2 February 2010
Appromximate the integral of [math]f: R\to R, x\mapsto x^2 [/math]
The underlying JavaScript code
<jsxgraph width="800" height="400" box="box">
</jsxgraph>