Difference between revisions of "Remove Command"

From GeoGebra Manual
Jump to: navigation, search
(Created page with "<noinclude>{{Manual Page|version=5.0}}</noinclude> {{command|list}} ; Remove[ <List>, <List> ]:Removes objects from the first list each time they appear in the second list. ...")
 
({{note| 1=<div>See also RemoveUndefined Command and you can also type <code>{1,3,4,4,9} \ {1,4,5}<code> if you want the set-theoretic difference .</div>}})
Line 3: Line 3:
 
; Remove[ <List>,  <List> ]:Removes objects from the first list each time they appear in the second list.
 
; Remove[ <List>,  <List> ]:Removes objects from the first list each time they appear in the second list.
 
: {{Example| 1=<div><code>Remove[{1,3,4,4,9},{1,4,5}]</code> yields list <code>{3,4,9}</code>.</div>}}
 
: {{Example| 1=<div><code>Remove[{1,3,4,4,9},{1,4,5}]</code> yields list <code>{3,4,9}</code>.</div>}}
 +
 +
{{note| 1=<div>See also [[RemoveUndefined Command]] and you can also type <code>{1,3,4,4,9} \ {1,4,5}<code> if you want the set-theoretic difference .</div>}}

Revision as of 14:54, 9 July 2014



Remove[ <List>, <List> ]
Removes objects from the first list each time they appear in the second list.
Example:
Remove[{1,3,4,4,9},{1,4,5}] yields list {3,4,9}.


Note:
See also RemoveUndefined Command and you can also type {1,3,4,4,9} \ {1,4,5} if you want the set-theoretic difference .
© 2024 International GeoGebra Institute