Difference between revisions of "Pappus's hexagon theorem"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 6: | Line 6: | ||
var q = board.create('point', [-4, -2], {name:'q'}); | var q = board.create('point', [-4, -2], {name:'q'}); | ||
− | var q1 = board.create('point', [ | + | var q1 = board.create('point', [-1.5, -2], {name:''}); |
var q2 = board.create('point', [-1.5, -1], {name:''}); | var q2 = board.create('point', [-1.5, -1], {name:''}); | ||
var l1 = board.create('line', [q, q1], {straightFirst: false}); | var l1 = board.create('line', [q, q1], {straightFirst: false}); |
Revision as of 21:39, 2 May 2021