solve/series
expressions involving general series
Calling Sequence
Parameters
Description
Examples
solve(eqn, var)
eqn
-
equation involving a series in var
var
variable to be solved for
For an equation which contains a series, solving for the series variable achieves a generalized inversion of series.
The result, usually a series, will be in one of the remaining indeterminates. The indeterminate which produces the simplest answer is usually chosen.
The global variable Order will be used to determine the order of the series result.
Formally, if t = solve(f(series_in_x, y), x) is a series in y with sufficient terms, then substituting t for x in f will result in 0 or O⁡yOrder.
Order≔3
solve⁡series⁡x⁢exp⁡x,x=y,x
y−y2+O⁡y3
solve⁡series⁡exp⁡x,x=a+b,x
a−1+b−12⁢a−1+b2+O⁡a−1+b3
See Also
RootOf
series
Download Help Document