What are the operators | (union), & (intersection), - (difference) and ^ (symmetric difference) in maths? | Sololearn: Learn to code for FREE!
0

What are the operators | (union), & (intersection), - (difference) and ^ (symmetric difference) in maths?

Are they logical operators and/or only work with sets? Thanks!

17th Jul 2016, 8:55 AM
Benjamin Doppler
2 Respuestas
+ 1
I read a chapter in mathematics a long back during my schools. it's called Venn diagram or set diagram. I saw these concepts of union, intersection, exceptions (A'), and much more concepts. but honestly I forget them all. now I python reminds me those topics :-)
17th Jul 2016, 6:31 PM
sundar
sundar - avatar
0
So these are all set operations. I thought these are partly boolian logic and set operations. Ah, I always confuse these two. I can read on Wikipedia what the exact statements do. Thanks for pointing out that these are described by Venn diagrams.
17th Jul 2016, 6:38 PM
Benjamin Doppler