BernsteinBasis
Bernstein polynomials on an interval
Calling Sequence
Parameters
Description
Examples
BernsteinBasis(k, n, a, b, x)
k
-
algebraic expression; the index
n
algebraic expression; the degree
a
algebraic expression; left end of interval
b
algebraic expression; right end of interval
x
algebraic expression; the argument
defines the th Bernstein polynomial of degree which is nonnegative on the interval .
At present, this can only be evaluated in Maple by prior use of the object-oriented representation obtained by P:=convert(p,MatrixPolynomialObject,x) and subsequent call to P:-Value(<x-value>), which uses the de Casteljau algorithm to evaluate the polynomial p.
Note that the result returned by convert(...,MatrixPolynomialObject) represents a matrix polynomial; hence these results are 1 by 1 matrices.
See Also
convert/MatrixPolynomialObject
LagrangeBasis
LinearAlgebra[CompanionMatrix]
NewtonBasis
OrthogonalSeries
PochhammerBasis
type/MatrixPolynomialObject
Download Help Document