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 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',  | var pq = board.create('arrow', [p, q], {withLabel: true, name:'pq'}); | ||
| var qr = board.create('arrow', [q, r], {withLabel: true, name:'qr'}); | |||
| var pr = board.create('arrow', [p, r], {withLabel: true, name:'pr'}); | |||
| </jsxgraph> | </jsxgraph> | ||
Revision as of 09:41, 12 April 2021
Axiom (A2) "triangle rule" for affine spaces.
