! (Matrix)
Sets an element of a matrix by column index and row index.
Arguments
New
value
to be set for the matrix element.rowIndex
and columnIndex
are integer numbers, zero-based.The
matrix
(see Matrix) to set the element of.
Return values
None
Complexity
Constant
Example
Output:
1.000000,3.000000,2.000000,
7.000000,2.000000,-3.000000,
4.000000,-6.000000,6.000000,