/ (Matrix)
Divides a matrix by a number.
Arguments
matrix0
is the Matrix to divide.Real
number
is the divisor.
Return values
matrix1
is the resulting Matrix after division.
Complexity
O(dimension)
Example
Output:
12.000000,-6.000000,2.000000,0.000000,
-2.000000,2.000000,16.000000,10.000000,
0.000000,4.000000,-16.000000,2.000000,