Vector Command

From GeoGebra Manual
Revision as of 13:08, 31 July 2013 by JohannaZ (talk | contribs)
Jump to: navigation, search



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}.
Vector[ <Point> ]
Returns the position vector of the given point.
Example:
Vector[(3, 2)] yields u = \begin{pmatrix}3\\2\end{pmatrix}.
Note: See also Tool Vector between Two Points.gif Vector between Two Points tool.
© 2024 International GeoGebra Institute