series - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

solve/series

expressions involving general series

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

solve(eqn, var)

Parameters

eqn

-

equation involving a series in var

var

-

variable to be solved for

Description

• 

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  will result in 0 or .

Examples

(1)

(2)

(3)

See Also

RootOf

series

 


Download Help Document