Mathematica 9 is now available

Xor

Usage

Xor[ ,  , ... ] is the logical XOR (exclusive OR) function.
• 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.


Notes

Xor[ ,  , ... ] can be input in StandardForm and InputForm as     ... . The character  can be entered as AliasIndicatorxorAliasIndicator or \[Xor].
Xor gives symbolic results when necessary, applying various simplification rules to them.
• Unlike And, Nand, Or and Nor, Xor must always test all its arguments, and so is not a control structure, and does not have attribute HoldAll.
• See Section 1.5.6.
• See also: LogicalExpand, Mod.
• New in Version 1; modified in 4.1.


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.