Cubic Equation Solver

Home. Software.

"Cubic Equation Solver" is a small, command console program that calculates the roots of cubic equations and quadratic equations. Cubic Equation Solver will also solve for imaginary roots of both cubic and quadratic functions, as well as provide points for the local maximum, local minimum, and point of inflection of a cubic equation.

Click Here to download Cubic Equation Solver (WIN32).

Note: A quadratic equation is one wherein "X" is raised to the power of 2 (squared). For example, 5X^2-16X+3 = 0. This program uses the Quadratic Formula to find the roots of quadratic equations. If AX^2+BX+C=0, then:

A cubic equation is one wherein "X" is raised to the power of 3 (cubed). For example, 2X^3-7X^2+5X-5 = 0. This program uses the Cubic Formula to find the roots of cubic equations. If AX^3+BX^2+CX+D=0, then: