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

Online Help

Student[ODEs]

  

Test

  

test the validity of a candidate solution to an ODE

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Test(sol, ODE, var)

Parameters

sol

-

equation, or set or list of equations; a candidate solution of an ODE or system of ODEs

ODE

-

equation, or set or list of equations; an ODE or system of ODEs

var

-

function, or set or list of functions; the dependent variable(s)

Description

• 

The Test(sol, ODE, y(x)) tests whether the candidate solution sol is in fact a valid solution of the given equation or system ODE.

• 

The equation or system ODE is evaluated using the supplied candidate solution sol, and an attempt is made to remove all occurrences of the dependent variables var and their derivatives; whatever remains is then simplified and returned.

• 

If this remainder is 0 (or a set or list of zeros), then sol is in fact a valid solution.

• 

Conversely, if sol is in fact a valid solution, then this remainder must be mathematically equivalent to 0 (or a set or list of zeros), but it may not have been simplified fully.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

(11)

(12)

(13)

(14)

(15)

Compatibility

• 

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

• 

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

See Also

odetest

Student

Student[ODEs]

Student[ODEs][Solve]

 


Download Help Document