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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Solving Multiple Polynomials

Status
Not open for further replies.

TypeIV

Structural
Joined
Jun 28, 2004
Messages
27
Location
US
I am trying to write an concrete column interaction spreadsheet and I need to solve several cubic equations at once.

Should I use GOALSEEK or SOLVER? How do I get the spreadsheet to solve more that one equation at a time?

Thanks
 
You should use solver. Set up a cell that contains your total RMS error for all the sub-problems, and then get solver to minimise that. You may need to apply weightings to the individual error terms.

Goal seek won't work, it can only change one cell to drive another cell towards a target value. You need to change multiple cells.

Another option that might work better is to solve each cubic individually with solver, driving that from a macro.

Cheers

Greg Locock
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top