Difference between revisions of "First Command"

From GeoGebra Manual
Jump to: navigation, search
Line 12: Line 12:
 
;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.
:{{example|1=<div><code><nowiki>First["Hello",2]</nowiki></code> returns "He".</div>}}
+
:{{example|1=<div><code><nowiki>First["Hello",2]</nowiki></code> returns ''"He"''.</div>}}
 
;First[ <Locus>, <Number n of elements> ]
 
;First[ <Locus>, <Number n of elements> ]
 
:This command is useful for  
 
:This command is useful for  

Revision as of 11:56, 5 August 2011


First[ <List L> ]
Gives a list containing the first element of the list L.
Example:
First[{1, 4, 3}] returns {1}.
Note: To get the first element itself use the Element Command.
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 a list containing the first element of the list L.
Example:
First[{1, 4, 3}] returns {1}.
Note: To get the first element itself use the Element Command.
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