BernsteinBasis - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : BernsteinBasis

BernsteinBasis

Bernstein polynomials on an interval

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

BernsteinBasis(k, n, a, b, x)

Parameters

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

Description

• 

 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.

Examples

(1)

(2)

(3)

Note that the result returned by convert(...,MatrixPolynomialObject) represents a matrix polynomial; hence these results are 1 by 1 matrices.

(4)

(5)

(6)

(7)

See Also

convert/MatrixPolynomialObject

LagrangeBasis

LinearAlgebra[CompanionMatrix]

NewtonBasis

OrthogonalSeries

PochhammerBasis

type/MatrixPolynomialObject

 


Download Help Document