I have 3 set , I want to know what element not belong to Symmetric difference set.
Set1={1*125}
Set2={20*450}
Set3={45*235}
I show the symmetric difference of setA and set B by SymAB.
I calculate sym12,sym13,sym23. I have one if statement, like this ( if element x is not belong to symAB then display x)
How can I code this conditional statement?
Best