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

From JSXGraph Wiki
Jump to navigationJump to search
(Created page with "<jsxgraph width="600" height="600"> var brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-5,5,5,-5]}); var A = [], s = [], B = [], k; var attA = {name:'',strokeColor:'#735...")
 
Line 13: Line 13:
 
   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});
 
}
 
}
 +
 +
</jsxgraph>

Revision as of 14:01, 13 August 2019