Dual lattice: Difference between revisions

From JSXGraph Wiki
(Created page with "<jsxgraph height="500" width="500" board="board" box="box1"> brd = JXG.JSXGraph.initBoard('box1', {boundingbox: [-5, 5, 5, -5], axis:true}); var b1 = brd.create('point', [4,0], ...")
 
No edit summary
Line 2: Line 2:
brd = JXG.JSXGraph.initBoard('box1', {boundingbox: [-5, 5, 5, -5], axis:true});
brd = JXG.JSXGraph.initBoard('box1', {boundingbox: [-5, 5, 5, -5], axis:true});
var b1 = brd.create('point', [4,0], {size:6, name:'', color:'blue'});
var b1 = brd.create('point', [4,0], {size:6, name:'', color:'blue'});
var b2 = brd.create('point', [0,3], {size:6, name:'', color:'blue'});
var b2 = brd.create('point', [3,3], {size:6, name:'', color:'blue'});
</jsxgraph>
</jsxgraph>




[[Category:Examples]]
[[Category:Examples]]

Revision as of 14:58, 16 June 2016