powered by
functions to solve 3th order polynomial function given coefficients
polynomial_sol_J4(c0, c1, c2, c3)
sol the 3 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
polynomial_sol_J4(0,9,6,1)
Run the code above in your browser using DataLab