numpy.polynomial.hermite.hermcompanion
-
numpy.polynomial.hermite.hermcompanion(c)[source] -
Return the scaled companion matrix of c.
The basis polynomials are scaled so that the companion matrix is symmetric when
cis an Hermite basis polynomial. This provides better eigenvalue estimates than the unscaled case and for basis polynomials the eigenvalues are guaranteed to be real ifnumpy.linalg.eigvalshis used to obtain them.Parameters: c : array_like
1-D array of Hermite series coefficients ordered from low to high degree.
Returns: mat : ndarray
Scaled companion matrix of dimensions (deg, deg).
Notes
© 2008–2016 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.10.1/reference/generated/numpy.polynomial.hermite.hermcompanion.html