Difference between revisions of "Take Command"

From GeoGebra Manual
Jump to: navigation, search
Line 10: Line 10:
 
:{{example| 1=<div><code><nowiki>Take[{1, 2, a, 4, 5}, 2, 4]</nowiki></code> yields ''{2, a, 4}''.</div>}}
 
:{{example| 1=<div><code><nowiki>Take[{1, 2, a, 4, 5}, 2, 4]</nowiki></code> yields ''{2, a, 4}''.</div>}}
 
{{betamanual|version=4.2|
 
{{betamanual|version=4.2|
{{Note|1=From GeoGebra 4.2, this syntax will work too: Take[ <Text>, <Start Position m>, <End Position n> ]}}
+
{{Note|1=From GeoGebra 4.2, these syntaxes will work too: Take[ <List>, <Start Position m> ], Take[ <Text>, <Start Position m> ]}}
 
}}
 
}}

Revision as of 10:17, 8 July 2012


Take[ <List>, <Start Position m>, <End Position n> ]
Returns a list containing the elements from position m to n of the initial list.
Take[ <Text>, <Start Position m>, <End Position n>]
Returns a text containing the elements from position m to n of the initial text.

CAS Syntax

Take[ <List>, <Start Position m>, <End Position n>]
Returns a list containing the elements from position m to n of the initial list.
Example:
Take[{1, 2, a, 4, 5}, 2, 4] yields {2, a, 4}.
© 2024 International GeoGebra Institute