A 5-circle incidence theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 20: Line 20:
   s[k] = brd.create('segment',[A[k], A[(k + 2) % 5]],{strokeColor:'blue',strokeWidth:1});
   s[k] = brd.create('segment',[A[k], A[(k + 2) % 5]],{strokeColor:'blue',strokeWidth:1});
}
}
var attB = {name:'',strokeColor:'#EA0000',fillColor:'#EA0000'};
for (k = 0; k < 5; k++) {
  B[k] = brd.create('intersection', [s[k], s[(k-1)%5], attB);
}


</jsxgraph>
</jsxgraph>

Revision as of 12:09, 13 August 2019