Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Programming /  Logical Operations /

Xor

FilledSmallSquare Xor[, , ... ] is the logical XOR (exclusive OR) function.
FilledSmallSquare It gives True if an odd number of the are True, and the rest are False. It gives False if an even number of the are True, and the rest are False.

FilledSmallSquare Xor[, , ... ] can be input in StandardForm and InputForm as ... . The character can be entered as AliasIndicatorxorAliasIndicator or \[Xor].
FilledSmallSquare Xor gives symbolic results when necessary, applying various simplification rules to them.
FilledSmallSquare Unlike And and Nand, Or and Nor, Xor must always test all its arguments.
FilledSmallSquare See The Mathematica Book on the web: Section 1.5.6.
FilledSmallSquare See also: LogicalExpand, Mod.