Fixed compatibility with older texinfo, added missing files to make dist
[maxima/cygwin.git] / doc / info / include-maxima.texi.in
blob831fb989ec4d093d13bd1f283aaa5122dab10a5f
1 @c -*-texinfo-*-
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)
9 @c
10 @c texinfo-multiple-files-update will delete the detailed node listing!
13 @c start of header
14 @settitle Maxima @manual_version@ Manual
16 @synindex ky fn
17 @synindex vr fn
18 @synindex cp fn
20 @setchapternewpage odd
21 @c end of header
23 @ifnothtml
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
34 @end ifnothtml
36 @ifinfo
37 This is a Texinfo Maxima Manual
39 Copyright 1994,2001 William F. Schelter
41 @format
42 INFO-DIR-SECTION Math
43 START-INFO-DIR-ENTRY
44 * Maxima: (maxima).     A computer algebra system.
45 END-INFO-DIR-ENTRY
46 @end format
48 @macro var {expr}
49 <\expr\>
50 @end macro
51 @end ifinfo
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.
55 @set mathjax true
57 @c for PDF output, don't include the urls in the visible text
58 @tex
59 \global\urefurlonlylinktrue
60 @end tex
62 @include dlmf-ref-macros.texi
63 @include category-macros.texi
65 @titlepage
66 @sp 10
67 @comment The title is printed in a large font.
68 @center @titlefont{Maxima Manual}
69 @center Version @manual_version@
70 @page
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.
85 @end titlepage
87 @ifnotinfo
88 @summarycontents
89 @contents
90 @end ifnotinfo
92 @ifnottex
93 @ifinfo
94 @node Top, Top, (dir), (dir)
95 @end ifinfo
96 @ifnotinfo
97 @node Top, Introduction to Maxima, (dir), (dir)
98 @end ifnotinfo
99 @top
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.
113 @end ifnottex
115 @c includes
117 @menu
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 * Affine::                      
149 * itensor::                     Indicial Tensor Manipulation.
150 * ctensor::                     Component Tensor Manipulation.
151 * atensor::                     Algebraic Tensor Manipulation.
152 * Sums Products and Series::    Sums, Products, Taylor and power series.
153 * Number Theory::               Number theory.
154 * Symmetries::                  
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.
167 @b{Additional packages}
168 * alt-display-pkg::                 Alternative display package.
169 * asympa-pkg::                      Asymptotic analysis package.
170 * augmented_lagrangian-pkg::        augmented_lagrangian package.
171 * Bernstein-pkg::                   Bernstein polynomials.
172 * bitwise-pkg::                     Manipulate bits of integers.
173 * bode-pkg::                        Bode gain and phase plots.
174 * celine-pkg::                      Sister Celine's method 
175 * clebsch_gordan-pkg::              Clebsch-Gordan and Wigner coefficients
176 * cobyla-pkg::                      Nonlinear optimization with inequality constraints.
177 * combinatorics-pkg::               Functions to work with permutations.
178 * contrib_ode-pkg::                 Additional routines for ODEs
179 * descriptive-pkg::                 Descriptive statistics.
180 * diag-pkg::                        Jordan matrices.
181 * distrib-pkg::                     Probability distributions.
182 * draw-pkg::                        A Maxima-Gnuplot interface.
183 * drawdf-pkg::                      Direction fields with Gnuplot.
184 * dynamics-pkg::                    3D visualization, animations and dynamical systems.
185 * engineering-format-pkg::          Display floats as a*10^b with b mod 3 = 0.
186 * ezunits-pkg::                     Dimensional quantities.
187 * f90-pkg::                         Maxima to fortran translator.
188 * finance-pkg::                     Financial package.
189 * fractals-pkg::                    Fractals.
190 * gentran-pkg::                     Gentran
191 * ggf-pkg::                         Generating function of sequences.
192 * graphs-pkg::                      Graph theory package.
193 * grobner-pkg::                     Functions for working with Groebner bases.
194 * hompack-pkg::                     HOMPACK solver for systems of polynomial equations.
195 * impdiff-pkg::                     Implicit derivatives.
196 * interpol-pkg::                    Interpolation package.
197 * lapack-pkg::                      LAPACK functions for linear algebra.
198 * lbfgs-pkg::                       L-BFGS unconstrained minimization package.
199 * lindstedt-pkg::                   Lindstedt package.
200 * linearalgebra-pkg::               Functions for linear algebra.
201 * lsquares-pkg::                    Least squares.
202 * makeOrders-pkg::                  Polynomial utility.
203 * minpack-pkg::                     MINPACK functions for minimization and roots
204 * mnewton-pkg::                     Newton's method.
205 * numericalio-pkg::                 Reading and writing files.
206 * odepack-pkg::                     Numerical ODE solver
207 * operatingsystem-pkg::             Common operating system tasks (create/remove dirs+files,...).
208 * opsubst-pkg::                     Substitutions utility.
209 * orthopoly-pkg::                   Orthogonal polynomials.
210 * pslq-pkg::                        PSLQ algorithm for integer relations among inexact numbers
211 * pytranslate::                     Maxima to Python Translation
212 * quantum_computing-pkg::           Quantum computing circuits simulator.
213 * ratpow-pkg::                      Determine the coefficients of polynoms.
214 * romberg-pkg::                     Romberg method for numerical integration.
215 * simplex-pkg::                     Linear programming.
216 * simplification-pkg::              Simplification rules and functions.
217 * solve_rec-pkg::                   Linear recurrences.
218 * stats-pkg::                       Statistical inference package.
219 * stirling-pkg::                    Stirling formula.
220 * stringproc-pkg::                  String processing.
221 * to_poly_solve-pkg::               to_poly_solve package.
222 * unit-pkg::                        Units and dimensions package.
223 * wrstcse-pkg::                     Worstcase calculations for engineering.
224 * zeilberger-pkg::                  Functions for hypergeometric summation.
225 * trigtools-pkg::
227 @b{Understanding maxima's output}
228 * Error and warning messages::  Error and warning messages
230 @b{Maxima's command-line options}
231 * Command-line options::  Which command-line options does Maxima support?
233 @b{Index}
234 * Function and Variable Index:: Index.
235 @ifhtml
236 * Documentation Categories::        Documentation categories
237 @end ifhtml
239 @comment @detailmenu
240 @b{ --- The Detailed Node Listing --- }
242 Introduction
243 * Introduction to Maxima::
245 Bugs
246 * Bug Detection and Reporting::
248 Help
249 * Documentation::
250 * Functions and Variables for Help::
252 Command Line
253 * Introduction to Command Line::
254 * Functions and Variables for Command Line::
255 * Functions and Variables for Display::
257 Data Types and Structures
258 * Numbers::
259 * Strings::
260 * Constants::
261 * Lists::
262 * Arrays::
263 * Structures::
265 Expressions
266 * Introduction to Expressions::
267 * Nouns and Verbs::
268 * Identifiers::
269 * Inequality::
270 * Functions and Variables for Expressions::
272 Operators
273 * Introduction to operators::
274 * Arithmetic operators::
275 * Relational operators::
276 * Logical operators::
277 * Operators for Equations::
278 * Assignment operators::
279 * User defined operators::
281 Evaluation
282 * Functions and Variables for Evaluation::
284 Simplification
285 * Functions and Variables for Simplification::
287 Elementary Functions
288 * Functions for Numbers::
289 * Functions for Complex Numbers::
290 * Combinatorial Functions::
291 * Root Exponential and Logarithmic Functions::
292 * Trigonometric Functions::
293 * Random Numbers::
295 Maxima's Database
296 * Introduction to Maxima's Database::
297 * Functions and Variables for Properties::
298 * Functions and Variables for Facts::
299 * Functions and Variables for Predicates::
301 Plotting
302 * Introduction to Plotting::
303 * Plotting Formats::
304 * Functions and Variables for Plotting::    
305 * Plotting Options::
306 * Gnuplot Options::
307 * Gnuplot_pipes Format Functions::
309 File Input and Output
310 * Comments::
311 * Files::
312 * Functions and Variables for File Input and Output::
313 * Functions and Variables for TeX Output::
314 * Functions and Variables for Fortran Output::
316 Polynomials
317 * Introduction to Polynomials::  
318 * Functions and Variables for Polynomials::
319 * Introduction to algebraic extensions::
320 * Functions and Variables for algebraic extensions::
322 Special Functions
323 * Introduction to Special Functions:: 
324 * Bessel Functions::
325 * Airy Functions::
326 * Gamma and Factorial Functions::
327 * Exponential Integrals::
328 * Error Function::
329 * Struve Functions::
330 * Hypergeometric Functions::
331 * Parabolic Cylinder Functions::
332 * Functions and Variables for Special Functions::  
334 Elliptic Functions
335 * Introduction to Elliptic Functions and Integrals::
336 * Functions and Variables for Elliptic Functions::
337 * Functions and Variables for Elliptic Integrals::
339 Limits
340 * Functions and Variables for Limits::      
342 Differentiation
343 * Functions and Variables for Differentiation::  
345 Integration
346 * Introduction to Integration::  
347 * Functions and Variables for Integration::  
349 Equations
350 * Functions and Variables for Equations::   
352 Differential Equations
353 * Introduction to Differential Equations::  
354 * Functions and Variables for Differential Equations::  
356 Numerical
357 * Introduction to fast Fourier transform::                     
358 * Functions and Variables for fast Fourier transform::
359 * Functions for numerical solution of equations::
360 * Introduction to numerical solution of differential equations::
361 * Functions for numerical solution of differential equations::
363 Matrices and Linear Algebra
364 * Introduction to Matrices and Linear Algebra::  
365 * Dot::                         
366 * Vectors::                     
367 * eigen::
368 * Functions and Variables for Matrices and Linear Algebra::  
370 Affine
371 * Introduction to Affine::
372 * Functions and Variables for Affine::      
374 itensor
375 * Introduction to itensor::      
376 * Functions and Variables for itensor::      
378 ctensor
379 * Introduction to ctensor::     
380 * Functions and Variables for ctensor::     
382 atensor
383 * Introduction to atensor::     
384 * Functions and Variables for atensor::     
386 Sums, Products, and Series
387 * Functions and Variables for Sums and Products::
388 * Introduction to Series::
389 * Functions and Variables for Series::
390 * Introduction to Fourier series::
391 * Functions and Variables for Fourier series::
393 Number Theory
394 * Functions and Variables for Number Theory::  
396 Symmetries
397 * Introduction to Symmetries::
398 * Functions and Variables for Symmetries::  
400 Groups
401 * Functions and Variables for Groups::      
403 Runtime Environment
404 * Introduction for Runtime Environment::  
405 * Interrupts::                  
406 * Functions and Variables for Runtime Environment::  
408 Miscellaneous Options
409 * Introduction to Miscellaneous Options::  
410 * Share::                       
411 * Functions and Variables for Miscellaneous Options::  
413 Rules and Patterns
414 * Introduction to Rules and Patterns::  
415 * Functions and Variables for Rules and Patterns::
417 Sets
418 * Introduction to Sets::       
419 * Functions and Variables for Sets::
421 Function Definition
422 * Introduction to Function Definition::  
423 * Function::                    
424 * Macros::                      
425 * Functions and Variables for Function Definition::  
427 Program Flow
428 * Lisp and Maxima::
429 * Garbage Collection::
430 * Introduction to Program Flow::  
431 * Functions and Variables for Program Flow::  
433 Debugging
434 * Functions and Variables for Debugging::   
436 alt-display
437 * Introduction to alt-display::
438 * Functions and Variables for alt-display::
440 asympa
441 * Introduction to asympa::
442 * Functions and variables for asympa::
444 augmented_lagrangian
445 * Functions and Variables for augmented_lagrangian::
447 Bernstein
448 * Functions and Variables for Bernstein::
450 Bitwise
451 * Functions and Variables for bitwise::
453 bode
454 * Functions and Variables for bode::
456 clebsch_gordan
457 * Functions and Variables for clebsch_gordan::
459 cobyla
460 * Introduction to cobyla::
461 * Functions and Variables for cobyla::
462 * Examples for cobyla::
464 combinatorics
465 * Package combinatorics::       
466 * Functions and Variables for Combinatorics::       
468 contrib_ode
469 * Introduction to contrib_ode::
470 * Functions and Variables for contrib_ode::
471 * Possible improvements to contrib_ode::
472 * Test cases for contrib_ode::
473 * References for contrib_ode::
475 descriptive
476 * Introduction to descriptive::
477 * Functions and Variables for data manipulation::
478 * Functions and Variables for descriptive statistics::
479 * Functions and Variables for statistical graphs::
481 diag
482 * Functions and Variables for diag::
484 distrib
485 * Introduction to distrib::
486 * Functions and Variables for continuous distributions::
487 * Functions and Variables for discrete distributions::
489 draw
490 * Introduction to draw::
491 * Functions and Variables for draw::
492 * Functions and Variables for pictures::
493 * Functions and Variables for worldmap::
495 drawdf
496 * Introduction to drawdf::
497 * Functions and Variables for drawdf::
499 dynamics
500 * The dynamics package::
501 * Graphical analysis of discrete dynamical systems::
502 * Visualization with VTK::
504 ezunits
505 * Introduction to ezunits::
506 * Introduction to physical_constants::
507 * Functions and Variables for ezunits::
510 * Package f90::
512 finance
513 * Introduction to finance::
514 * Functions and Variables for finance::
516 fractals
517 * Introduction to fractals::
518 * Definitions for IFS fractals::
519 * Definitions for complex fractals::
520 * Definitions for Koch snowflakes::
521 * Definitions for Peano maps::
523 gentran
524 * Introduction to Gentran::
525 * Functions for Gentran::
526 * Gentran Mode Switches::
527 * Gentran Option Variables::
528 * Gentran Evaluation Forms::
531 * Functions and Variables for ggf::
533 graphs
534 * Introduction to graphs::
535 * Functions and Variables for graphs::
537 grobner
538 * Introduction to grobner::
539 * Functions and Variables for grobner::
541 hompack
542 * Introduction to hompack::
543 * Functions and Variables for hompack::
545 impdiff
546 * Functions and Variables for impdiff::
548 interpol
549 * Introduction to interpol::
550 * Functions and Variables for interpol::
552 lapack
553 * Introduction to lapack::
554 * Functions and Variables for lapack::
556 lbfgs
557 * Introduction to lbfgs::
558 * Functions and Variables for lbfgs::
560 lindstedt
561 * Functions and Variables for lindstedt::
563 linearalgebra
564 * Introduction to linearalgebra::
565 * Functions and Variables for linearalgebra::
567 lsquares
568 * Introduction to lsquares::
569 * Functions and Variables for lsquares::
571 makeOrders
572 * Functions and Variables for makeOrders::
574 minpack
575 * Introduction to minpack::
576 * Functions and Variables for minpack::
578 mnewton
579 * Introduction to mnewton::
580 * Functions and Variables for mnewton::
582 numericalio
583 * Introduction to numericalio::
584 * Functions and Variables for plain-text input and output::
585 * Functions and Variables for binary input and output::
587 odepack
588 * Introduction to ODEPACK::
589 * Functions and Variables for odepack::  
591 operatingsystem
592 * Introduction to operatingsystem::
593 * Directory operations::
594 * Environment operations::
596 opsubst
597 * Functions and Variables for opsubst::
599 orthopoly
600 * Introduction to orthogonal polynomials::
601 * Functions and Variables for orthogonal polynomials::
603 pslq
604 * Introduction to pslq::
605 * Functions and Variables for pslq::
607 pytranslate
608 * Introduction to pytranslate::
609 * Functions in pytranslate::
610 * Extending pytranslate::
612 quantum_computing
613 * Package quantum_computing::
614 * Functions and Variables for Quantum_Computing::       
616 ratpow
617 * Functions and Variables for ratpow::
619 romberg
620 * Functions and Variables for romberg::
622 simplex
623 * Introduction to simplex::
624 * Functions and Variables for simplex::
626 simplification
627 * Introduction to simplification::
628 * Package absimp::
629 * Package facexp::
630 * Package functs::
631 * Package ineq::
632 * Package rducon::
633 * Package scifac::
635 solve_rec
636 * Introduction to solve_rec::
637 * Functions and Variables for solve_rec::
639 stats
640 * Introduction to stats::
641 * Functions and Variables for inference_result::
642 * Functions and Variables for stats::
643 * Functions and Variables for special distributions::
645 stirling
646 * Functions and Variables for stirling::
648 stringproc
649 * Introduction to String Processing::
650 * String Input and Output::
651 * Characters::
652 * String Processing::
653 * Octets and Utilities for Cryptography::
655 to_poly_solve
656 * Functions and Variables for to_poly_solve::
658 unit
659 * Introduction to Units::       
660 * Functions and Variables for Units::
662 zeilberger
663 * Introduction to zeilberger::
664 * Functions and Variables for zeilberger::
666 trigtools
667 * Introduction to trigtools::
668 * Functions and Variables for trigtools::
669 * References::
671 Understanding maxima's output
672 * Error and warning messages::
673 @comment @end detailmenu
674 @end menu
676 @c  Put the @node lines here, rather than in the @included files,
677 @c  so emacs can automatically update them with C-c C-u C-e.
678 @c  nota bene: C-c C-u C-a and texinfo-multiple-files-update will delete
679 @c  the detailed node listing!
681 @node Introduction to Maxima, Bug Detection and Reporting, Top, Top
682 @chapter Introduction to Maxima
683 @include Introduction.texi
685 @node Bug Detection and Reporting, Help, Introduction to Maxima, Top
686 @chapter Bug Detection and Reporting
687 @include Bugs.texi
689 @node Help, Command Line, Bug Detection and Reporting, Top
690 @chapter Help
691 @include Help.texi
693 @node Command Line, Data Types and Structures, Help, Top
694 @chapter Command Line
695 @include Command.texi
697 @node Data Types and Structures, Expressions, Command Line, Top
698 @chapter Data Types and Structures
699 @include DataTypes.texi
700 @include Constants.texi
701 @include Lists.texi
702 @include Arrays.texi
703 @include defstruct.texi
705 @node Expressions, Operators, Data Types and Structures, Top
706 @chapter Expressions
707 @include Expressions.texi
709 @node Operators, Evaluation, Expressions, Top
710 @chapter Operators
711 @include Operators.texi
713 @node Evaluation, Simplification, Operators, Top
714 @chapter Evaluation
715 @include Evaluation.texi
717 @node Simplification, Elementary Functions, Evaluation, Top
718 @chapter Simplification
719 @include Simplification.texi
721 @node Elementary Functions, Maxima's Database, Simplification, Top
722 @chapter Elementary Functions
723 @include MathFunctions.texi
725 @node Maxima's Database, Plotting, Elementary Functions, Top
726 @chapter Maxima's Database
727 @include Database.texi
729 @node Plotting, File Input and Output, Maxima's Database, Top
730 @chapter Plotting
731 @include Plotting.texi
733 @node File Input and Output, Polynomials, Plotting, Top
734 @chapter File Input and Output
735 @include Input.texi
737 @node Polynomials, Special Functions, File Input and Output, Top
738 @chapter Polynomials
739 @include Polynomials.texi
741 @node Special Functions, Elliptic Functions, Polynomials, Top
742 @chapter Special Functions
743 @include Special.texi
745 @node Elliptic Functions, Limits, Special Functions, Top
746 @chapter Elliptic Functions
747 @include Elliptic.texi
749 @node Limits, Differentiation, Elliptic Functions, Top
750 @chapter Limits
751 @include Limits.texi
753 @node Differentiation, Integration, Limits, Top
754 @chapter Differentiation
755 @include Differentiation.texi
757 @node Integration, Equations, Differentiation, Top
758 @chapter Integration
759 @include Integration.texi
761 @node Equations, Differential Equations, Integration, Top
762 @chapter Equations
763 @include Equations.texi
765 @node Differential Equations, Numerical, Equations, Top
766 @chapter Differential Equations
767 @include Differential.texi
769 @c @include NonCommutative.texi
771 @node Numerical, Matrices and Linear Algebra, Differential Equations, Top
772 @chapter Numerical
773 @include Numerical.texi
775 @node Matrices and Linear Algebra, Affine, Numerical, Top
776 @chapter Matrices and Linear Algebra
777 @include Matrices.texi
779 @node Affine, itensor, Matrices and Linear Algebra, Top
780 @chapter Affine
781 @include Affine.texi
783 @node itensor, ctensor, Affine, Top
784 @chapter itensor
785 @include Itensor.texi
787 @node ctensor, atensor, itensor, Top
788 @chapter ctensor
789 @include Ctensor.texi
791 @node atensor, Sums Products and Series, ctensor, Top
792 @chapter atensor
793 @include Atensor.texi
795 @node Sums Products and Series, Number Theory, atensor, Top
796 @chapter Sums, Products, and Series
797 @include Series.texi
799 @node Number Theory, Symmetries, Sums Products and Series, Top
800 @chapter Number Theory
801 @include Number.texi
803 @node Symmetries, Groups, Number Theory, Top
804 @chapter Symmetries
805 @include Symmetries.texi
807 @node Groups, Runtime Environment, Symmetries, Top
808 @chapter Groups
809 @include Groups.texi
811 @node Runtime Environment, Miscellaneous Options, Groups, Top
812 @chapter Runtime Environment
813 @include Runtime.texi
815 @node Miscellaneous Options, Rules and Patterns, Runtime Environment, Top
816 @chapter Miscellaneous Options
817 @include Miscellaneous.texi
819 @node Rules and Patterns, Sets, Miscellaneous Options, Top
820 @chapter Rules and Patterns
821 @include Rules.texi
823 @node Sets, Function Definition, Rules and Patterns, Top
824 @chapter Sets
825 @include nset.texi
827 @node Function Definition, Program Flow, Sets, Top
828 @chapter Function Definition
829 @include Function.texi
831 @node Program Flow, Debugging, Function Definition, Top
832 @chapter Program Flow
833 @include Program.texi
835 @node Debugging, alt-display-pkg, Program Flow, Top
836 @chapter Debugging
837 @include Debugging.texi
839 @node alt-display-pkg, asympa-pkg, Debugging, Top
840 @chapter alt-display
841 @include alt-display.texi
843 @node asympa-pkg, augmented_lagrangian-pkg, alt-display-pkg, Top
844 @chapter asympa
845 @include asympa.texi
847 @node augmented_lagrangian-pkg, Bernstein-pkg, asympa-pkg, Top
848 @chapter augmented_lagrangian
849 @include augmented_lagrangian.texi
851 @node Bernstein-pkg, bitwise-pkg, augmented_lagrangian-pkg, Top
852 @chapter Bernstein
853 @include bernstein.texi
855 @node bitwise-pkg, bode-pkg, Bernstein-pkg, Top
856 @chapter bitwise
857 @include bitwise.texi
859 @node bode-pkg, celine-pkg, bitwise-pkg, Top
860 @chapter bode
861 @include bode.texi
863 @node celine-pkg, clebsch_gordan-pkg, bode-pkg, Top
864 @chapter celine
865 @include celine.texi
867 @node clebsch_gordan-pkg, cobyla-pkg, celine-pkg, Top
868 @chapter clebsch_gordan
869 @include clebsch_gordan.texi
871 @node cobyla-pkg, combinatorics-pkg, clebsch_gordan-pkg, Top
872 @chapter cobyla
873 @include cobyla.texi
875 @node combinatorics-pkg, contrib_ode-pkg, cobyla-pkg, Top
876 @chapter combinatorics
877 @include combinatorics.texi
879 @node contrib_ode-pkg, descriptive-pkg, combinatorics-pkg, Top
880 @chapter contrib_ode
881 @include contrib_ode.texi
883 @node descriptive-pkg, diag-pkg, contrib_ode-pkg, Top
884 @chapter descriptive
885 @include descriptive.texi
887 @node diag-pkg, distrib-pkg, descriptive-pkg, Top
888 @chapter diag
889 @include diag.texi
891 @node distrib-pkg, draw-pkg, diag-pkg, Top
892 @chapter distrib
893 @include distrib.texi
895 @node draw-pkg, drawdf-pkg, distrib-pkg, Top
896 @chapter draw
897 @include draw.texi
899 @node drawdf-pkg, dynamics-pkg, draw-pkg, Top
900 @chapter drawdf
901 @include drawdf.texi
903 @node dynamics-pkg, engineering-format-pkg, drawdf-pkg, Top
904 @chapter dynamics
905 @include dynamics.texi
907 @node engineering-format-pkg, ezunits-pkg, dynamics-pkg, Top
908 @chapter engineering-format
909 @include engineering-format.texi
911 @node ezunits-pkg, f90-pkg, engineering-format-pkg, Top
912 @chapter ezunits
913 @include ezunits.texi
915 @node f90-pkg, finance-pkg, ezunits-pkg, Top
916 @chapter f90
917 @include f90.texi
919 @node finance-pkg, fractals-pkg, f90-pkg, Top
920 @chapter finance
921 @include finance.texi
923 @node fractals-pkg, gentran-pkg, finance-pkg, Top
924 @chapter fractals
925 @include fractals.texi
927 @node gentran-pkg, ggf-pkg, fractals-pkg, Top
928 @chapter Gentran
929 @include gentran.texi
931 @node ggf-pkg, graphs-pkg, gentran-pkg, Top
932 @chapter ggf
933 @include ggf.texi
935 @node graphs-pkg, grobner-pkg, ggf-pkg, Top
936 @chapter graphs
937 @include graphs.texi
939 @node grobner-pkg, hompack-pkg, graphs-pkg, Top
940 @chapter grobner
941 @include grobner.texi
943 @node hompack-pkg, impdiff-pkg, grobner-pkg, Top
944 @chapter hompack
945 @include hompack.texi
947 @node impdiff-pkg, interpol-pkg, hompack-pkg, Top
948 @chapter impdiff
949 @include impdiff.texi
951 @node interpol-pkg, lapack-pkg, impdiff-pkg, Top
952 @chapter interpol
953 @include interpol.texi
955 @node lapack-pkg, lbfgs-pkg, interpol-pkg, Top
956 @chapter lapack
957 @include lapack.texi
959 @node lbfgs-pkg, lindstedt-pkg, lapack-pkg, Top
960 @chapter lbfgs
961 @include lbfgs.texi
963 @node lindstedt-pkg, linearalgebra-pkg, lbfgs-pkg, Top
964 @chapter lindstedt
965 @include lindstedt.texi
967 @node linearalgebra-pkg, lsquares-pkg, lindstedt-pkg, Top
968 @chapter linearalgebra
969 @include linearalgebra.texi
971 @node lsquares-pkg, minpack-pkg, linearalgebra-pkg, Top
972 @chapter lsquares
973 @include lsquares.texi
975 @node minpack-pkg, makeOrders-pkg, lsquares-pkg, Top
976 @chapter minpack
977 @include minpack.texi
979 @node makeOrders-pkg, mnewton-pkg, minpack-pkg, Top
980 @chapter makeOrders
981 @include makeOrders.texi
983 @node mnewton-pkg, numericalio-pkg, makeOrders-pkg, Top
984 @chapter mnewton
985 @include mnewton.texi
987 @node numericalio-pkg, odepack-pkg, mnewton-pkg, Top
988 @chapter numericalio
989 @include numericalio.texi
991 @node odepack-pkg, operatingsystem-pkg, numericalio-pkg, Top
992 @chapter odepack
993 @include odepack.texi
995 @node operatingsystem-pkg, opsubst-pkg, odepack-pkg, Top
996 @chapter operatingsystem
997 @include operatingsystem.texi
999 @node opsubst-pkg, orthopoly-pkg, operatingsystem-pkg, Top
1000 @chapter opsubst
1001 @include opsubst.texi
1003 @node orthopoly-pkg, pslq-pkg, opsubst-pkg, Top
1004 @chapter orthopoly
1005 @include orthopoly.texi
1007 @node pslq-pkg, pytranslate, orthopoly-pkg, Top
1008 @chapter pslq
1009 @include pslq.texi
1011 @node pytranslate, quantum_computing-pkg, pslq-pkg, Top
1012 @chapter pytranslate
1013 @include pytranslate.texi
1015 @node quantum_computing-pkg, ratpow-pkg, pytranslate, Top
1016 @chapter quantum_computing-pkg
1017 @include quantum_computing.texi
1019 @node ratpow-pkg, romberg-pkg, quantum_computing-pkg, Top
1020 @chapter ratpow
1021 @include ratpow.texi
1023 @node romberg-pkg, simplex-pkg, ratpow-pkg, Top
1024 @chapter romberg
1025 @include romberg.texi
1027 @node simplex-pkg, simplification-pkg, romberg-pkg, Top
1028 @chapter simplex
1029 @include simplex.texi
1031 @node simplification-pkg, solve_rec-pkg, simplex-pkg, Top
1032 @chapter simplification
1033 @include simplifications.texi
1035 @node solve_rec-pkg, stats-pkg, simplification-pkg, Top
1036 @chapter solve_rec
1037 @include solve_rec.texi
1039 @node stats-pkg, stirling-pkg, solve_rec-pkg, Top
1040 @chapter stats
1041 @include stats.texi
1043 @node stirling-pkg, stringproc-pkg, stats-pkg, Top
1044 @chapter stirling
1045 @include stirling.texi
1047 @node stringproc-pkg, to_poly_solve-pkg, stirling-pkg, Top
1048 @chapter stringproc
1049 @include stringproc.texi
1051 @node to_poly_solve-pkg, unit-pkg, stringproc-pkg, Top
1052 @chapter to_poly_solve
1053 @include to_poly_solve.texi
1055 @node unit-pkg, wrstcse-pkg, to_poly_solve-pkg, Top
1056 @chapter unit
1057 @include unit.texi
1059 @node wrstcse-pkg, zeilberger-pkg, unit-pkg, Top
1060 @chapter wrstcse
1061 @include wrstcse.texi
1063 @node zeilberger-pkg, Error and warning messages, wrstcse-pkg, Top
1064 @chapter zeilberger
1065 @include zeilberger.texi
1067 @node trigtools-pkg
1068 @chapter trigtools
1069 @include trigtools.texi
1071 @node Error and warning messages, Command-line options, zeilberger-pkg, Top
1072 @chapter Error and warning messages
1073 @include errormessages.texi
1075 @node Command-line options, Function and Variable Index, Error and warning messages, Top
1076 @chapter Command-line options
1077 @include commandline-options.texi
1079 @c end includes
1081 @ifnothtml
1082 @node Function and Variable Index,  , Command-line options, Top
1083 @end ifnothtml
1084 @ifhtml
1085 @node Function and Variable Index,  Documentation Categories, Command-line options, Top
1086 @end ifhtml
1087 @appendix Function and Variable Index
1089 @printindex fn
1091 @page
1092 @ifhtml
1093 @contents
1094 @end ifhtml