I have created a fairly long and involved MathCAD document. I have reached a point where I want
to calculate the percentage of time that over 6 power phases a minimum stroke current exists. I
have set up what I thought would be a decent way to compute this with six "if" statements in a
"for" loop. All the expressions inside the "for" loop evaluate correctly outside the program. Generally
I am just testing each increment of time for which current among the six is the minimum, and incrementing
a constant by one each time this is true. At the end I simply want spit out an single row array of the final
constant values. Nothing I do seems to generate a result at all. I may have problems with actual units
in the program but I thought the use of distinct constant names (A1...) would be immune to those units
in the other expressions. I attach the program only extracted from the larger document, and disabled.