
Using the Action Menu
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:
usumSeq
Function: Finds the
Syntax: sumSeq
• “x” is the default when you omit “[,variable]”.
Example: To determine the sum of a polynomial for a sequence expressed by the list {3, 5, 7, 9}
Menu Item:
Example: To obtain the polynomial that maps the elements in the list {9, 7, 4, 1} to its corresponding elements in the list {0, 4, 6, 5}, and return the sum of the polynomial.
Menu Item:
20060301