Solving Multiple Polynomials
Solving Multiple Polynomials
(OP)
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
Should I use GOALSEEK or SOLVER? How do I get the spreadsheet to solve more that one equation at a time?
Thanks
RE: Solving Multiple Polynomials
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