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

Online Help

All Products    Maple    MapleSim


Copy

clone a LHPDE or a IDBasis object to have different dependent variable names

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Copy( obj, vars)

Copy( obj)

Parameters

obj

-

a LHPDE or IDBasis object

vars

-

a list of names as new dependent variable names

Description

• 

The Copy method clones a LHPDE or a IDBasis object to have new dependent variable names. It returns a new LHPDE (respectively IDBasis) object.

• 

The new dependent variable names vars will replace the ones from the object. The number of entries in vars must  be the same as the number of dependent variables from obj (see GetDependents).

• 

In the second calling sequence, the method clones the object obj without changing the dependent variable names.

• 

This method is associated with the LHPDE and IDBasis object. For more detail, see Overview of the LHPDE object and Overview of the IDBasis object.

Examples

withLieAlgebrasOfVectorFields:

SLHPDEdiffξy,y,y=0,diffηx,x=diffξy,y,indep=x,y,dep=ξ,η

Sⅆ2ⅆy2ξy=0,ⅆⅆxηx=ⅆⅆyξy,indep=x,y,dep=ξy,ηx

(1)

CopyS,α,β

ⅆ2ⅆy2αy=0,ⅆⅆxβx=ⅆⅆyαy,indep=x,y,dep=αy,βx

(2)

ParametricDerivativesS

ξy,ⅆⅆyξy,ηx

(3)

BIDBasisS,1,0,1,0,1,1,0,1,0

Bξy,ⅆⅆyξy+ηx,ξy+ⅆⅆyξy

(4)

CopyB,α,β

αy,ⅆⅆyαy+βx,αy+ⅆⅆyαy

(5)

Compatibility

• 

The Copy command was introduced in Maple 2020.

• 

For more information on Maple 2020 changes, see Updates in Maple 2020.

See Also

LHPDE (Object overview)

LieAlgebrasOfVectorFields[LHPDE]

IDBasis (Object overview)

LieAlgebrasOfVectorFields[IDBasis]

ParametricDerivatives