Dogss
New member
- Nov 22, 2006
- 2
Hi,
I have currently developed a VB script that produces 4 coefficients e.g (A1,A2,A3,A4). These four coefficients make up the constants of a quartic equation.
A1x^4 + A2x^3 + A3x^2 + A4x = 0
Where I need to solve for x.
I am not strong in visual basic and was thinking the Newton Raphson method may be appropriate to solve this. However I am not proficient enough to write this code in vb. Does anyone have a suitable VB script that may solve this equation for me or any advice on an alternative method.
Any help would be greatly appreciated.
Cheers,
M
I have currently developed a VB script that produces 4 coefficients e.g (A1,A2,A3,A4). These four coefficients make up the constants of a quartic equation.
A1x^4 + A2x^3 + A3x^2 + A4x = 0
Where I need to solve for x.
I am not strong in visual basic and was thinking the Newton Raphson method may be appropriate to solve this. However I am not proficient enough to write this code in vb. Does anyone have a suitable VB script that may solve this equation for me or any advice on an alternative method.
Any help would be greatly appreciated.
Cheers,
M