LinearAlgebra
Copy
construct a copy of a Matrix or Vector
Calling Sequence
Parameters
Description
Examples
Copy(MV)
MV
-
Matrix or Vector to copy
The Copy(MV) command returns an identical copy of its argument, MV. Because this copy is not simply another reference to MV, changes to MV or to the copy do not affect the other.
See Also
Matrix
Vector
Download Help Document