FactorDerivative - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

DifferentialAlgebra[Tools]

  

FactorDerivative

  

extracts the derivation operator of a derivative

 

Calling Sequence

Parameters

Options

Description

Examples

Calling Sequence

FactorDerivative(v, R, opts)

Parameters

v

-

a derivative

R

-

a differential polynomial ring or ideal

opts (optional)

-

a sequence of options

Options

• 

The opts arguments may contain one or more of the options below.

• 

notation = jet, tjet, diff or Diff. Specifies the notation used for the result of the function call. If not specified, the notation of v is used.

• 

memout = nonnegative. Specifies a memory limit, in MB, for the computation. Default is zero (no memory out).

Description

• 

The function call FactorDerivative(v,R) returns a sequence θ, u such that θ is the derivation operator, and, u is the dependent variable, associated to u (see DifferentialAlgebra). The argument v must be a derivative of R, or of its embedding ring if R is an ideal.

• 

This command is part of the DifferentialAlgebra:-Tools package. It can be called using the form FactorDerivative(...) after executing the command with(DifferentialAlgebra:-Tools). It can also be directly called using the form DifferentialAlgebra[Tools][FactorDerivative](...).

Examples

withDifferentialAlgebra:withTools:

RDifferentialRingderivations=x,y,blocks=v,u,p,parameters=p

Rdifferential_ring

(1)

θ,indepFactorDerivativeux,y,R

θ,indepxy,u

(2)

Differentiateindep,θ,R

ux,y

(3)

FactorDerivativeu,R

1,u

(4)

FactorDerivativediffux,y,x,R,notation=diff

x,ux,y

(5)

See Also

DifferentialAlgebra

Differentiate

 


Download Help Document