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

Online Help

All Products    Maple    MapleSim


numapprox

  

chebmult

  

multiply two Chebyshev series

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

chebmult(p, q)

Parameters

p, q

-

two expressions assumed to be Chebyshev series

Description

• 

Given polynomials p and q expressed in a Chebyshev basis, form the product pq expressed in a Chebyshev basis.

• 

All Chebyshev basis polynomials Tk,x which appear must have the same second argument x (which can be any expression).

• 

The input polynomials must be in expanded form (i.e. a sum of products). Normally, each term in the sum contains one and only one Tk,x factor except that if there are terms in the sum containing no Tk,x factor then each such term t is interpreted to represent tT0,x provided that t and x have no variables in common.

• 

If no Tk,x factor appears in p or in q then the ordinary product pq is returned.

• 

The command with(numapprox,chebmult) allows the use of the abbreviated form of this command.

Examples

withnumapprox:

Digits3:

achebyshevsinx,x

a0.880T1,x0.0391T3,x+0.000500T5,x

(1)

bchebyshevexpx,x

b1.26T0,x+1.13T1,x+0.271T2,x+0.0443T3,x+0.00547T4,x+0.000543T5,x

(2)

chebmulta,b

0.496T0,x+1.22T1,x+0.494T2,x+0.0718T3,x0.00212T4,x0.00227T5,x0.000344T6,x0.0000390T7,x+5.×10−7T8,x+1.37×10−6T9,x+1.36×10−7T10,x

(3)

cc0T0,x+c1T1,x

cc0T0,x+c1T1,x

(4)

dd0T0,x+d1T1,x

dd0T0,x+d1T1,x

(5)

chebmultc,d

c0d0+d1c12T0,x+c0d1+d0c1T1,x+d1c1T2,x2

(6)

chebmultTj,x,Tk,x

Tk+j,x2+Tk+j,x2

(7)

assume0<j&comma;j<k

chebmultc0+cjTj&comma;x&comma;Tk&comma;x

cjTk~j~&comma;x2+c0Tk~&comma;x+cjTj~+k~&comma;x2

(8)

assume5<j&comma;j<k

ea+ckTk&comma;x

e0.880T1&comma;x0.0391T3&comma;x+0.000500T5&comma;x+ckTk~&comma;x

(9)

chebmulte&comma;Tj&comma;x

0.500ckTk~j~&comma;x+0.000250Tj~5&comma;x0.0196Tj~3&comma;x+0.440Tj~1&comma;x+0.440T1+j~&comma;x0.0196T3+j~&comma;x+0.000250T5+j~&comma;x+0.500ckTk~+j~&comma;x

(10)

See Also

numapprox[chebsort]

numapprox[chebyshev]

orthopoly[T]