Difference between revisions of "Power series for the exponential function"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) (New page: <html> <link rel="stylesheet" type="text/css" href="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css" /> <script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/pro...) |
A WASSERMANN (talk | contribs) |
||
Line 12: | Line 12: | ||
board1.createElement('axis', [[0,0], [0,1]], {}); | board1.createElement('axis', [[0,0], [0,1]], {}); | ||
// | // | ||
− | + | board1.createElement('curve', [function(t){ return t; }, function(t){ return Math.exp(t); }, "t", -10, 10],{strokeColor: "#cccccc"}); | |
// | // | ||
− | var s = board1.createElement('slider', [0.75,-2. | + | var s = board1.createElement('slider', [0.75,-2.0,5,0,10,0], {name:'S'}); |
// | // | ||
board1.createElement('curve', [ | board1.createElement('curve', [ |
Revision as of 19:54, 10 December 2008