Hello all,
I am running a program in VB that generate 4 variables (B1,B2,B3,B4). I have a quartic polynomial equation such that
B1x^4 + B2x^3 + B3x^2 + B4x = 0
Where I need to solve for x
I was having great difficulty in trying to solve this using VB script and thought it may be simpler to...