Difference between revisions of "RemoveUndefined Command"

From GeoGebra Manual
Jump to: navigation, search
({{note| 1=<div>See also Remove Command.</div>}})
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>
 
{{command|list}}
 
{{command|list}}
 
; RemoveUndefined[ <List> ]:Removes undefined objects from a list.
 
; RemoveUndefined[ <List> ]:Removes undefined objects from a list.

Revision as of 14:18, 30 July 2015



RemoveUndefined[ <List> ]
Removes undefined objects from a list.
Example:
RemoveUndefined[Sequence[(-1)^i, i, -3, -1, 0.5]] removes the second and fourth element of the sequence since expressions (-1)^{1.5} and (-1)^{2.5} are undefined and yields list {-1, 1, -1}.


Note:
See also Remove Command.
© 2024 International GeoGebra Institute