In Mathematica, is there a way to set a variable to the lowest value in a matrix?

81 Views Asked by At

It seems that a major aspect of this question is figuring out whether or not I can search the matrix and compare values.

1

There are 1 best solutions below

0
On BEST ANSWER

If $A$ is a matrix, Min[A] gives the smallest entry.