Triangle axiom - affine space: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
var pq = board.create('arrow', [p, q], {withLabel: true, name:'pq', label:{position: 'top'}, lastArrow: {type: 4, size: 8}}); | var pq = board.create('arrow', [p, q], {withLabel: true, name:'pq', label:{position: 'top'}, lastArrow: {type: 4, size: 8}}); | ||
var qr = board.create('arrow', [q, r], {withLabel: true, name:'qr'}); | var qr = board.create('arrow', [q, r], {withLabel: true, name:'qr', label:{position: 'top'}, lastArrow: {type: 4, size: 8}}); | ||
var pr = board.create('arrow', [p, r], {withLabel: true, name:'pr'}); | var pr = board.create('arrow', [p, r], {withLabel: true, name:'pr', label:{position: 'top'}, lastArrow: {type: 4, size: 8}}); | ||
</jsxgraph> | </jsxgraph> |
Revision as of 09:43, 12 April 2021
Axiom (A2) "triangle rule" for affine spaces.