Mean Value Theorem: Difference between revisions
From JSXGraph Wiki
A 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) No edit summary |
||
Line 12: | Line 12: | ||
var p = []; | var p = []; | ||
p[0] = board.createElement('point', [-1,2], {style: | p[0] = board.createElement('point', [-1,2], {style:4}); | ||
p[1] = board.createElement('point', [6,2], {style: | p[1] = board.createElement('point', [6,2], {style:4}); | ||
p[2] = board.createElement('point', [-0.5,1], {style:4}); | p[2] = board.createElement('point', [-0.5,1], {style:4}); | ||
p[3] = board.createElement('point', [2,0.5], {style:4}); | p[3] = board.createElement('point', [2,0.5], {style:4}); |
Revision as of 18:34, 21 January 2009