Polynomials

Polynomials

PolyExp.@ring โ€” Macro.
@ring args...

Defines the arguments as variables and output their array.

Example

X = @ring x1 x2
source
PolyExp.deg โ€” Function.
deg(p:Polynomial) -> Int64

Degree of a polynomial

source
deg(s::Series) -> Int64

Maximal degree of the moments defined in the seris s.

source
variables