Mathematica 9 is now available

Not (!)Or (||)

And

FilledSmallSquare && && ... is the logical AND function. It evaluates its arguments in order, giving False immediately if any of them are False, and True if they are all True.

FilledSmallSquareAnd[, , ... ] can be input in StandardForm and InputForm as ... . The character can be entered as AliasIndicator&&AliasIndicator, AliasIndicatorandAliasIndicator or \[And].

FilledSmallSquareAnd evaluates its arguments in a non-standard way (see Section A.4.2).

FilledSmallSquareAnd gives symbolic results when necessary, removing initial arguments that are True.

FilledSmallSquare See The Mathematica Book: Section 1.5.6.

FilledSmallSquare See also: LogicalExpand, BitAnd, Nand.

Further Examples

Not (!)Or (||)



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.