Thales theorem: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) (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...") |
A WASSERMANN (talk | contribs) 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', [ | var q1 = board.create('point', [0, -2], {name:'q_1'}); | ||
var q2 = board.create('point', [- | var q2 = board.create('point', [-2, 2], {name:'q_2'}); | ||
</jsxgraph> | </jsxgraph> | ||
Revision as of 17:34, 2 May 2021