Difference between revisions of "Fill the intersection area of three circles"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) (Created page with "<jsxgraph width="600" height="600"> JXG.joinCurves = function(board, parents, attributes) { var cu1 = parents[0], cu2 = parents[1], attr =...") |
A WASSERMANN (talk | contribs) |
||
Line 31: | Line 31: | ||
var p5 = brd.create('point', [2.5, 4.5]); | var p5 = brd.create('point', [2.5, 4.5]); | ||
− | var p6 = brd.create('point', [ | + | var p6 = brd.create('point', [0.5, 4.5]); |
var a3 = brd.create('circle', [p5,p6]); | var a3 = brd.create('circle', [p5,p6]); | ||