powered by
functions to solve 4th order polynomial function given coefficients
polynomial_sol_J5(c0, c1, c2, c3, c4)
sol the 4 solutions of the polynomial function
constant coefficient of polynomial function
coefficient of 1st order term
coefficient of 2nd order term
coefficient of 3rd order term
coefficient of 4th order term
polynomial_sol_J5(19,-53,19,-21,30)
Run the code above in your browser using DataLab