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.
with⁡OrthogonalSeries:
S≔Create⁡−1nn!,ChebyshevT⁡n,x
S≔∑n=0∞⁡−1n⁢ChebyshevT⁡n,xn!
T≔Copy⁡S
T≔∑n=0∞⁡−1n⁢ChebyshevT⁡n,xn!
See Also
OrthogonalSeries[Create]
Download Help Document