Difference between revisions of "A 5-circle incidence theorem"

From JSXGraph Wiki
Jump to navigationJump to search
Line 24: Line 24:
 
var attB = {name:'',strokeColor:'#EA0000',fillColor:'#EA0000'};
 
var attB = {name:'',strokeColor:'#EA0000',fillColor:'#EA0000'};
 
for (k = 0; k < 5; k++) {
 
for (k = 0; k < 5; k++) {
   B[k] = brd.create('intersection', [s[k], s[(k-1)%5], 0], attB);
+
   B[k] = brd.create('intersection', [s[k], s[(k-1+5)%5], 0], attB);
 
}
 
}
  
  
 
</jsxgraph>
 
</jsxgraph>

Revision as of 14:10, 13 August 2019