Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newton Raphson Programm in VB

Status
Not open for further replies.

laurentfragu

Chemical
Joined
Apr 24, 2003
Messages
3
Location
QA

Hi

I'm searching for a VB programm for solving a system of algebric 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
 
If you can get your problem into Excel (the technical part of most VB programs paste into VBA very well) use Solver. It is a great linear or non-linear optimization routine. It can be programmed right into VBA. Search Google for "Creating Visual Basic Macros that Use Microsoft Excel Solver". If you need more help on how to use it, post again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top