Constructor#
Basic constructors#
|
Construct variables that can be used to construct polynomials. |
|
Attempt to cast an object into a polynomial array. |
|
Convert the input to an polynomial array. |
|
Create an polynomial monomial expansion. |
|
Construct symbol variables. |
|
Construct polynomial from polynomial attributes. |
|
Construct polynomial from polynomial attributes. |
|
Find the coefficients of a polynomial with the given sequence of roots. |
|
Return the roots of a polynomial. |
Array creation#
|
Extract a diagonal or construct a diagonal array. |
|
Return specified diagonals. |
|
Return a new array of given shape and type, filled with fill_value. |
|
Return a full array with the same shape and type as a given array. |
|
Return a new array of given shape and type, filled with ones. |
|
Return an array of ones with the same shape and type as a given array. |
|
Return a new array of given shape and type, filled with zeros. |
|
Return an array of zeros with the same shape and type as a given array. |
Save/Load#
|
Load data from a text file. |
|
Save a polynomial array to a text file. |