Difference between revisions of "Reverse Command"

From GeoGebra Manual
Jump to: navigation, search
m (1 revision)
m (Typo)
 
(13 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|list}}
{{command|list}}
+
;Reverse( &lt;List> ):Reverses the order of a [[Lists|list]].
; Reverse[List]: Reverses the order of a list.
+
:{{example|1=<br><code><nowiki>Reverse(list1)</nowiki></code> reverses <code>list1 = {(1, 2), (3, 4), (5, 6)}</code> to create ''list2 = {(5, 6), (3, 4), (1, 2)}''}}
 +
==CAS Syntax==
 +
;Reverse( &lt;List> ):Reverses the order of a [[Lists|list]].
 +
:{{example|1=<br><code><nowiki>Reverse({1, 2, 3, 4})</nowiki></code> reverses the list to create ''{4, 3, 2, 1}''}}

Latest revision as of 16:34, 29 January 2021


Reverse( <List> )
Reverses the order of a list.
Example:
Reverse(list1) reverses list1 = {(1, 2), (3, 4), (5, 6)} to create list2 = {(5, 6), (3, 4), (1, 2)}

CAS Syntax

Reverse( <List> )
Reverses the order of a list.
Example:
Reverse({1, 2, 3, 4}) reverses the list to create {4, 3, 2, 1}
© 2024 International GeoGebra Institute