Student[ODEs]
Integrate
integrate an exact ODE
Calling Sequence
Parameters
Description
Examples
Compatibility
Integrate(ODE, y(x))
Integrate:-Apply(ODE, y(x))
Integrate:-Evaluate(eq)
ODE
-
a first order ordinary differential equation
y
name; the dependent variable
x
name; the independent variable
Integrate(ODE, y(x)) applies an integral to both sides of an exact ODE, and then performs the integration, thereby obtaining a solution to the ODE.
Integrate:-Apply(ODE, y(x)) applies an integral to both sides of an exact ODE, without performing the integration.
Integrate:-Evaluate(ODE) tries to evaluate any unevaluated integrals in the expression ODE, if possible.
The Student[ODEs][Integrate] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
dsolve
int
Student
Download Help Document