engrAlan
Structural
- Oct 9, 2012
- 21
Hi,
Can anybody help me translate these iteration in Mathcad function?
Givien
P=0.30kip
h=33ft
B=2.50ft
d=5ft
S=0.20ksf/ft
F=2
Calculated
S1=F*S*min(d/3,12ft)
A=2.34*P/(B*S1)
d1=A/2*(1+sqrt(1+4.36*h/A))
d2=(d+d1)/2 (new d will be the average of d1&d2, d2&d3, and so on.
then S1 will be recalculated using new d2, also "A" will be recalculated using new value of S1 i want to iterate using mathcad until (di+di+1) is almost equal.
Thanks
Can anybody help me translate these iteration in Mathcad function?
Givien
P=0.30kip
h=33ft
B=2.50ft
d=5ft
S=0.20ksf/ft
F=2
Calculated
S1=F*S*min(d/3,12ft)
A=2.34*P/(B*S1)
d1=A/2*(1+sqrt(1+4.36*h/A))
d2=(d+d1)/2 (new d will be the average of d1&d2, d2&d3, and so on.
then S1 will be recalculated using new d2, also "A" will be recalculated using new value of S1 i want to iterate using mathcad until (di+di+1) is almost equal.
Thanks