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

Online Help

DEtools

  

convertAlg

  

return the coefficient list form for a linear ODE

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convertAlg(des, dvar)

Parameters

des

-

differential equation

dvar

-

dependent variable

Description

• 

This routine is used to return an equivalent list form for a given linear ordinary differential equation.  The list returned has two elements.

  

The first is a list (here called A) of the coefficients of the ODE, of the form

  

The second element is the right hand side of the given ODE.  In the case that the DE has no right hand side, the default zero is used.

• 

In the event that convertAlg cannot isolate for the proper list form (for instance, if the DE is not a linear ODE) then FAIL is returned.

• 

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

Examples

(1)

(2)

(3)

(4)

See Also

DEtools

DEtools[DEnormal]

 


Download Help Document