Secant and tangent: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 15: Line 15:
         p[1] = board.createElement('point', [-0.5,1], {style:4});
         p[1] = board.createElement('point', [-0.5,1], {style:4});
         p[2] = board.createElement('point', [2,0.5], {style:4});
         p[2] = board.createElement('point', [2,0.5], {style:4});
         p[3] = board.createElement('point', [6,3], {style:4});
         p[3] = board.createElement('point', [6,5], {style:4});
         var polynomial = function(x) {
         var polynomial = function(x) {
                 var i;
                 var i;

Revision as of 17:34, 10 January 2009