A 5-circle incidence theorem: Difference between revisions

From JSXGraph Wiki
(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...")
 
No edit summary
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 12:01, 13 August 2019