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

Online Help

Student[ODEs]

  

LinearForm

  

convert a first order ODE into linear form, if possible

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

LinearForm(ODE, y(x))

Parameters

ODE

-

an ordinary differential equation

y

-

name; the dependent variable

x

-

name; the independent variable

Description

• 

LinearForm(ODE, y(x)) outputs an equivalent linear ODE, if that is possible. If not, an error is produced.

Examples

(1)

(2)

(3)

Error, (in Student:-ODEs:-LinearForm) the ODE, t^2*(z(t)+1)+z(t)^2*(t-1)*diff(z(t),t) = 0, does not appear to be linearizable, at least without further simplification.

Compatibility

• 

The Student[ODEs][LinearForm] command was introduced in Maple 2021.

• 

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

See Also

dsolve

Student

Student[ODEs]

 


Download Help Document