next up previous contents
Next: Matrix inverse Up: Calculating determinant Previous: Scalar and interval matrix   Contents


Polynomial matrix

A polynomial matrix is assumed is assumed here to be a matrix whose elements are univariate polynomial in the same variable. The determinant of such matrix (which is a polynomial) may be computed with the procedure

 
int Determinant_Characteristic(POLYNOMIAL_MATRIX A,
                  INTERVAL_VECTOR &Coeff)
where Note that this procedure is safe: even for a scalar matrix the coefficients of the determinant will always include the coefficient of the exact determinant.


next up previous contents
Next: Matrix inverse Up: Calculating determinant Previous: Scalar and interval matrix   Contents
Jean-Pierre Merlet 2012-12-20