A 5-circle incidence theorem: Difference between revisions
From JSXGraph Wiki
| A WASSERMANN (talk | contribs)  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..." | A WASSERMANN (talk | contribs) 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> | |||
