implicit SciMax Toolbox implicit_plot

SciMax Toolbox >> implicit_derivative

implicit_derivative

Maxima Function

Calling Sequence

implicit_derivative (f,indvarlist,orderlist,depvar)

Description

This subroutine computes implicit derivatives of multivariable functions. f is an array function, the indexes are the derivative degree in the indvarlist order; indvarlist is the independent variable list; orderlist is the order desired; and depvar is the dependent variable.

To use this function write first load("impdiff").

implicit SciMax Toolbox implicit_plot