If B = {10111213} and C = {1213} then their intersection is the empty set, {}.The union of A with an empty set is set A.
if we have set A and B consider A={1,2,3,4}and B={3,4,5,6} the union of these sets is A and B={1,2,3,4,5,6}and the intersection is{3,4} the union and the intersection are same only if A=B
The main set operations are: union, intersection and complement.
The basic operations are union, intersection and complement.
Given any two sets, for instance, A={ai} and B={bi}, the union of the sets are the values that are contained in either A orB, whereas the intersection of the sets are the values that are contained in both A and B.For instance, let A={1, 2, 4, 6, 9, 12} and B={1, 5, 7, 9, 11, 15}, then the union would be A∪B={1, 2, 4, 5, 6, 7, 9, 11, 12, 15} and the intersection would be A∩B={1, 9}.
If B = {10111213} and C = {1213} then their intersection is the empty set, {}.The union of A with an empty set is set A.
The concept of closure: If A and B are sets the intersection of sets is a set. Then if the intersection of two sets is a set and that set could be empty but still a set. The same for union, a set A union set Null is a set by closure,and is the set A.
union means to group the given sets. where as intersection means to pick out the common elements from the given sets. if set a has 1,2,3 elements and B has 1,2,3,4,5. then its union will have 1,2,3,4,5 as its elements. and its intersection will have 1,2,3 as its elements.
if we have set A and B consider A={1,2,3,4}and B={3,4,5,6} the union of these sets is A and B={1,2,3,4,5,6}and the intersection is{3,4} the union and the intersection are same only if A=B
The main set operations are: union, intersection and complement.
The basic operations are union, intersection and complement.
1.Union=2.Intersection==3.Set Difference==4.Complement=
Given any two sets, for instance, A={ai} and B={bi}, the union of the sets are the values that are contained in either A orB, whereas the intersection of the sets are the values that are contained in both A and B.For instance, let A={1, 2, 4, 6, 9, 12} and B={1, 5, 7, 9, 11, 15}, then the union would be A∪B={1, 2, 4, 5, 6, 7, 9, 11, 12, 15} and the intersection would be A∩B={1, 9}.
union of sets,intersection of sets,difference of sets,ordered pair,ordered n-touples,cartician product of setThe basic operations are union and intersection. The complement of the set is also a basic operation.
Union of Sets | Intersection of Set | Difference of Set | Complement of Set | Ordered Pair | Equality or Ordered n-tuples | Cartesian Products of Set :))♥
operation set
A set is a collection of well defined objects known as elements Opperatons of sets are 1)union - the union of sets A and B is the set that contains all elements in A and all elements in B. intersection - given two sets A and B, the intersection of A and B is a set that contains all elements in common between A and B. compliments - given set A, A compliment is the set of all elements in the universal set but not in A difference - A-B is a set containing all elements in A that are not in B. symmetric difference - it is the sum of A and B minus A intersection B.