Difference between revisions of "Inverse Composition Rules"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 61: | Line 61: | ||
} else if (t=='log') { func = function(x) { return Math.log(x); } | } else if (t=='log') { func = function(x) { return Math.log(x); } | ||
} | } | ||
− | plotf.Y = f; | + | plotf.Y = f; plotf.updateCurve(); |
− | plotg.Y = g; | + | plotg.Y = g; plotg.updateCurve(); |
+ | brd.update(); | ||
} | } | ||
Revision as of 15:35, 19 June 2009