Difference between revisions of "Three touching circles"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 6: | Line 6: | ||
a1 = brd.create('segment', [A,B], {name:'a1', withLabel:true}), | a1 = brd.create('segment', [A,B], {name:'a1', withLabel:true}), | ||
a2 = brd.create('segment', [B,C], {name:'a2', withLabel:true}), | a2 = brd.create('segment', [B,C], {name:'a2', withLabel:true}), | ||
− | a3 = brd.create('segment', [C,A], {name:'a3', withLabel:true}) | + | a3 = brd.create('segment', [C,A], {name:'a3', withLabel:true}); |
</jsxgraph> | </jsxgraph> |