A 5-circle incidence theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
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', [0, 4], attA);
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', [0, -2], attA);
A[4] = brd.create('point', [-2, -2], attA);


for (k = 0; k < 5; k++) {
for (k = 0; k < 5; k++) {

Revision as of 12:06, 13 August 2019