Difference between revisions of "A 5-circle incidence theorem"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 8: | Line 8: | ||
attA.name = "1"; | attA.name = "1"; | ||
A[1] = brd.create('point',[-0,4], attA); | A[1] = brd.create('point',[-0,4], attA); | ||
− | attA.name = ""; | + | attA.name = "2"; |
A[2] = brd.create('point',[2.5,-3], attA); | A[2] = brd.create('point',[2.5,-3], attA); | ||
+ | attA.name = ""; | ||
A[3] = brd.create('point',[-4,0], attA); | A[3] = brd.create('point',[-4,0], attA); | ||
A[4] = brd.create('point',[4,0], attA); | A[4] = brd.create('point',[4,0], attA); |