Symmetric Difference
The symmetric difference, also known as disjunctive union and set sum, of two sets and is defined as
The symmetric difference can also be viewed as the union minus the intersection:
Search
Mar 10, 20241 min read
Symmetric Difference
The symmetric difference, also known as disjunctive union and set sum, of two sets A and B is defined as AΔB=(A\B)∪(B\A).
The symmetric difference can also be viewed as the union minus the intersection: AΔB=(A∪B)∖(A∩B).