Engineer32
Programmer
Hi everybody!
I'm new in using Excel together with VB utilities and my problem is the following one:
I want to program the Newton–Raphson method (or a similar one) in a excel spreadsheet. The point is that the required value (let’s say cell D24) depends on the cell on the left (cell C24) and on the cell above (cell D23). The next step would be doing the same but for the cell on the right (cell E24) which would be depending on cell D24 and on cell E23. In fact, I’ve already solve it with the Maple-Excel Add in (command “fsolve”) but it works very slow.
Does anybody have any idea? Does anybody know how to program the Newton–Raphson method in VBA?
Thank you
I'm new in using Excel together with VB utilities and my problem is the following one:
I want to program the Newton–Raphson method (or a similar one) in a excel spreadsheet. The point is that the required value (let’s say cell D24) depends on the cell on the left (cell C24) and on the cell above (cell D23). The next step would be doing the same but for the cell on the right (cell E24) which would be depending on cell D24 and on cell E23. In fact, I’ve already solve it with the Maple-Excel Add in (command “fsolve”) but it works very slow.
Does anybody have any idea? Does anybody know how to program the Newton–Raphson method in VBA?
Thank you