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

Online Help

All Products    Maple    MapleSim


OrthogonalSeries

  

Copy

  

duplicate a series

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Copy(S)

Parameters

S

-

orthogonal series

Description

• 

The Copy(S) function duplicates the series S.

  

Note: If T is defined by TS, then S and T refer to the same internal table in Maple. Although the current version of Maple does not permit the user to directly modify the internal structure of a series, this functionality could change in future versions. In that case, changing the structure of S would change T.

Examples

withOrthogonalSeries:

SCreate1nn!,ChebyshevTn,x

Sn=0−1nChebyshevTn,xn!

(1)

TCopyS

Tn=0−1nChebyshevTn,xn!

(2)

See Also

OrthogonalSeries

OrthogonalSeries[Create]