Difference between revisions of "Manuals/calci/DISTINCTSET"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''DISTINCTSET ()'''</div><br/> ==Description== *This function shows the values of the distinct sets together. *In <math>DISTINCTSET()</math>, the...") |
|||
Line 14: | Line 14: | ||
# DISTINCTSET([[2,3],[10,11],[-2,-9]]) = 2 3 10 11 -2 -9 | # DISTINCTSET([[2,3],[10,11],[-2,-9]]) = 2 3 10 11 -2 -9 | ||
# 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 | # 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== | ||
+ | |||
+ | {{#ev:youtube|v=IsDct4jhTVs|280|center|Distinct Subset}} | ||
==See Also== | ==See Also== |
Latest revision as of 15:05, 11 December 2018
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
- DISTINCTSET([[1,2,3],[10,11,7,5,10]]) = 1 2 3 10 11 7 5 10
- DISTINCTSET([[2,3],[10,11],[-2,-9]]) = 2 3 10 11 -2 -9
- 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