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