Thales theorem: Difference between revisions

From JSXGraph Wiki
(Created page with "<jsxgraph width="500" height="500"> JXG.Options.label.autoPosition = true; JXG.Options.text.useMathJax = true; JXG.Options.text.fontSize = 24; var board = JXG.JSXGraph.initBo...")
 
No edit summary
Line 7: Line 7:


var p = board.create('point', [-3, -2], {name:'p'});
var p = board.create('point', [-3, -2], {name:'p'});
var q1 = board.create('point', [1, -2], {name:'q_1'});
var q1 = board.create('point', [0, -2], {name:'q_1'});
var q2 = board.create('point', [-1, 2], {name:'q_2'});
var q2 = board.create('point', [-2, 2], {name:'q_2'});
</jsxgraph>
</jsxgraph>



Revision as of 17:34, 2 May 2021


The underlying JavaScript code