Difference between revisions of "First Command"

From GeoGebra Manual
Jump to: navigation, search
m (Bot: Automated text replacement (-{{command +{{command|cas=true))
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
{{command|cas=true|list}}
 
{{command|cas=true|list}}
 
;First[ <List L> ]
 
;First[ <List L> ]

Revision as of 22:10, 9 March 2013



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}.
Note:
See also Last Command.
© 2024 International GeoGebra Institute