OrthogonalSeries
Copy
duplicate a series
Calling Sequence
Parameters
Description
Examples
Copy(S)
S
-
orthogonal series
The Copy(S) function duplicates the series S.
Note: If T is defined by T≔S, 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.
withOrthogonalSeries:
S≔Create−1nn!,ChebyshevTn,x
S≔∑n=0∞−1nChebyshevTn,xn!
T≔CopyS
T≔∑n=0∞−1nChebyshevTn,xn!
See Also
OrthogonalSeries[Create]
Download Help Document