Difference between revisions of "Vector Command"

From GeoGebra Manual
Jump to: navigation, search
m (Updated tool names)
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>
 
{{command|vector-matrix}}
 
{{command|vector-matrix}}
 
; Vector[ <Start Point>, <End Point> ]
 
; Vector[ <Start Point>, <End Point> ]

Revision as of 09:43, 28 July 2015



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 tool.
© 2024 International GeoGebra Institute