Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi,
This Maximum function has one of the constrain Axial=20021.kN and it works fine
Now I am trying to achieve if the Axial is a range variable Let say -20021.kN, 20000.kN...0.KN and other constrains remains the same and to find the respective Maximum values
I am wondering is it possible at all in MathCAD
J.Randeep
Solved! Go to Solution.
This actually does require a little trickery to make it work. There's no way you will be able to calculate so many values though. At least, not unless you are willing to wait a month for the calculations to finish
Yes, this should be possible. The solve block needs to be turned into a function of "Axial". It may also need to be a function of the other variables, so that you can pass it different guesses that depend on the value of "Axial".
Hi,
I am afraid I would need your help.
I am not that wise enough to get that working
Please find the attached.
J.Randeep
This actually does require a little trickery to make it work. There's no way you will be able to calculate so many values though. At least, not unless you are willing to wait a month for the calculations to finish
Hi Richard,
It is quite a complex system, but it works perfect.
If I change the Constrain Tolerance (CTOL:=1)
It works for bigger steps as well (More than 20 kN), Now I am able to take the Axial Variable to Zero.
But it take less than 1 minute to do the calculation, I suppose that is quite reasonable!
Thanks for the support.
BR,
J.Randeep
Good call on CTOL. I should have thought of that