|
SOLUTIONS
|
Mathematica
>
Mathematics and Algorithms
>
Discrete Mathematics
>
Boolean Computation
>
Bitwise Operations
>
BitXor
BUILT-IN MATHEMATICA SYMBOL
BitXor
BitXor[n1, n2, ...]
gives the bitwise XOR of the integers
.
DetailsDetails
- Integer mathematical function, suitable for both symbolic and numerical manipulation.
- BitXor[n1, n2, ...] yields the integer whose binary bit representation has ones at positions where an odd number of the binary bit representations of the
have ones. - For negative integers BitXor assumes a two's complement representation.
- BitXor automatically threads over lists.
New in 4
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
