Difference between revisions of "RemoveUndefined Command"

From GeoGebra Manual
Jump to: navigation, search
(added v.4 - code formatting)
(added v.4 - code formatting)
Line 2: Line 2:
 
{{command|list}}
 
{{command|list}}
 
; RemoveUndefined[List]: Removes undefined objects from a list.
 
; RemoveUndefined[List]: Removes undefined objects from a list.
: {{Example| <code><tt>RemoveUndefined[Sequence[(-1)^i, i, -3, -1, 0.5]]</tt></code> removes the second and fourth elements of the sequence which have non-integer exponents and, therefore, are undefined.}}
+
: {{Example| <code><code>RemoveUndefined[Sequence[(-1)^i, i, -3, -1, 0.5]]</code></code> removes the second and fourth elements of the sequence which have non-integer exponents and, therefore, are undefined.}}

Revision as of 11:49, 25 February 2011


RemoveUndefined[List]
Removes undefined objects from a list.
Example: RemoveUndefined[Sequence[(-1)^i, i, -3, -1, 0.5]] removes the second and fourth elements of the sequence which have non-integer exponents and, therefore, are undefined.
© 2024 International GeoGebra Institute