PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Mathematica
Tutorial
Differential Equation Solving with DSolve
Tutorials »
Exact Higher-Order Equations
A linear ordinary differential equation of order
n
is said to be
exact
if
The condition of exactness can be used to reduce the problem to that of solving an equation of order
n
-1
.
This is an example of an exact ODE.
In[1]:=
In[2]:=
In[3]:=
In[4]:=
In[5]:=
Out[5]=
This verifies the condition for exactness.
In[6]:=
Out[6]=
This solves the equation.
In[7]:=
Out[7]=
This verifies the solution.
In[8]:=
Out[8]=
In[9]:=
RELATED TUTORIALS
Differential Equation Solving with DSolve
© 2008 Wolfram Research, Inc.