Skip to main content
1-Visitor
March 26, 2016
Solved

recursivic Calculation

  • March 26, 2016
  • 11 replies
  • 9801 views

Hey guys,

i would need a recursivic calculation with a break condition. I made it so far but now i would need an extention to this calculation.

I added a mathcad file in which i described my problem.

I hope that someone can help me 😃

This is only an example but is describing my problem very good

Best thx!

Best answer by -MFra-

Hello Stefan, do you like my solution below?

for smoll 2.jpg

or like this:

for smoll 2.jpg

11 replies

1-Visitor
April 15, 2016

You can see i have a massive amount of break conditions on which i need to stop the routine calculation and give out the resulting Force, which i need to know.

Yea your right im gonna open up a new post.

Learning so far how to achive what i need to do.

Not sure how i can write that massive amount of formulas best and define my breaking conditions.

Can you see the Loadcase Definition at the very beginning =)))

Could manage it and it works very good.

I want to connect that loadcase calculation with that iterative calculation and write out the resulting Force to excel.

So simply return F.new-1kN to get the value you want. How can i do this?


In most cases i now what i want to do but i dont know how to write it in mathcad, so i always try to look for a workaround for that problems

25-Diamond I
April 15, 2016

> So simply return F.new-1kN to get the value you want. How can i do this?

Instead of writing

write

At the end the force is all you want, right?

You don't really need the number of steps or the value of d.m1, once the routine works OK.