Skip to main content
14-Alexandrite
May 20, 2024
Solved

midden value and stress

  • May 20, 2024
  • 1 reply
  • 1649 views

I'm trying to find the effective stress, I wrote a program in mathcad however the result was zero always 

I think the error occurs because of the depth . Since I need to use the previous depth of each stress and not the depth in the same point. 

Can anyone please help me?

Also I need to find the midden value but not sure how to find that 

in excel 

YA_10963798_0-1716192123573.png 

in mathcad 

YA_10963798_1-1716192195399.png

 

 

Best answer by Werner_E

A for-loop needs at least a start and a stop value (like a range).

 

Are you looking for this

Werner_E_1-1716198484764.png

or should it rather be this

Werner_E_2-1716198590383.png

 

And then

Werner_E_3-1716198996263.png

 

No need for defining any range variables like i.n or j.n

 

Prime10 sheet attached

 

 

 

1 reply

24-Ruby III
May 20, 2024

Please upload your Mathcad Prime worksheet here.

19-Tanzanite
May 20, 2024

You probably want:

g1.png

 

rather than

g2.png

 

(I can't test it as I only have an Express version).

 

Werner_E25-Diamond IAnswer
25-Diamond I
May 20, 2024

A for-loop needs at least a start and a stop value (like a range).

 

Are you looking for this

Werner_E_1-1716198484764.png

or should it rather be this

Werner_E_2-1716198590383.png

 

And then

Werner_E_3-1716198996263.png

 

No need for defining any range variables like i.n or j.n

 

Prime10 sheet attached

 

 

 

14-Alexandrite
May 20, 2024

Thank you

14-Alexandrite
May 20, 2024

thank u

14-Alexandrite
May 20, 2024

 

thanks