solve of equation with combination of coefficients
Hello,
I would like to know if you could help me please with some idea how could I solve the following 3rd degree equation:
- equation is of type ax^3+bx^2+cx+d=0
- each of the coefficients has a max and min value:
- a ->(amin, amax)
- b -> (bmin, bmax)
- c-> (cmin, cmax)
- d-> (dmin, dmax)
It results a high number of 3rd equations to be solved from all the possible combinations of the min and max values of the coefficients.
Solving each combination in part takes lot of time, so I would like to know if there is any possible way to get the solutions from all the equations obtained from all the possible combinations of coefficients?
Thank you,
Marius



