Jul 19, 2006 #1 carthago Mechanical Joined Jun 13, 2003 Messages 145 Location NL Iterartion. I have to use the end result into the the original formula and get a new result..several times, until the difference between two consecutive results is smaller than a certian value ( convergence).. How to do this with mathcad ?? Thanks
Iterartion. I have to use the end result into the the original formula and get a new result..several times, until the difference between two consecutive results is smaller than a certian value ( convergence).. How to do this with mathcad ?? Thanks
Jul 19, 2006 #2 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,895 Location US There are a number of functions for doing this type of problem, like minerr or minimize or rkadapt, why do you need to create your own solver? TTFN Upvote 0 Downvote
There are a number of functions for doing this type of problem, like minerr or minimize or rkadapt, why do you need to create your own solver? TTFN
Jul 19, 2006 #3 pstuckey Electrical Joined Oct 6, 2005 Messages 160 You should be able to do this with 'while' loop calling an external function (or local function for MC12+), see Mathcad programming. Also Mathcad supports recursive functions (function appears on the right and left side of the equation). Peter Upvote 0 Downvote
You should be able to do this with 'while' loop calling an external function (or local function for MC12+), see Mathcad programming. Also Mathcad supports recursive functions (function appears on the right and left side of the equation). Peter