3 @c 2000-04-17 Jim Van Zandt <jrv@vanzandt.mv.com> Added header,
4 @c info directory entry, reference to introduction chapter, and menu
5 @c descriptions. Rearranged chapters.
7 @c to update the menus do:
8 @c (texinfo-multiple-files-update "maxima.texi" t t)
10 @c texinfo-multiple-files-update will delete the detailed node listing!
14 @settitle Maxima @manual_version@ Manual
20 @setchapternewpage odd
24 @c We want texinfo not to change quotes to backticks in the pdf and the
25 @c info version of the examples.
27 @c In the HTML output the quotes are automatically output The Right Way
28 @c and setting codequoteundirected manually results in the warning that
29 @c this command is unsupported => we leave out this command in HTML.
31 @c @codequoteundirected on
32 @c does the same - but requires texinfo 5. txicodequoteundirected requires only texinfo 4.
33 @set txicodequoteundirected
37 This is a Texinfo Maxima Manual
39 Copyright 1994,2001 William F. Schelter
44 * Maxima: (maxima). A computer algebra system.
53 @c Leave this for now so that old bits of code still kind of work
54 @c for the HTML docs. This should eventually be removed.
57 @c for PDF output, don't include the urls in the visible text
59 \global\urefurlonlylinktrue
62 @include dlmf-ref-macros.texi
63 @include category-macros.texi
67 @comment The title is printed in a large font.
68 @center @titlefont{Maxima Manual}
69 @center Version @manual_version@
71 @vskip 0pt plus 1filll
72 Maxima is a computer algebra system, implemented in Lisp.
74 Maxima is derived from the Macsyma system,
75 developed at MIT in the years 1968 through 1982 as part of Project MAC.
76 MIT turned over a copy of the Macsyma source code to the Department of Energy
77 in 1982; that version is now known as DOE Macsyma.
78 A copy of DOE Macsyma was maintained by Professor William F. Schelter
79 of the University of Texas from 1982 until his death in 2001.
80 In 1998, Schelter obtained permission from the Department of Energy
81 to release the DOE Macsyma source code under the GNU Public License,
82 and in 2000 he initiated the Maxima project at SourceForge to maintain
83 and develop DOE Macsyma, now called Maxima.
94 @node Top, Top, (dir), (dir)
97 @node Top, Introduction to Maxima, (dir), (dir)
101 Maxima is a computer algebra system, implemented in Lisp.
103 Maxima is derived from the Macsyma system,
104 developed at MIT in the years 1968 through 1982 as part of Project MAC.
105 MIT turned over a copy of the Macsyma source code to the Department of Energy
106 in 1982; that version is now known as DOE Macsyma.
107 A copy of DOE Macsyma was maintained by Professor William F. Schelter
108 of the University of Texas from 1982 until his death in 2001.
109 In 1998, Schelter obtained permission from the Department of Energy
110 to release the DOE Macsyma source code under the GNU Public License,
111 and in 2000 he initiated the Maxima project at SourceForge to maintain
112 and develop DOE Macsyma, now called Maxima.
119 @b{Maxima infrastructure}
121 * Introduction to Maxima:: Sample Maxima sessions.
122 * Bug Detection and Reporting:: Finding and reporting bugs in Maxima.
123 * Help:: Asking for help from within a Maxima session.
124 * Command Line:: Maxima command line syntax, Input, and Output.
125 * Data Types and Structures:: Numbers, Strings, Lists, Arrays, and Structures.
126 * Expressions:: Expressions in Maxima.
127 * Operators:: Operators used in Maxima expressions.
128 * Evaluation:: Evaluating expressions.
129 * Simplification:: Simplifying expressions.
130 * Elementary Functions:: Elementary functions in Maxima.
131 * Maxima's Database:: Declarations, Contexts, Facts, and Properties.
132 * Plotting:: 2D and 3D graphical output.
133 * File Input and Output:: File input and output.
135 @b{Support for specific areas of mathematics}
136 * Polynomials:: Standard forms for polynomials, and
137 functions operating on them.
138 * Special Functions:: Special functions
139 * Elliptic Functions:: Elliptic Functions and Integrals
140 * Limits:: Limits of expressions.
141 * Differentiation:: Differential calculus.
142 * Integration:: Integral calculus.
143 * Equations:: Defining and solving equations.
144 * Differential Equations:: Defining and solving differential equations.
145 * Numerical:: Numerical integration, Fourier
146 transforms, Equations, ODE's, etc.
147 * Matrices and Linear Algebra:: Matrix operations.
148 * Package affine:: Working with groups of polynomials.
149 * Package itensor:: Indicial Tensor Manipulation.
150 * Package ctensor:: Component Tensor Manipulation.
151 * Package atensor:: Algebraic Tensor Manipulation.
152 * Sums Products and Series:: Sums, Products, Taylor and power series.
153 * Number Theory:: Number theory.
154 * Package sym:: Working with symmetric groups of polynomials.
155 * Groups:: Abstract algebra.
157 @b{Advanced facilities and programming}
158 * Runtime Environment:: Customization of the Maxima environment.
159 * Miscellaneous Options:: Options with a global effect on Maxima.
160 * Rules and Patterns:: User defined pattern matching and
161 simplification rules.
162 * Sets:: Manipulation of sets.
163 * Function Definition:: Defining functions.
164 * Program Flow:: Defining Maxima programs.
165 * Debugging:: Debugging Maxima programs.
168 * Package alt-display:: Alternative display.
169 * Package asympa:: Asymptotic analysis.
170 * Package augmented_lagrangian:: Augmented Lagrangian.
171 * Package bernstein:: Bernstein polynomials.
172 * Package bitwise:: Manipulate bits of integers.
173 * Package bode:: Bode gain and phase plots.
174 * Package celine:: Sister Celine's method
175 * Package clebsch_gordan:: Clebsch-Gordan and Wigner coefficients
176 * Package cobyla:: Nonlinear optimization with inequality constraints.
177 * Package colnew:: Numerical solution of boundary value problems for ODEs
178 * Package combinatorics:: Functions to work with permutations.
179 * Package contrib_ode:: Additional routines for ODEs
180 * Package descriptive:: Descriptive statistics.
181 * Package diag:: Jordan matrices.
182 * Package distrib:: Probability distributions.
183 * Package draw:: A Maxima-Gnuplot interface.
184 * Package drawdf:: Direction fields with Gnuplot.
185 * Package dynamics:: 3D visualization, animations and dynamical systems.
186 * Package engineering-format:: Display floats as a*10^b with b mod 3 = 0.
187 * Package ezunits:: Dimensional quantities.
188 * Package f90:: Maxima to fortran translator.
189 * Package finance:: Financial.
190 * Package fractals:: Fractals.
191 * Package gentran:: Generator of foreign computer-language code.
192 * Package ggf:: Generating function of sequences.
193 * Package graphs:: Graph theory.
194 * Package grobner:: Functions for working with Groebner bases.
195 * Package hompack:: HOMPACK solver for systems of polynomial equations.
196 * Package impdiff:: Implicit derivatives.
197 * Package interpol:: Interpolation.
198 * Package lapack:: LAPACK functions for linear algebra.
199 * Package lbfgs:: L-BFGS unconstrained minimization.
200 * Package lindstedt:: Lindstedt.
201 * Package linearalgebra:: Functions for linear algebra.
202 * Package lsquares:: Least squares.
203 * Package makeOrders:: Polynomial utility.
204 * Package minpack:: MINPACK functions for minimization and roots
205 * Package mnewton:: Newton's method to solve equations.
206 * Package numericalio:: Reading and writing files.
207 * Package odepack:: Numerical ODE solver
208 * Package operatingsystem:: Common operating system tasks (create/remove dirs+files,...).
209 * Package opsubst:: Substitutions utility.
210 * Package orthopoly:: Orthogonal polynomials.
211 * Package pslq:: PSLQ algorithm for integer relations among inexact numbers
212 * Package pytranslate:: Maxima to Python Translation
213 * Package quantum_computing:: Quantum computing circuits simulator.
214 * Package ratpow:: Determine the coefficients of polynoms.
215 * Package romberg:: Romberg method for numerical integration.
216 * Package simplex:: Linear programming.
217 * Package simplification:: Simplification rules and functions.
218 * Package solve_rec:: Linear recurrences.
219 * Package stats:: Statistical inference.
220 * Package stirling:: Stirling formula.
221 * Package stringproc:: String processing.
222 * Package to_poly_solve:: An improved version of solve.
223 * Package trigtools:: Manipulation of trigonometric expressions.
224 * Package unit:: Units and dimensions.
225 * Package wrstcse:: Worst-case calculations for engineering.
226 * Package zeilberger:: Functions for hypergeometric summation.
228 @b{Understanding maxima's output}
229 * Error and warning messages:: Error and warning messages
231 @b{Maxima's command-line options}
232 * Command-line options:: Which command-line options does Maxima support?
235 * Function and Variable Index:: Index.
237 * Documentation Categories:: Documentation categories
241 @b{ --- The Detailed Node Listing --- }
244 * Introduction to Maxima::
247 * Bug Detection and Reporting::
251 * Functions and Variables for Help::
254 * Introduction to Command Line::
255 * Functions and Variables for Command Line::
256 * Functions and Variables for Display::
258 Data Types and Structures
267 * Introduction to Expressions::
271 * Functions and Variables for Expressions::
274 * Introduction to operators::
275 * Arithmetic operators::
276 * Relational operators::
277 * Logical operators::
278 * Operators for Equations::
279 * Assignment operators::
280 * User defined operators::
283 * Functions and Variables for Evaluation::
286 * Functions and Variables for Simplification::
289 * Functions for Numbers::
290 * Functions for Complex Numbers::
291 * Combinatorial Functions::
292 * Root Exponential and Logarithmic Functions::
293 * Trigonometric Functions::
297 * Introduction to Maxima's Database::
298 * Functions and Variables for Properties::
299 * Functions and Variables for Facts::
300 * Functions and Variables for Predicates::
303 * Introduction to Plotting::
305 * Functions and Variables for Plotting::
308 * Gnuplot_pipes Format Functions::
310 File Input and Output
313 * Functions and Variables for File Input and Output::
314 * Functions and Variables for TeX Output::
315 * Functions and Variables for Fortran Output::
318 * Introduction to Polynomials::
319 * Functions and Variables for Polynomials::
320 * Introduction to algebraic extensions::
321 * Functions and Variables for algebraic extensions::
324 * Introduction to Special Functions::
327 * Gamma and Factorial Functions::
328 * Exponential Integrals::
331 * Hypergeometric Functions::
332 * Parabolic Cylinder Functions::
333 * Functions and Variables for Special Functions::
336 * Introduction to Elliptic Functions and Integrals::
337 * Functions and Variables for Elliptic Functions::
338 * Functions and Variables for Elliptic Integrals::
341 * Functions and Variables for Limits::
344 * Functions and Variables for Differentiation::
347 * Introduction to Integration::
348 * Functions and Variables for Integration::
351 * Functions and Variables for Equations::
353 Differential Equations
354 * Introduction to Differential Equations::
355 * Functions and Variables for Differential Equations::
358 * Introduction to fast Fourier transform::
359 * Functions and Variables for fast Fourier transform::
360 * Functions for numerical solution of equations::
361 * Introduction to numerical solution of differential equations::
362 * Functions for numerical solution of differential equations::
364 Matrices and Linear Algebra
365 * Introduction to Matrices and Linear Algebra::
369 * Functions and Variables for Matrices and Linear Algebra::
372 * Introduction to Affine::
373 * Functions and Variables for Affine::
376 * Introduction to itensor::
377 * Functions and Variables for itensor::
380 * Introduction to ctensor::
381 * Functions and Variables for ctensor::
384 * Introduction to atensor::
385 * Functions and Variables for atensor::
387 Sums, Products, and Series
388 * Functions and Variables for Sums and Products::
389 * Introduction to Series::
390 * Functions and Variables for Series::
391 * Introduction to Fourier series::
392 * Functions and Variables for Fourier series::
395 * Functions and Variables for Number Theory::
398 * Introduction to Symmetries::
399 * Functions and Variables for Symmetries::
402 * Functions and Variables for Groups::
405 * Introduction for Runtime Environment::
407 * Functions and Variables for Runtime Environment::
409 Miscellaneous Options
410 * Introduction to Miscellaneous Options::
412 * Functions and Variables for Miscellaneous Options::
415 * Introduction to Rules and Patterns::
416 * Functions and Variables for Rules and Patterns::
419 * Introduction to Sets::
420 * Functions and Variables for Sets::
423 * Introduction to Function Definition::
426 * Functions and Variables for Function Definition::
430 * Garbage Collection::
431 * Introduction to Program Flow::
432 * Functions and Variables for Program Flow::
435 * Functions and Variables for Debugging::
438 * Introduction to alt-display::
439 * Functions and Variables for alt-display::
442 * Introduction to asympa::
443 * Functions and variables for asympa::
445 Package augmented_lagrangian
446 * Functions and Variables for augmented_lagrangian::
449 * Functions and Variables for Bernstein::
452 * Functions and Variables for bitwise::
455 * Functions and Variables for bode::
457 Package clebsch_gordan
458 * Functions and Variables for clebsch_gordan::
461 * Introduction to cobyla::
462 * Functions and Variables for cobyla::
463 * Examples for cobyla::
466 * Introduction to colnew::
467 * Functions and Variables for colnew::
468 * Examples for colnew::
470 Package combinatorics
471 * Introduction to combinatorics::
472 * Functions and Variables for Combinatorics::
475 * Introduction to contrib_ode::
476 * Functions and Variables for contrib_ode::
477 * Possible improvements to contrib_ode::
478 * Test cases for contrib_ode::
479 * References for contrib_ode::
482 * Introduction to descriptive::
483 * Functions and Variables for data manipulation::
484 * Functions and Variables for descriptive statistics::
485 * Functions and Variables for statistical graphs::
488 * Functions and Variables for diag::
491 * Introduction to distrib::
492 * Functions and Variables for continuous distributions::
493 * Functions and Variables for discrete distributions::
496 * Introduction to draw::
497 * Functions and Variables for draw::
498 * Functions and Variables for pictures::
499 * Functions and Variables for worldmap::
502 * Introduction to drawdf::
503 * Functions and Variables for drawdf::
506 * The dynamics package::
507 * Graphical analysis of discrete dynamical systems::
508 * Visualization with VTK::
511 * Introduction to ezunits::
512 * Introduction to physical_constants::
513 * Functions and Variables for ezunits::
516 * Functions for f90::
519 * Introduction to finance::
520 * Functions and Variables for finance::
523 * Introduction to fractals::
524 * Definitions for IFS fractals::
525 * Definitions for complex fractals::
526 * Definitions for Koch snowflakes::
527 * Definitions for Peano maps::
530 * Introduction to Gentran::
531 * Functions for Gentran::
532 * Gentran Mode Switches::
533 * Gentran Option Variables::
534 * Gentran Evaluation Forms::
537 * Functions and Variables for ggf::
540 * Introduction to graphs::
541 * Functions and Variables for graphs::
544 * Introduction to grobner::
545 * Functions and Variables for grobner::
548 * Introduction to hompack::
549 * Functions and Variables for hompack::
552 * Functions and Variables for impdiff::
555 * Introduction to interpol::
556 * Functions and Variables for interpol::
559 * Introduction to lapack::
560 * Functions and Variables for lapack::
563 * Introduction to lbfgs::
564 * Functions and Variables for lbfgs::
567 * Functions and Variables for lindstedt::
569 Package linearalgebra
570 * Introduction to linearalgebra::
571 * Functions and Variables for linearalgebra::
574 * Introduction to lsquares::
575 * Functions and Variables for lsquares::
578 * Functions and Variables for makeOrders::
581 * Introduction to minpack::
582 * Functions and Variables for minpack::
585 * Introduction to mnewton::
586 * Functions and Variables for mnewton::
589 * Introduction to numericalio::
590 * Functions and Variables for plain-text input and output::
591 * Functions and Variables for binary input and output::
594 * Introduction to ODEPACK::
595 * Functions and Variables for odepack::
597 Package operatingsystem
598 * Introduction to operatingsystem::
599 * Directory operations::
600 * Environment operations::
603 * Functions and Variables for opsubst::
606 * Introduction to orthogonal polynomials::
607 * Functions and Variables for orthogonal polynomials::
610 * Introduction to pslq::
611 * Functions and Variables for pslq::
614 * Introduction to pytranslate::
615 * Functions in pytranslate::
616 * Extending pytranslate::
618 Package quantum_computing
619 * Introduction to quantum_computing::
620 * Functions and Variables for Quantum_Computing::
623 * Functions and Variables for ratpow::
626 * Functions and Variables for romberg::
629 * Introduction to simplex::
630 * Functions and Variables for simplex::
632 Package simplification
633 * Introduction to simplification::
642 * Introduction to solve_rec::
643 * Functions and Variables for solve_rec::
646 * Introduction to stats::
647 * Functions and Variables for inference_result::
648 * Functions and Variables for stats::
649 * Functions and Variables for special distributions::
652 * Functions and Variables for stirling::
655 * Introduction to String Processing::
656 * String Input and Output::
658 * String Processing::
659 * Octets and Utilities for Cryptography::
661 Package to_poly_solve
662 * Functions and Variables for to_poly_solve::
665 * Introduction to trigtools::
666 * Functions and Variables for trigtools::
670 * Introduction to Units::
671 * Functions and Variables for Units::
674 * Introduction to zeilberger::
675 * Functions and Variables for zeilberger::
677 Understanding maxima's output
678 * Error and warning messages::
679 @comment @end detailmenu
682 @c Put the @node lines here, rather than in the @included files,
683 @c so emacs can automatically update them with C-c C-u C-e.
684 @c nota bene: C-c C-u C-a and texinfo-multiple-files-update will delete
685 @c the detailed node listing!
687 @node Introduction to Maxima, Bug Detection and Reporting, Top, Top
688 @chapter Introduction to Maxima
689 @include Introduction.texi
691 @node Bug Detection and Reporting, Help, Introduction to Maxima, Top
692 @chapter Bug Detection and Reporting
695 @node Help, Command Line, Bug Detection and Reporting, Top
699 @node Command Line, Data Types and Structures, Help, Top
700 @chapter Command Line
701 @include Command.texi
703 @node Data Types and Structures, Expressions, Command Line, Top
704 @chapter Data Types and Structures
705 @include DataTypes.texi
706 @include Constants.texi
709 @include defstruct.texi
711 @node Expressions, Operators, Data Types and Structures, Top
713 @include Expressions.texi
715 @node Operators, Evaluation, Expressions, Top
717 @include Operators.texi
719 @node Evaluation, Simplification, Operators, Top
721 @include Evaluation.texi
723 @node Simplification, Elementary Functions, Evaluation, Top
724 @chapter Simplification
725 @include Simplification.texi
727 @node Elementary Functions, Maxima's Database, Simplification, Top
728 @chapter Elementary Functions
729 @include MathFunctions.texi
731 @node Maxima's Database, Plotting, Elementary Functions, Top
732 @chapter Maxima's Database
733 @include Database.texi
735 @node Plotting, File Input and Output, Maxima's Database, Top
737 @include Plotting.texi
739 @node File Input and Output, Polynomials, Plotting, Top
740 @chapter File Input and Output
743 @node Polynomials, Special Functions, File Input and Output, Top
745 @include Polynomials.texi
747 @node Special Functions, Elliptic Functions, Polynomials, Top
748 @chapter Special Functions
749 @include Special.texi
751 @node Elliptic Functions, Limits, Special Functions, Top
752 @chapter Elliptic Functions
753 @include Elliptic.texi
755 @node Limits, Differentiation, Elliptic Functions, Top
759 @node Differentiation, Integration, Limits, Top
760 @chapter Differentiation
761 @include Differentiation.texi
763 @node Integration, Equations, Differentiation, Top
765 @include Integration.texi
767 @node Equations, Differential Equations, Integration, Top
769 @include Equations.texi
771 @node Differential Equations, Numerical, Equations, Top
772 @chapter Differential Equations
773 @include Differential.texi
775 @c @include NonCommutative.texi
777 @node Numerical, Matrices and Linear Algebra, Differential Equations, Top
779 @include Numerical.texi
781 @node Matrices and Linear Algebra, Package affine, Numerical, Top
782 @chapter Matrices and Linear Algebra
783 @include Matrices.texi
785 @node Package affine, Package itensor, Matrices and Linear Algebra, Top
786 @chapter Package affine
789 @node Package itensor, Package ctensor, Package affine, Top
790 @chapter Package itensor
791 @include Itensor.texi
793 @node Package ctensor, Package atensor, Package itensor, Top
794 @chapter Package ctensor
795 @include Ctensor.texi
797 @node Package atensor, Sums Products and Series, Package ctensor, Top
798 @chapter Package atensor
799 @include Atensor.texi
801 @node Sums Products and Series, Number Theory, Package atensor, Top
802 @chapter Sums, Products, and Series
805 @node Number Theory, Package sym, Sums Products and Series, Top
806 @chapter Number Theory
809 @node Package sym, Groups, Number Theory, Top
811 @include Symmetries.texi
813 @node Groups, Runtime Environment, Package sym, Top
817 @node Runtime Environment, Miscellaneous Options, Groups, Top
818 @chapter Runtime Environment
819 @include Runtime.texi
821 @node Miscellaneous Options, Rules and Patterns, Runtime Environment, Top
822 @chapter Miscellaneous Options
823 @include Miscellaneous.texi
825 @node Rules and Patterns, Sets, Miscellaneous Options, Top
826 @chapter Rules and Patterns
829 @node Sets, Function Definition, Rules and Patterns, Top
833 @node Function Definition, Program Flow, Sets, Top
834 @chapter Function Definition
835 @include Function.texi
837 @node Program Flow, Debugging, Function Definition, Top
838 @chapter Program Flow
839 @include Program.texi
841 @node Debugging, Package alt-display, Program Flow, Top
843 @include Debugging.texi
845 @node Package alt-display, Package asympa, Debugging, Top
846 @chapter Package alt-display
847 @include alt-display.texi
849 @node Package asympa, Package augmented_lagrangian, Package alt-display, Top
850 @chapter Package asympa
853 @node Package augmented_lagrangian, Package bernstein, Package asympa, Top
854 @chapter Package augmented_lagrangian
855 @include augmented_lagrangian.texi
857 @node Package bernstein, Package bitwise, Package augmented_lagrangian, Top
858 @chapter Package bernstein
859 @include bernstein.texi
861 @node Package bitwise, Package bode, Package bernstein, Top
862 @chapter Package bitwise
863 @include bitwise.texi
865 @node Package bode, Package celine, Package bitwise, Top
866 @chapter Package bode
869 @node Package celine, Package clebsch_gordan, Package bode, Top
870 @chapter Package celine
873 @node Package clebsch_gordan, Package cobyla, Package celine, Top
874 @chapter Package clebsch_gordan
875 @include clebsch_gordan.texi
877 @node Package cobyla, Package colnew, Package clebsch_gordan, Top
878 @chapter Package cobyla
881 @node Package colnew, Package combinatorics, Package cobyla, Top
882 @chapter Package colnew
885 @node Package combinatorics, Package contrib_ode, Package colnew, Top
886 @chapter Package combinatorics
887 @include combinatorics.texi
889 @node Package contrib_ode, Package descriptive, Package combinatorics, Top
890 @chapter Package contrib_ode
891 @include contrib_ode.texi
893 @node Package descriptive, Package diag, Package contrib_ode, Top
894 @chapter Package descriptive
895 @include descriptive.texi
897 @node Package diag, Package distrib, Package descriptive, Top
898 @chapter Package diag
901 @node Package distrib, Package draw, Package diag, Top
902 @chapter Package distrib
903 @include distrib.texi
905 @node Package draw, Package drawdf, Package distrib, Top
906 @chapter Package draw
909 @node Package drawdf, Package dynamics, Package draw, Top
910 @chapter Package drawdf
913 @node Package dynamics, Package engineering-format, Package drawdf, Top
914 @chapter Package dynamics
915 @include dynamics.texi
917 @node Package engineering-format, Package ezunits, Package dynamics, Top
918 @chapter Package engineering-format
919 @include engineering-format.texi
921 @node Package ezunits, Package f90, Package engineering-format, Top
922 @chapter Package ezunits
923 @include ezunits.texi
925 @node Package f90, Package finance, Package ezunits, Top
929 @node Package finance, Package fractals, Package f90, Top
930 @chapter Package finance
931 @include finance.texi
933 @node Package fractals, Package gentran, Package finance, Top
934 @chapter Package fractals
935 @include fractals.texi
937 @node Package gentran, Package ggf, Package fractals, Top
938 @chapter Package gentran
939 @include gentran.texi
941 @node Package ggf, Package graphs, Package gentran, Top
945 @node Package graphs, Package grobner, Package ggf, Top
946 @chapter Package graphs
949 @node Package grobner, Package hompack, Package graphs, Top
950 @chapter Package grobner
951 @include grobner.texi
953 @node Package hompack, Package impdiff, Package grobner, Top
954 @chapter Package hompack
955 @include hompack.texi
957 @node Package impdiff, Package interpol, Package hompack, Top
958 @chapter Package impdiff
959 @include impdiff.texi
961 @node Package interpol, Package lapack, Package impdiff, Top
962 @chapter Package interpol
963 @include interpol.texi
965 @node Package lapack, Package lbfgs, Package interpol, Top
966 @chapter Package lapack
969 @node Package lbfgs, Package lindstedt, Package lapack, Top
970 @chapter Package lbfgs
973 @node Package lindstedt, Package linearalgebra, Package lbfgs, Top
974 @chapter Package lindstedt
975 @include lindstedt.texi
977 @node Package linearalgebra, Package lsquares, Package lindstedt, Top
978 @chapter Package linearalgebra
979 @include linearalgebra.texi
981 @node Package lsquares, Package minpack, Package linearalgebra, Top
982 @chapter Package lsquares
983 @include lsquares.texi
985 @node Package minpack, Package makeOrders, Package lsquares, Top
986 @chapter Package minpack
987 @include minpack.texi
989 @node Package makeOrders, Package mnewton, Package minpack, Top
990 @chapter Package makeOrders
991 @include makeOrders.texi
993 @node Package mnewton, Package numericalio, Package makeOrders, Top
994 @chapter Package mnewton
995 @include mnewton.texi
997 @node Package numericalio, Package odepack, Package mnewton, Top
998 @chapter Package numericalio
999 @include numericalio.texi
1001 @node Package odepack, Package operatingsystem, Package numericalio, Top
1002 @chapter Package odepack
1003 @include odepack.texi
1005 @node Package operatingsystem, Package opsubst, Package odepack, Top
1006 @chapter Package operatingsystem
1007 @include operatingsystem.texi
1009 @node Package opsubst, Package orthopoly, Package operatingsystem, Top
1010 @chapter Package opsubst
1011 @include opsubst.texi
1013 @node Package orthopoly, Package pslq, Package opsubst, Top
1014 @chapter Package orthopoly
1015 @include orthopoly.texi
1017 @node Package pslq, Package pytranslate, Package orthopoly, Top
1018 @chapter Package pslq
1021 @node Package pytranslate, Package quantum_computing, Package pslq, Top
1022 @chapter Package pytranslate
1023 @include pytranslate.texi
1025 @node Package quantum_computing, Package ratpow, Package pytranslate, Top
1026 @chapter Package quantum_computing
1027 @include quantum_computing.texi
1029 @node Package ratpow, Package romberg, Package quantum_computing, Top
1030 @chapter Package ratpow
1031 @include ratpow.texi
1033 @node Package romberg, Package simplex, Package ratpow, Top
1034 @chapter Package romberg
1035 @include romberg.texi
1037 @node Package simplex, Package simplification, Package romberg, Top
1038 @chapter Package simplex
1039 @include simplex.texi
1041 @node Package simplification, Package solve_rec, Package simplex, Top
1042 @chapter Package simplification
1043 @include simplifications.texi
1045 @node Package solve_rec, Package stats, Package simplification, Top
1046 @chapter Package solve_rec
1047 @include solve_rec.texi
1049 @node Package stats, Package stirling, Package solve_rec, Top
1050 @chapter Package stats
1053 @node Package stirling, Package stringproc, Package stats, Top
1054 @chapter Package stirling
1055 @include stirling.texi
1057 @node Package stringproc, Package to_poly_solve, Package stirling, Top
1058 @chapter Package stringproc
1059 @include stringproc.texi
1061 @node Package to_poly_solve, Package trigtools, Package stringproc, Top
1062 @chapter Package to_poly_solve
1063 @include to_poly_solve.texi
1065 @node Package trigtools, Package unit, Package to_poly_solve, Top
1066 @chapter Package trigtools
1067 @include trigtools.texi
1069 @node Package unit, Package wrstcse, Package trigtools, Top
1070 @chapter Package unit
1073 @node Package wrstcse, Package zeilberger, Package unit, Top
1074 @chapter Package wrstcse
1075 @include wrstcse.texi
1077 @node Package zeilberger, Error and warning messages, Package wrstcse, Top
1078 @chapter Package zeilberger
1079 @include zeilberger.texi
1081 @node Error and warning messages, Command-line options, Package zeilberger, Top
1082 @chapter Error and warning messages
1083 @include errormessages.texi
1085 @node Command-line options, Function and Variable Index, Error and warning messages, Top
1086 @chapter Command-line options
1087 @include commandline-options.texi
1092 @node Function and Variable Index, , Command-line options, Top
1095 @node Function and Variable Index, Documentation Categories, Command-line options, Top
1097 @appendix Function and Variable Index