Hello there,
I've got some general questions. I was searching the internet for an implementation of the broyden algorithm in VBA and found ALGLIB. My question is: Can I use ALGLIB to find the roots of a set of non-linear equations? An additional question is: I am a chemical engineer and have developed an excel tool for a particular simulation problem. In order to solve the heat and material balance of my problem I introduced a set of tear variables where the error has to be iteratively minimized. At the moment I am doing this by a series of goal seeks which are repeated until the error of each variable is below the speciefied tolerance. However, this is utterly unefficient. Therefore, I would like to use the broyden algorithm. The function would be the set of errors and the variables would be the tear variables. In principle the broyden algorithm should then find the roots, i.e. putting the errors to zero.
Do you think that kind of problem is suitable to track with ALGLIB? Can you point me to some examples? Sorry, for the "non-mathematic" description of my problem, but I come from a rather practical back-ground, but have lots of experience when coding with VBA. If you think that its worth a try, I will try to implement ALGLIB to solve my problem. I just wanted to make sure its not complete nonsense, before investing a lot of work.
Best regards, Bel.
|