Circum circles of subtriangles: Difference between revisions

From JSXGraph Wiki
(New page: <jsxgraph width="800" height="600"> brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[-4,4,12,-4], keepaspectratio:true,axis:true}); p1 = brd.createElement('point', [0.5,-1.5] , {name:'...)
 
No edit summary
Line 1: Line 1:
<jsxgraph width="800" height="600">
<jsxgraph width="800" height="600">
brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[-4,4,12,-4], keepaspectratio:true,axis:true});
brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[0,4,12,-4], keepaspectratio:true});
p1 = brd.createElement('point', [0.5,-1.5] , {name:'A',fillColor:'red',strokeColor:'red'});
p1 = brd.createElement('point', [0.5,-1.5] , {name:'A',fillColor:'red',strokeColor:'red'});
p2 = brd.createElement('point', [7.5,0.5] , {name:'B',fillColor:'red',strokeColor:'red'});
p2 = brd.createElement('point', [7.5,0.5] , {name:'B',fillColor:'red',strokeColor:'red'});

Revision as of 11:16, 22 September 2009