Vector Command

From GeoGebra Manual
Revision as of 16:43, 29 September 2017 by Mathmum (talk | contribs) (command syntax: changed [ ] into ( ))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Vector( <Point> )
Returns the position vector of the given point.
Example:
Vector((3, 2)) yields u = \begin{pmatrix}3\\2\end{pmatrix}.
Vector( <Start Point>, <End Point> )
Creates a vector from Start Point to End Point.
Example:
Vector((1, 1), (3, 4)) yields u = \begin{pmatrix}2\\3\end{pmatrix}.
Note: See also Mode vector.svg Vector tool.
© 2024 International GeoGebra Institute