The Polynomial type exposes the following members.

Constructors

  NameDescription
PolynomialOverloaded.

Methods

  NameDescription
AddOverloaded.
AntiDerivative
Returns the anti-derivative (indefinite integral) of this polynomial.
Clone
Creates a deep copy of this polynomial.
(Overrides OneVariableFunction..::.Clone()()().)
Derivative
Returns the first derivative of this polynomial.
Differentiate
Computes the numerical derivative of the current function at the given x-value.
(Inherited from OneVariableFunction.)
Divide
Divides a polynomial by a scalar.
Equals
Tests for equality of this polynomial and another polynomial. Two polynomials are equal if their coefficient vectors have the same dimensions and all values are equal.
(Overrides Object..::.Equals(Object).)
EvaluateOverloaded.
GetHashCode
Returns an integer hash code for this polynomial.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Integrate
Computes the integral of the current function over the specified interval.
(Inherited from OneVariableFunction.)
MultiplyOverloaded.
Negate
Negates a polynomial.
Reduce
Removes trailing zeros from the coefficient vector.
SubtractOverloaded.
ToStringOverloaded.

Operators

  NameDescription
AdditionOverloaded.
Division
Divides a polynomial by a scalar.
Equality
Tests for equality of two polynomials. Two polynomials are equal if their coefficient vector have the same dimensions and all values are equal.
Inequality
Tests for inequality of two polynomials. Two polynomials are unequal if their coefficient vectors have different dimensions or their values are not all equal.
MultiplyOverloaded.
SubtractionOverloaded.
UnaryNegation
Negates the polynomial.

Properties

  NameDescription
Coeff
Gets and sets the cofficients of this polynomial.
Degree
Gets the degree of the polynomial encapsulated by this object.
Differentiator
Gets and sets the differentiation method object associated with this function.
(Inherited from OneVariableFunction.)
Function
Gets the function encapsulated by this object.
(Inherited from OneVariableFunction.)
Integrator
Gets and sets the integration method object associated with this function.
(Inherited from OneVariableFunction.)

See Also