DEnormal - 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

DEtools

  

DEnormal

  

return the normalized form of a DE

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

DEnormal(des, ivar, dvar)

Parameters

des

-

ordinary differential equation or operator list

ivar

-

independent variable

dvar

-

dependent variable

Description

• 

This routine returns the "normalized" form of a linear differential equation, a differential operator list, or output from DEtools[convertAlg]. "Normalized" (an equivalent form) means that the list entries or coefficients are expanded polynomials in ivar, with no common factor.

• 

A differential operator list (for list A in this case) is defined by

L | Ly=A1yx+A2y' x+...+An+1ynx .

• 

dvar must be specified if des is a differential equation.  It is not needed if des is a list.

• 

This function is part of the DEtools package, and so it can be used in the form DEnormal(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[DEnormal](..).

Examples

withDEtools:

DE212x33x25x+2yx+42x2x+1xx1Dyx+50x3x13D2yx=xsinx

DE42x3yx3x25x+2+42x3x1Dyxx+1+50x3D2yxx13=xsinx

(1)

DE2convertAlgDE,yx

DE242x33x25x+2,42x4x+142x3x+1,50x3x13,xsinx

(2)

DEnormalDE,x,yx

75x2+25x50ⅆ2ⅆx2yx+63x5294x4+546x3504x2+231x42ⅆⅆxyx21yxx3+21yxx2+21yxx21yx=3sinxx324sinxx2+2xsinx+3sinx7sinx2x+sinxx2

(3)

DEnormalDE2,x

21x3+21x2+21x21,63x5294x4+546x3504x2+231x42,75x2+25x50,3sinxx58sinxx4+4sinxx3+6sinxx27xsinx+2sinx2x2

(4)

See Also

DEtools

DEtools[convertAlg]

 


Download Help Document