Click or drag to resize

Polynomial(Int32) Constructor

Create a zero-polynomial with a coefficient array of the given length. An array of length N can support polynomials of a degree of at most N-1.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Polynomial(
	int n
)

Parameters

n  Int32
Length of the coefficient array
See Also