scilab-5.3.3 Scholar module for schools
- Scholar Menu
- Analysis
- Arithmetic
- change_base — transforms a number from one base into another base
- divisors — returns the sequence of divisors of an integer
- even — test if even
- factorize — returns the sequence of prime factors of an integer
- list_primes — returns the sequence of primes less than a number
- not_even — test if even
- prime — test to determine if a number is prime
- prime_number — returns the n-th prime
- quotient — calculates the quotient of two numbers
- remainder — calculates the remainder from a division of two numbers
- the_gcd — returns the GCD of two numbers
- the_lcm — returns the LCM of two numbers
- Graphical
- axes_ticks — scale of the axes in the graphics window
- circle — draws a circle
- click — returns the coordinate position for the point clicked on in the graphics window
- grid — grid for graph
- orthonormal — orthonormal representation of a graph
- Probas Stats
- 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
- Utilities
- Scholar — loads or unloads the Scholar module for high schools
- display — displays values in the scilab console
- size_of — number of components in a vector or matrix
- sort — sorts a vector in increasing or decreasing order