Return the scaled companion matrix of cs.
The basis polynomials are scaled so that the companion matrix is symmetric when cs represents a single Chebyshev polynomial. This provides better eigenvalue estimates than the unscaled case and in the single polynomial case the eigenvalues are guaranteed to be real if np.eigvalsh is used to obtain them.
Parameters : | cs : array_like
|
---|---|
Returns : | mat : ndarray
|