Triangle axiom - affine space: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 9: Line 9:
var r = board.create('point', [3, -3], {name:'r'});
var r = board.create('point', [3, -3], {name:'r'});


var pq = board.create('arrow', [p, q], {withLabel: true, name:'pq', label:{position: 'top'}, lastArrow: {type: 4}});
var pq = board.create('arrow', [p, q], {withLabel: true, name:'pq', label:{position: 'top'}, lastArrow: {type: 4, size: 5}});
var qr = board.create('arrow', [q, r], {withLabel: true, name:'qr'});
var qr = board.create('arrow', [q, r], {withLabel: true, name:'qr'});
var pr = board.create('arrow', [p, r], {withLabel: true, name:'pr'});
var pr = board.create('arrow', [p, r], {withLabel: true, name:'pr'});
</jsxgraph>
</jsxgraph>

Revision as of 09:43, 12 April 2021

Axiom (A2) "triangle rule" for affine spaces.