MathCad Iteration
MathCad Iteration
(OP)
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
RE: MathCad Iteration
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: MathCad Iteration
RE: MathCad Iteration
http://files.engineering.com/getfile.aspx?folder=2...
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: MathCad Iteration
RE: MathCad Iteration
RE: MathCad Iteration
RE: MathCad Iteration
RE: MathCad Iteration
http://files.engineering.com/getfile.aspx?folder=a...
There is almost no reason that you should ever have to manually iterate in Mathcad. Its raison d'etre is problems like this.
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: MathCad Iteration