多项式求根

    求多项式的根

    公式

    ax³ + bx² + cx + d = 0

    Finds real roots of cubic and quadratic polynomials.

    示例

    x³ - 6x² + 11x - 6

    Roots: 1, 2, 3.

    常见问题

    关于 多项式求根

    Find roots of polynomials up to degree 3.