Skip to main content
4-Participant
January 24, 2025
Solved

Range Variable Summation

  • January 24, 2025
  • 1 reply
  • 934 views

As per the original post

 

I am encountering the vectorization error that is common when converting old mathcad files to Mathcad Prime 10.  Has anyone updated this sheet for use in Mathcad Prime 10?

Best answer by Werner_E

Prime isn't using static unit checking (SUC) and as a consequence you have to apply correct units even to zero values:

Werner_E_0-1737752273624.png

As an alternative you may use the new "unit" Zero (note the capital "Z"!):

Werner_E_1-1737752439742.png

Applying these changes make the worksheet functional

Werner_E_1-1737816996369.png

 

(I edited(deleted) the upper limits of both axis so that all parts of the red trace can be seen.)

 

Prime 10 sheet attached

 

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
January 24, 2025

Prime isn't using static unit checking (SUC) and as a consequence you have to apply correct units even to zero values:

Werner_E_0-1737752273624.png

As an alternative you may use the new "unit" Zero (note the capital "Z"!):

Werner_E_1-1737752439742.png

Applying these changes make the worksheet functional

Werner_E_1-1737816996369.png

 

(I edited(deleted) the upper limits of both axis so that all parts of the red trace can be seen.)

 

Prime 10 sheet attached

 

4-Participant
February 24, 2025

Thank you SO MUCH for the help!  we were stumped