Difference of Two Sets Calculator
| Set(U) seperated by comma | |
| Set(A) seperated by comma | |
| Set Difference U \ A |
In mathematics, a set is a collection of distinct objects. ,the difference of two sets calculator finds the differecne between sets.
Some basic properties of unions:
-
- A ∪ B = B ∪ A.
- A ∪ (B ∪ C) = (A ∪ B) ∪ C.
- A ⊆ (A ∪ B).
- A ∪ A = A.
- A ∪ ∅ = A.
- A ⊆ B if and only if A ∪ B = B.
Formula:
U \ A = {a1,a2,a3,..an} ai∈U and ai∉A,i=1,2,3...n
Where,
U represents the Universal set,
A represents the set A.