Merge branch 'master' into bug-4403-remove-polyfill
[maxima.git] / doc / info / impdiff.texi
blobdcd2fc1d9967c0feb6cbc695ce5adb3620e9fd07
1 @menu
2 * Functions and Variables for impdiff::
3 @end menu
5 @node Functions and Variables for impdiff,  , Package impdiff, Package impdiff
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