Difference between revisions of "Inverse Composition Rules"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 88: | Line 88: | ||
if (t=='fg') { fg = function(x) { return f(g(x)); } | if (t=='fg') { fg = function(x) { return f(g(x)); } | ||
} else if (t=='gf') { fg = function(x) { return g(f(x)); } | } else if (t=='gf') { fg = function(x) { return g(f(x)); } | ||
+ | } | ||
plotfg.Y = fg; plotfg.updateCurve(); | plotfg.Y = fg; plotfg.updateCurve(); | ||
brd.update(); | brd.update(); |
Revision as of 15:44, 19 June 2009