Difference between revisions of "Reverse Command"

From GeoGebra Manual
Jump to: navigation, search
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 )
m (Typo)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</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 [[Lists|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)}''}}
:{{example|1=<br><code><nowiki>Reverse[list1]</nowiki></code> reverses <code>list1={(1,2),(3,4),(5,6)}</code> to create <code>list2={(5,6), (3,4), (1,2)} </code>}}
 
 
==CAS Syntax==
 
==CAS Syntax==
;Reverse[ <List> ]:Reverses the order of a [[Lists|list]].
+
;Reverse( &lt;List> ):Reverses the order of a [[Lists|list]].
:{{Examples|1=<br><code>Reverse[li<sub>1</sub>]</code> reverses the [[Lists|list]]:<br>''li<sub>1</sub>={(a, b), (c, d), (e, f)}'' creating the list:<br>''{(e, f), (c,d),(a, b)}''<br><code><nowiki>Reverse[Flatten[  {á, é, , ó} }  ]]</nowiki></code> reverses the [[Flatten Command|flatten]] list and creates the 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 17: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