Fix bug #1848: taytorat leaks internal gensyms from multivar expansions
[maxima.git] / doc / info / impdiff.texi
blobdca016b8e049a4e3277acd0fd70a3513cee304f0
1 @menu
2 * Functions and Variables for impdiff::
3 @end menu
5 @node Functions and Variables for impdiff,  , impdiff-pkg, impdiff-pkg
6 @section Functions and Variables for impdiff
8 @anchor{implicit_derivative}
9 @deffn {Function} implicit_derivative (@var{f},@var{indvarlist},@var{orderlist},@var{depvar})
10 This subroutine computes implicit derivatives of multivariable functions.
11 @var{f} is an array function, the indexes are the derivative degree in the @var{indvarlist} order;
12 @var{indvarlist} is the independent variable list; @var{orderlist} is the order desired; and 
13 @var{depvar} is the dependent variable.
15 To use this function write first @code{load("impdiff")}.
17 @opencatbox{Categories:}
18 @category{Differential calculus}
19 @category{Share packages}
20 @category{Package impdiff}
21 @closecatbox
23 @end deffn