If you wanna grind matrix multiplication \(^ o ^ ) /
calculate the multiplication
trace (matrix 1)
transpose (matrix 1)
randomize matrix (values)
randomize matrix (size and values)
gauss-jordan elimation (matrix 1)
gaussian elimation (matrix 1)
matrix 1 size:
x
matrix 2 size:
x
generate matrices
matrix multiplication
- also decimals/fractions don't work very well
-to change the min/max values of randomly generated arrays, change vmin/vmax with devtools
eg: "smax = 9"
-to change the min/max size of randomly generated arrays, change smin/smax with devtools