Assignment Statements: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Redirected page to Category:Assignment Statements)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#REDIRECT[[Category:Assignment Statements]]
;[[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.
 
 
<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.