Circle inversion
From JSXGraph Wiki
Revision as of 16:29, 21 April 2010 by A WASSERMANN (talk | contribs) (New page: <jsxgraph width="600" height="600"> brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-5,5,5,-5]}); m = brd.create('point',[0.5,0.3]); b = brd.create('point',[3,0]); c = brd.create('circ...)
The underlying JavaScript code
Retrieved from "http://jsxgraph.org/wiki/index.php?title=Circle_inversion&oldid=3857"