Inverse Composition Rules: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
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 13:44, 19 June 2009