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

Online Help

Student[ODEs][Solve]

  

ByLaplaceTransform

  

Solve a linear ODE using the Laplace transform

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

ByLaplaceTransform(ODE, IC, y(x))

Parameters

ODE

-

a 2nd order linear ordinary differential equation

IC

-

set; a set of two initial conditions

y

-

name; the dependent variable

x

-

name; the independent variable

Description

• 

The ByLaplaceTransform(ODE, IC, y(x)) command finds the solution of a 2nd order linear ordinary differential equation ODE with initial conditions IC by using the Laplace transform.

• 

The coefficients of y(x) and its derivatives must be constant.

• 

Use the option output=steps to make this command return an annotated step-by-step solution.  Further control over the format and display of the step-by-step solution is available using the options described in Student:-Basics:-OutputStepsRecord.  The options supported by that command can be passed to this one.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

(11)

(12)

(13)

(14)

(15)

Compatibility

• 

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

• 

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

• 

The Student[ODEs][Solve][ByLaplaceTransform] command was updated in Maple 2022.

• 

The output option was introduced in Maple 2022.

• 

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

See Also

dsolve

inttrans[laplace]

Student

Student[ODEs]

Student[ODEs][Solve]

 


Download Help Document