Difference between revisions of "First Command"

From GeoGebra Manual
Jump to: navigation, search
Line 10: Line 10:
 
;First[ <Text> ]
 
;First[ <Text> ]
 
:Gives first character of the text.
 
:Gives first character of the text.
 +
:{{example|1=<div><code><nowiki>First["Hello"]</nowiki></code> yields ''"H"''.</div>}}
 
;First[ <Text> , <Number n of elements> ]
 
;First[ <Text> , <Number n of elements> ]
 
:Gives the first ''n'' characters of the text.
 
:Gives the first ''n'' characters of the text.

Revision as of 11:15, 18 August 2011


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

CAS Syntax

First[ <List L> ]
Gives a new list that contains the first element of the list L.
Example:
First[{1, 4, 3}] yields {1}.
Note: To get the first element use Element[{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] yields {1, 4}.
© 2024 International GeoGebra Institute