matrixDeterminant method

Complex matrixDeterminant()

Computes the determinant of the Sylvester matrix.

Implementation

Complex matrixDeterminant() => buildMatrix().determinant();