Extended mean value theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 29: Line 29:
                     function() { return fg[0](JXG.Math.Numerics.root(quot, (fg[3]() + fg[2]) * 0.5)); },
                     function() { return fg[0](JXG.Math.Numerics.root(quot, (fg[3]() + fg[2]) * 0.5)); },
                     function() { return fg[1](JXG.Math.Numerics.root(quot, (fg[3]() + fg[2]) * 0.5)); },
                     function() { return fg[1](JXG.Math.Numerics.root(quot, (fg[3]() + fg[2]) * 0.5)); },
                    //function() { return fg[0](JXG.Math.Numerics.fzero(quot, [fg[3](), fg[2]])); },
                    //function() { return fg[1](JXG.Math.Numerics.fzero(quot, [fg[3](), fg[2]])); },
                     graph], {name: '', size: 4, fixed:true});
                     graph], {name: '', size: 4, fixed:true});



Revision as of 16:07, 29 January 2019

The underlying JavaScript code