This is maxima.info, produced by makeinfo version 4.7 from maxima.texi. This is a Texinfo Maxima Manual Copyright 1994,2001 William F. Schelter START-INFO-DIR-ENTRY * Maxima: (maxima). A computer algebra system. END-INFO-DIR-ENTRY  File: maxima.info, Node: Functions and Variables for impdiff, Prev: impdiff, Up: impdiff 54.1 Functions and Variables for impdiff ======================================== -- Function: implicit_derivative (,,,) This subroutine computes implicit derivatives of multivariable functions. is an array function, the indexes are the derivative degree in the order; is the independent variable list; is the order desired; and is the dependent variable. To use this function write first `load("impdiff")'.  File: maxima.info, Node: implicit_plot, Next: interpol, Prev: impdiff, Up: Top 55 implicit_plot **************** * Menu: * Functions and Variables for implicit_plot::  File: maxima.info, Node: Functions and Variables for implicit_plot, Prev: implicit_plot, Up: implicit_plot 55.1 Functions and Variables for implicit_plot ============================================== -- Function: implicit_plot (, , ) -- Function: implicit_plot ([, ..., ], , ) Displays a plot of one or more expressions in implicit form. is the expression to be plotted, the range of the horizontal axis and the range of vertical axis. `implicit_plot' only works with the gnuplot driver. `implicit_plot' respects global setting for the gnuplot driver set by the function. Options can also be passed to `implicit_plot' function as optional arguments. `implicit_plot' works by tracking sign changes on the area given by and and can fail for complicated expressions. `load(implicit_plot)' loads this function. Example: (%i1) implicit_plot (x^2 = y^3 - 3*y + 1, [x, -4, 4], [y, -4, 4], [gnuplot_preamble, "set zeroaxis"]);  File: maxima.info, Node: interpol, Next: lbfgs, Prev: implicit_plot, Up: Top 56 interpol *********** * Menu: * Introduction to interpol:: * Functions and Variables for interpol::  File: maxima.info, Node: Introduction to interpol, Next: Functions and Variables for interpol, Prev: interpol, Up: interpol 56.1 Introduction to interpol ============================= Package `interpol' defines de Lagrangian, the linear and the cubic splines methods for polynomial interpolation. For comments, bugs or suggestions, please contact me at <'mario AT edu DOT xunta DOT es'>.  File: maxima.info, Node: Functions and Variables for interpol, Prev: Introduction to interpol, Up: interpol 56.2 Functions and Variables for interpol ========================================= -- Function: lagrange () -- Function: lagrange (,