Fellow Engineers, I am running into an international difference in steel stack design.
Per the ASME, STS-1, Section 4.4, Eq 4-6, allowable stress cases are only valid when equation 4.6 is satisfied.
4-6 states that t/D <= 10Fy/E
basically, it limits your thickness based on diameter as Fy and E...
I have been looking all over the net and have been unable to accomplish something that would take 10 seconds in any programming language...HELP PLEASE
simply, I need to run multiple commands if a value is true or false.
Exampl
if H < 5
x=2
y=9
gg=567
h.3=h.9
If H > 5
x=42
y=93
gg=23567...
I have a array of 4 angles that I need to sort from lowest to highest
example
angl(4)
angl.1 = 1.305
angl.2 = 1.272
angl.3 = 1.342
angl.4 = 1.31
I need to set the array to variables for lowest to highest.
example
1st = angl.2
2nd = angl.1
3rd = angl.4
4th = angl.3
I have been messing aroudn...
Happy New year all.
I have been instructed to convert some mathcad v11 documents to v8. (I think I was awarded this task simply becasue my machine has v11 installed)
New to mathcad, and I quickly found the save as (v8) option.
My simple question is: IS there a way to tell if the sheet had...