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 7: | Line 7: | ||
A[0] = brd.create('point', [2.5, -3], attA); | A[0] = brd.create('point', [2.5, -3], attA); | ||
attA.name = "1"; | attA.name = "1"; | ||
− | A[1] = brd.create('point', [ | + | A[1] = brd.create('point', [2, 4], attA); |
attA.name = "2"; | attA.name = "2"; | ||
A[2] = brd.create('point', [-2.5, 3], attA); | A[2] = brd.create('point', [-2.5, 3], attA); | ||
Line 15: | Line 15: | ||
attA.name = "4"; | attA.name = "4"; | ||
− | A[4] = brd.create('point', [ | + | A[4] = brd.create('point', [-2, -2], attA); |
for (k = 0; k < 5; k++) { | for (k = 0; k < 5; k++) { |