Symmetric difference
In mathematics, the symmetric difference of two sets A and B is the set of elements which are in one of either set, but not in both. The most common notation used for symmetric difference is AΔB.
The symmetic difference is equivalent to the union of both complements, that is:
- AΔB = A\B ∪ B\A.
It is also the set-theoretic equivalent of the XOR operation in Boolean logic.
Referenced By
List of basic discrete mathematics topics | List of mathematical topics (S-U)
|