hurwitzMatrix(f,k)
This computes the principal $k\times k$ submatrix $H_{k}$ of the Hurwitz matrix $H$ of a univariate polynomial f of degree $n > 0$ with rational coefficients whose leading coefficient is positive. Note that ring f is allowed to be multivariate.
|
|
|
|
|
We can also use multiple variables to represent unknown coefficients. Note that we create another ring S so that x and y are not considered variables in the same ring and so confuse the monomials $x$ or $y$ with $xy$.
|
|
|
|
|
The object hurwitzMatrix is a method function.
The source of this document is in RealRoots.m2:1111:0.