Assignment Statements: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
;[[Mat]] (M) | ;[[Mat]] (M) | ||
Performs matrix operations including increasing or decreasing dimensions or number of elements; adding or subtracting two matrices; adding, subtracting, multiplying, or dividing a number into all elements of a matrix; and sorting into ascending or descending order. | Performs matrix operations including increasing or decreasing dimensions or number of elements; adding or subtracting two matrices; adding, subtracting, multiplying, or dividing a number into all elements of a matrix; and sorting into ascending or descending order. | ||
<noinclude> | |||
[[Category:Summary of Statements]] | |||
</noinclude> |
Latest revision as of 01:11, 16 July 2013
- Let (LE)
Evaluates a numeric or string expression and optionally assigns the value of the expression to one or more variables.
- Mat (M)
Performs matrix operations including increasing or decreasing dimensions or number of elements; adding or subtracting two matrices; adding, subtracting, multiplying, or dividing a number into all elements of a matrix; and sorting into ascending or descending order.