It seems that a major aspect of this question is figuring out whether or not I can search the matrix and compare values.
In Mathematica, is there a way to set a variable to the lowest value in a matrix?
0
$\begingroup$
matrices
mathematica
searching
1 Answers
4
If $A$ is a matrix, Min[A] gives the smallest entry.