Poincare disc model: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
var s1 = brd.create('intersection', [c,t2,0], {withLabel:false}); | var s1 = brd.create('intersection', [c,t2,0], {withLabel:false}); | ||
var s2 = brd.create('intersection', [c,t2,1], {withLabel:false}); | var s2 = brd.create('intersection', [c,t2,1], {withLabel:false}); | ||
var arc = brd.create('circumcirclearc',[s1,pp,s2], {trace:true}); | var arc = brd.create('circumcirclearc',[s1,pp,s2], {strokeWidth:1, trace:true}); | ||
</jsxgraph> | </jsxgraph> | ||
===References=== | |||
* Chaim Goodman-Strauss, "Compass and Straightedge in the Poincare Disk", ''Am. Math. Monthly'' 108 (2001), 38-49. | |||
[[Category:Geometry]] | [[Category:Geometry]] | ||
[[Category:Examples]] | [[Category:Examples]] |
Revision as of 07:29, 22 July 2010
References
- Chaim Goodman-Strauss, "Compass and Straightedge in the Poincare Disk", Am. Math. Monthly 108 (2001), 38-49.