Solving Exact ODEs
Description
Examples
The general form of the exact ODE is given by:
exact_ode := D[2](C)(x,y(x))*diff(y(x),x)+D[1](C)(x,y(x))=0;
where C is an arbitrary function of its arguments. See Kamke's book, p. 28. This type of ODE can be solved in a general manner by dsolve, and the infinitesimals can also be determined by symgen.
Implicit or explicit results can be tested using odetest
A pair of infinitesimals for exact_ode are given by
Symmetries can be tested as well using symtest
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
Download Help Document