Cauchy's mean value theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 21: Line 21:
board.create('tangent', [r], {strokeColor:'#ff0000'});
board.create('tangent', [r], {strokeColor:'#ff0000'});
*/
*/
line = board.create('line',[p[0],p[1]],{strokeColor:'#ff0000',dash:1});
line = board.create('line',[p[0],p[4]],{strokeColor:'#ff0000',dash:1});
board.unsuspendUpdate();
board.unsuspendUpdate();


</jsxgraph>
</jsxgraph>

Revision as of 10:33, 27 January 2010

Cauchy's mean value theorem is also known as extended mean value theorem. In Germany it is called Zweiter Mittelwertsatz.