|
From: Nijso B. <ni...@ho...> - 2014-04-02 17:56:12
|
Dear all,
I would like to add a texi file to doc/info, but what do I need to do
next to make maxima see the new texi file?
For now, I just copy-pasted this piece below into a file called
kovacicODE.texi
@menu
* Introduction to kovacicODE::
* Functions and variables for kovacicODE::
@end menu
@node Introduction to kovacicODE, Functions and variables for
kovacicODE, kovacicODE, kovacicODE
@section Introduction to kovacicODE
@deffn {Function} kovacicODE (@var{ode}, @var{y}, @var{x})
@code{kovacicODE} kovacicODE is an implementation of the Kovacic
algorithm for finding the solution of
second order linear ordinary differential equations (ODEs) with
Liouvillian solutions. If the ODE has
a Liouvillian solution, the kovacic algorithm will find and return the
solution. If the ODE does not have a Liouvillian
solution, kovacicODE will return false.
@code{load ("kovacicODE")} loads this package.
@opencatbox
@category{Package kovacicODE}
@closecatbox
@end deffn
@node Functions and variables for kovacicODE, ,Introduction to
kovacicODE, kovacicODE
@section Functions and variables for kovacicODE
@c No contents yet.
|