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

Online Help

All Products    Maple    MapleSim


Solving Linear ODEs

 

Description

Examples

Description

• 

The general form of a first order linear ODE is given by the following:

linear_ode := diff(y(x),x)+f(x)*y(x)-g(x);

linear_odeⅆⅆxyx+fxyxgx

(1)
  

where f(x) and g(x) are arbitrary functions. See Differentialgleichungen, by E. Kamke, p. 16. This type of ODE can be solved in a general manner by dsolve as follows:

Examples

withDEtools,odeadvisor

odeadvisor

(2)

odeadvisorlinear_ode

_linear

(3)

dsolvelinear_ode

yx=gxⅇfxⅆxⅆx+c__1ⅇfxⅆx

(4)

See Also

DEtools

odeadvisor

dsolve

quadrature

linear

separable

Bernoulli

exact

homogeneous

homogeneousB

homogeneousC

homogeneousD

homogeneousG

Chini

Riccati

Abel

Abel2A

Abel2C

rational

Clairaut

dAlembert

sym_implicit

patterns

odeadvisor,types