Finding which combination of values gives the highest/lowest result
I've been scouring the forums for a while now and I'm starting to come to the conclusion that either my question is so simple that nobody else needs to ask how to do it or that it just can't be done. Put simply, I'm trying to find out how I can get MathCAD (using Prime 4.0) to return the highest or lowest result of a function given a list of possible input variables.
For example, if I have a simple function:
f(x,y) = x + y^2
and a list of possible values for x and y:
x = [3, -6, 2] y = [2, 3, -3]
How can I get MathCAD to output the largest (11) or smallest (-2) result?




