Inverse Composition Rules: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 63: | Line 63: | ||
} | } | ||
f = function(x) { return Math.sin(x); } | |||
g = function(x) { return Math.asin(x); } | |||
plotf = brd.createElement('functiongraph',[f,-2,2],{dash:2}); | |||
plotg = brd.createElement('functiongraph',[g,-2,2],{dash:3}); | |||
</jsxgraph> | </jsxgraph> | ||
Revision as of 13:33, 19 June 2009