Polynomials

Polynomials

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

Defines the arguments as variables and output their array.

Example

X = @ring x1 x2
source
TensorDec.monoms โ€” Function.
monoms(V, d::Int64) -> Vector{Monomial}
monoms(V, rg::UnitRangeInt64) -> Vector{Monomial}

List of all monomials in the variables V up to degree d of from degree d1 to d2, ordered by increasing degree.

source
monoms(V, d::Int64) -> Vector{Monomial}

List of all monomials in the variables V up to degree d of from degree d1 to d2, ordered by increasing degree.

source