Changes

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..."
<div style="font-size:30px">'''DISTINCTSET ()'''</div><br/>

==Description==
*This function shows the values of the distinct sets together.
*In <math>DISTINCTSET()</math>, 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

==See Also==
*[[Manuals/calci/EVENSET | EVENSET]]
*[[Manuals/calci/EVERYSET | EVERYSET]]
*[[Manuals/calci/INSET | INSET]]

==References==
*[https://en.wikipedia.org/wiki/Set_(mathematics) Set]

*[[Z_API_Functions | List of Main Z Functions]]

*[[ Z3 | Z3 home ]]
writer
6,694

edits

Navigation menu