Mathematica 9 is now available

FreeQAtomQ

TrueQ

FilledSmallSquareTrueQ[expr] yields True if expr is True, and yields False otherwise.

FilledSmallSquare Example: TrueQ[x==y] LongRightArrow.

FilledSmallSquare You can use TrueQ to "assume" that a test fails when its outcome is not clear.

FilledSmallSquareTrueQ[expr] is equivalent to If[expr, True, False, False].

FilledSmallSquare See The Mathematica Book: Section 2.5.8.

FilledSmallSquare See also: If, Condition, SameQ.

FreeQAtomQ



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.