Courses

Friday, April 19, 2024

Operation on Sets







Set Operation

In real number system, we can do four fundamental operation to form new number by combining or manipulating one or more existing numbers. For example, given two numbers \(2\) and \(3\) , we can use

  1. \(+\) to form a new number \(5\) by \(2+3\)
  2. \(\times\) to form a new number \(6\) by \(2 \times 3\)
  3. we can do Set operation to form new Set by combining or manipulating one or more existing Sets.
  4. Set operation helps to combine two or more sets together to form a new set.
  5. The common example of set operations are: Union, Intersection, Difference, and Complement



Union of Sets

Readings ๐Ÿ‘‰ Click Here




Intersection of Sets

Readings ๐Ÿ‘‰ Click Here




Difference of Sets

Readings ๐Ÿ‘‰ Click Here




Complement of Set

Readings ๐Ÿ‘‰ Click Here




No comments:

Post a Comment