First Command

From GeoGebra Manual
Revision as of 15:14, 5 August 2011 by Alexander Hartl (talk | contribs)
Jump to: navigation, search


First[ <List L> ]
Gives the first element of the list L.
Example:
First[{1, 4, 3}] yields 1.
Note: To get the list containing only the first element use First[{1, 4, 3}, 1].
First[ <List L>, <Number n of elements> ]
Gives a new list that contains just the first n elements of the list L.
Example:
First[{1, 4, 3}, 2] returns {1, 4}.
First[ <Text> ]
Gives first character of the text.
First[ <Text> , <Number n of elements> ]
Gives the first n characters of the text.
Example:
First["Hello",2] returns "He".
First[ <Locus>, <Number n of elements> ]
This command is useful for

CAS Syntax

First[ <List L> ]
Gives the first element of the list L.
Example:
First[{1, 4, 3}] yields 1.
Note: To get the list containing only the first element use First[{1, 4, 3}, 1].
First[ <List L>, <Number n of elements> ]
Gives a new list that contains just the first n elements of the list L.
Example:
First[{1, 4, 3}, 2] returns {1, 4}.
© 2024 International GeoGebra Institute