Hyperbola III: 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.fontSize = 16; JXG.Options.line.strokeWidth = 0.8; var board = JXG.JSXGraph.initBo...") |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
var f1 = board.create('glider', [-sqrt3, 0, board.defaultAxes.x], {name:"f'"}); | var f1 = board.create('glider', [-sqrt3, 0, board.defaultAxes.x], {name:"f'"}); | ||
var f2 = board.create('glider', [sqrt3, 0, board.defaultAxes.x], {name:"f"}); | var f2 = board.create('glider', [sqrt3, 0, board.defaultAxes.x], {name:"f"}); | ||
var hyp = board.create('hyperbola', [f1, f2, [ | var hyp = board.create('hyperbola', [f1, f2, [4,3]]); | ||