Using the Action Menu
upercent
Function: Returns the percentage of each element in a list, the sum of which is assumed to be 100.
Syntax: percent (List [ ) ]
Example: To determine the percentage of each element in the list {1, 2, 3}
Menu Item:
upolyEval
Function: Returns a polynomial arranged in the descending order of powers, so coefficients correspond sequentially to each element in the input list.
Syntax: polyEval (List [,Exp/List] [ ) ]
Example: To create a second degree polynomial with the coefficients {1, 2, 3}
Menu Item:
• “x” is the default when you omit “[,Exp/List]”.
usequence
Function: Returns the
Syntax: sequence
• “x” is the default when you omit “[,variable]”.
Example: To determine a polynomial for a sequence expressed by the list {3, 5, 7, 9}
Menu Item:
Example: To determine a polynomial that maps each element in the list {1, 3, 5, 7} to its corresponding element in the list {0,
Menu Item:
20050501