Using the Action Menu
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:
Using the
The
utrn
Function: Returns a transposed matrix.
Syntax: trn (Mat [ ) ]
Example: To transpose the matrix [[1,2] [3,4]]
Menu Item:
20050501