<< Probas Stats
Scilab Scholar module for schools
Utilities >>
Scilab Scholar module for schools
>> Sets
Sets
add_to_set
—
adds an element to a set
complement
—
returns the complement of a set in another
deck_32
—
returns a set of cards from a deck of 32 playing cards
deck_52
—
returns the set of cards from a standard deck of 52 playing cards
deck_54
—
returns the set of cards from a deck of 54 cards
deck_tarot
—
returns the set of cards from a deck of tarot playing cards
define_set
—
defines and constructs a set
element_of
—
determines whether an element belongs to a set
intersection
—
returns the intersection of two sets
random_subset
—
makes a random selection of the elements in a set
remove
—
removes an element from a set
subset_of
—
determines if one set is a subset of another
the_union
—
returns the union of two sets
value
—
vector of values of elements in a set or character string
<< Probas Stats
Scilab Scholar module for schools
Utilities >>