Inverse mapping of the power function: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 5: Line 5:
<div id="jxgbox" class="jxgbox" style="width:600px; height:400px;"></div>
<div id="jxgbox" class="jxgbox" style="width:600px; height:400px;"></div>
<script language="JavaScript">
<script language="JavaScript">
b = JXG.JSXGraph.initBoard('jxgbox', {originX: 200, originY: 300, unitX: 40, unitY: 20});
b = JXG.JSXGraph.initBoard('jxgbox', {originX: 220, originY: 300, unitX: 40, unitY: 20});
b.suspendUpdate();
b.suspendUpdate();
b.createElement('axis', [[0,0], [1,0]], {});
b.createElement('axis', [[0,0], [1,0]], {});

Revision as of 11:05, 30 January 2009

<link rel="stylesheet" type="text/css" href="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css" />
<script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/prototype.js"></script>
<script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js"></script>
<div id="jxgbox" class="jxgbox" style="width:600px; height:400px;"></div>