Skip to main content
Best answer by ttokoro

Only change j to integer.

 

image.pngimage.pngimage.png

2 replies

23-Emerald IV
May 19, 2021

Look carefully at the error message that Prime gives: "This value must be an integer"

Pw is a vector. You are using j to index into that vector, that means you are trying to point to one element of that vector. Then j must be an integer, a whole number, in the range 0, 1, 2, ...., and it cannot have units.

Now look at how you defined j: it runs from Pp ( a few million Pascals) to sigma (I don't even want to know what that is.)

If you have to recreate the Mathcad file into Prime, be careful about what you change...

 

Success!
Luc

 

ttokoro
21-Topaz I
ttokoro21-Topaz IAnswer
21-Topaz I
May 20, 2021

Only change j to integer.

 

image.pngimage.pngimage.png

t.t.