picking up the minimum values
picking up the minimum values
(OP)
Hi
I have recently started to use Mathcad 14.
I would like to pick out the minimum value from a set and that value should not be a negative value, i need the least positive integer.
for example
say a set A= (-10 , 2, 4 ,5)
the answer I want is 2 and not -10 which is actually the minimum value.
I tried using the command min(....) but this picks up the least of all integers mentioned in the set
thanks
I have recently started to use Mathcad 14.
I would like to pick out the minimum value from a set and that value should not be a negative value, i need the least positive integer.
for example
say a set A= (-10 , 2, 4 ,5)
the answer I want is 2 and not -10 which is actually the minimum value.
I tried using the command min(....) but this picks up the least of all integers mentioned in the set
thanks
RE: picking up the minimum values
RE: picking up the minimum values
RE: picking up the minimum values
I have also attached an alternate solution that should work for both the given example and any other set of values. Good luck!