MapleTA[Builtin]
not
boolean not
Calling Sequence
Parameters
Description
Examples
Compatibility
not(a)
a
-
boolean expression
The not command returns true if a is false. Otherwise false is returned.
This is slightly different than in Maple T.A. proper, which understands 1.0 and 0.0 as true and false. Because Maple does not equate numbers as boolean conditionals, it is more appropriate to have this function return true and false inside Maple.
Because not is a Maple keyword, it must be surrounded with back-tick name quotes.
MapleTA:-Builtin:-`not`⁡1<2
false
MapleTA:-Builtin:-`not`⁡2<1
true
The MapleTA[Builtin][not] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
MapleTA
Download Help Document