The Polynomial type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Polynomial | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| 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).) | |
| Evaluate | Overloaded. | |
| 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.) | |
| Multiply | Overloaded. | |
| Negate |
Negates a polynomial.
| |
| Reduce |
Removes trailing zeros from the coefficient vector.
| |
| Subtract | Overloaded. | |
| ToString | Overloaded. |
Operators
| Name | Description | |
|---|---|---|
| Addition | Overloaded. | |
| 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.
| |
| Multiply | Overloaded. | |
| Subtraction | Overloaded. | |
| UnaryNegation |
Negates the polynomial.
|
Properties
| Name | Description | |
|---|---|---|
| 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.) |