Manuals/calci/DISTINCTSET

DISTINCTSET ()


Description

  • This function shows the values of the distinct sets together.
  • In  , the parameters are any set of values separated by small sets.
  • Generally set is a well defined collection of sets.
  • For example 5,7,9 and 2 are distinct objects when considered separately, but when they are considered collectively they form a single set of size four as {5,7,9,2}.
  • Set is a fundamental concept of Maths.
  • A set is a gathering together into a whole of definite, distinct objects of our perception or of our thought which are called elements of the set.
  • The objects that make up a set which can be names,people, letters of the alphabet, other sets, and so on.

Examples

  1. DISTINCTSET([[1,2,3],[10,11,7,5,10]]) = 1 2 3 10 11 7 5 10
  2. DISTINCTSET([[2,3],[10,11],[-2,-9]]) = 2 3 10 11 -2 -9
  3. DISTINCTSET([[3,8,10],[-2,-9,-10],[1.2,7.8,9.5]]) = 3 8 10 -2 -9 -10 1.2 7.8 9.5

Related Videos

Distinct Subset

See Also

References