Symmetric Difference
Calculate the symmetric difference between two sets. Set A uses spaces, Set B uses commas.
A \ B
In A and not in B
B \ A
In B and not in A
A ∩ B
In both sets
Calculate the symmetric difference between two sets. Set A uses spaces, Set B uses commas.
In A and not in B
In B and not in A
In both sets