celeries.series#

Functions

getconjugate()

Set the list of couples of complex conjugate variables.

getdisplay()

Get the display mode for angle variables.

getseparator()

Get the current separator between monomials when printing a Series.

gettrunc()

Get the current truncation.

listvars()

List all currently defined variables.

resttrunc()

Restitute the last saved truncation.

savetrunc()

Append the current truncation to the saved truncation list.

setconjugate([conjvars])

Set the list of couples of complex conjugate variables.

setdisplay(display)

Set the display mode for angle variables.

setseparator([sep])

Set the separator between monomials when printing a Series.

settrunc(truncvars, degree)

Set the truncation for futur computations.

unsettrunc()

Unset the truncation for futur computations.

Classes

Angle(name)

Angular variable class.

Series

Series class.

Var(name)

Variable (Var) class.