Menelaus's theorem: Difference between revisions

From JSXGraph Wiki
(Created page with "<jsxgraph width="500" height="500"> JXG.Options.label.autoPosition = true; JXG.Options.text.fontSize = 24; var board = JXG.JSXGraph.initBoard("jxgbox", {boundingbox: [-5,5,5,...")
 
No edit summary
Line 8: Line 8:
var b = board.create('point', [4, -3], {name:'b'});
var b = board.create('point', [4, -3], {name:'b'});
var c = board.create('point', [1, 4], {name:'c'});
var c = board.create('point', [1, 4], {name:'c'});
 
/*
var s1 = board.create('segment', [c, a], {color' black'});
var s1 = board.create('segment', [c, a], {color' black'});
var s2 = board.create('segment', [c, b], {color' black'});
var s2 = board.create('segment', [c, b], {color' black'});
var s3 = board.create('line', [a, b], {color' black'});
var s3 = board.create('line', [a, b], {color' black'});
*/
</jsxgraph>
</jsxgraph>



Revision as of 20:26, 2 May 2021

The underlying JavaScript code