A 5-circle incidence theorem: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
A[1] = brd.create('point', [0, 4], attA); | A[1] = brd.create('point', [0, 4], attA); | ||
attA.name = "2"; | attA.name = "2"; | ||
A[2] = brd.create('point', [-2.5, 3], attA); | |||
attA.name = "3"; | |||
attA.name = ""; | |||
A[3] = brd.create('point', [-4, -2], attA); | A[3] = brd.create('point', [-4, -2], attA); | ||
attA.name = "4"; | |||
A[4] = brd.create('point', [0, -2], attA); | A[4] = brd.create('point', [0, -2], attA); | ||