Set(A) seperated by comma | |
Set(B) seperated by comma | |
Symmetric Difference A Δ B |
In mathematics, the symmetric difference of two sets is the set of elements which are in either of the sets and not in their intersection. The symmetric difference of the sets A and B is commonly denoted by i.e., A Delta B ( A Δ B )
For example, the symmetric difference of the sets {1,2,3} and {3,4} is {1,2,4}. The symmetric difference of the set of all students and the set of all females consists of all male students together with all female non-students.
A Δ B = {a1,a2,a3,..an} ai∈A and aiB,i=1,2,3...n
Where,
A means the set A,
B means the set B.