Create a power series from a polynomial, determine its inverse, and find its truncation to homogeneous degree 5.
We can also compute by specifying the rational function that is the inverse of the polynomial used to define .
Create a power series for the expression .
Create a power series for an elliptic integral of the third kind.
Create a power series from a procedure and find its truncation to homogeneous degree 3.
>
|
bproc := proc(d) local s; s := 2*x + y; return expand(s^d); end proc:
|
Create a power series from an anonymous function, specifying the analytic form of that power series. Find the truncations to homogeneous degrees 5 and 10.
Create a power series from a univariate polynomial over power series.
The truncation to homogeneous degree 2 is given by truncating each coefficient to that degree, ignoring s main variable, .
If we convert to a power series, its truncation is defined by considering the homogeneous degree in all variables, including .
Copy a power series.