VB Program for Newton optimisation method
VB Program for Newton optimisation method
(OP)
Hi
I'm searching for a VB programm for solving a system of algebric ( non linear) equations with an optimisation method (say Newton Raphson or Gauss Newton).
I m sure it does exist but it is both linked with people working with VB and people working on an engineering field (taht would be familiar with optimisation method as Newton Raphson).
If you have such a program or know where to obtain it, i would be very grateful
Thanks
Laurent FRAGU
I'm searching for a VB programm for solving a system of algebric ( non linear) equations with an optimisation method (say Newton Raphson or Gauss Newton).
I m sure it does exist but it is both linked with people working with VB and people working on an engineering field (taht would be familiar with optimisation method as Newton Raphson).
If you have such a program or know where to obtain it, i would be very grateful
Thanks
Laurent FRAGU
RE: VB Program for Newton optimisation method
If you can post your equations or send them to me, I might be able to give you some more help.
RE: VB Program for Newton optimisation method
And if iteration is your best chance then it is not that hard to setup a newton rhapson loop of the DO WHILE type in a program such as Visual Basic..
Will try to find the code for my thesis for you.. Keep you posted..
Cheers
RE: VB Program for Newton optimisation method
BTW, you can find source code for Newton-Raphson (in FORTRAN or C++) at www.nr.com.