| Definition: First is a GeoGebra LIST command. |
First[ <List> ]
|
First[ <List> , <Number of Elements> ]
|
| First - USE |
First[List]: Returns a new list that contains just the first element of the list.
|
First[List, Number n of elements]: Returns a new list that contains just the first n elements of the list.
|
Related topics:
- Append
- CountIf
- Element
- First
- Insert
- Intersection
- IterationList
- Join
- KeepIf
- Last
- Length
- Min
- Max
- Product
- RemoveUndefined
- Reverse
- Sequence
- Sort
- Sum
- Take
- Union
Up one level
|

