Class ZeroPolynomialEx2

java.lang.Object
com.imsl.test.example.math.ZeroPolynomialEx2

public class ZeroPolynomialEx2 extends Object

Finds the zeros of a polynomial with complex coefficients.

This example solves the following equation: $$z^3-(3+6i)*z^2+(-8+12i)*z+10=0$$
See Also: