Expand description
Provides functions that don’t have a numerical solution and must be solved computationally (e.g. evaluation of a polynomial)
Functions§
- polynomial
- evaluates a polynomial at
zwherecoeffare the coeffecients to a polynomial of orderkwherekis the length ofcoeffand the coeffecient to thekth power is thekth element in coeff. E.g. [3,-1,2] equates to2z^2 - z + 3