Commit revised src/nalgfa.lisp with changes applied by patch from Michel Talon via...
[maxima/cygwin.git] / doc / info / include-maxima.texi.in
blob66ad385a03e88672ced26daf29b880b09e6aa0f1
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
740 @include extensions.texi
742 @node Special Functions, Elliptic Functions, Polynomials, Top
743 @chapter Special Functions
744 @include Special.texi
746 @node Elliptic Functions, Limits, Special Functions, Top
747 @chapter Elliptic Functions
748 @include Elliptic.texi
750 @node Limits, Differentiation, Elliptic Functions, Top
751 @chapter Limits
752 @include Limits.texi
754 @node Differentiation, Integration, Limits, Top
755 @chapter Differentiation
756 @include Differentiation.texi
758 @node Integration, Equations, Differentiation, Top
759 @chapter Integration
760 @include Integration.texi
762 @node Equations, Differential Equations, Integration, Top
763 @chapter Equations
764 @include Equations.texi
766 @node Differential Equations, Numerical, Equations, Top
767 @chapter Differential Equations
768 @include Differential.texi
770 @c @include NonCommutative.texi
772 @node Numerical, Matrices and Linear Algebra, Differential Equations, Top
773 @chapter Numerical
774 @include Numerical.texi
776 @node Matrices and Linear Algebra, Affine, Numerical, Top
777 @chapter Matrices and Linear Algebra
778 @include Matrices.texi
780 @node Affine, itensor, Matrices and Linear Algebra, Top
781 @chapter Affine
782 @include Affine.texi
784 @node itensor, ctensor, Affine, Top
785 @chapter itensor
786 @include Itensor.texi
788 @node ctensor, atensor, itensor, Top
789 @chapter ctensor
790 @include Ctensor.texi
792 @node atensor, Sums Products and Series, ctensor, Top
793 @chapter atensor
794 @include Atensor.texi
796 @node Sums Products and Series, Number Theory, atensor, Top
797 @chapter Sums, Products, and Series
798 @include Series.texi
800 @node Number Theory, Symmetries, Sums Products and Series, Top
801 @chapter Number Theory
802 @include Number.texi
804 @node Symmetries, Groups, Number Theory, Top
805 @chapter Symmetries
806 @include Symmetries.texi
808 @node Groups, Runtime Environment, Symmetries, Top
809 @chapter Groups
810 @include Groups.texi
812 @node Runtime Environment, Miscellaneous Options, Groups, Top
813 @chapter Runtime Environment
814 @include Runtime.texi
816 @node Miscellaneous Options, Rules and Patterns, Runtime Environment, Top
817 @chapter Miscellaneous Options
818 @include Miscellaneous.texi
820 @node Rules and Patterns, Sets, Miscellaneous Options, Top
821 @chapter Rules and Patterns
822 @include Rules.texi
824 @node Sets, Function Definition, Rules and Patterns, Top
825 @chapter Sets
826 @include nset.texi
828 @node Function Definition, Program Flow, Sets, Top
829 @chapter Function Definition
830 @include Function.texi
832 @node Program Flow, Debugging, Function Definition, Top
833 @chapter Program Flow
834 @include Program.texi
836 @node Debugging, alt-display-pkg, Program Flow, Top
837 @chapter Debugging
838 @include Debugging.texi
840 @node alt-display-pkg, asympa-pkg, Debugging, Top
841 @chapter alt-display
842 @include alt-display.texi
844 @node asympa-pkg, augmented_lagrangian-pkg, alt-display-pkg, Top
845 @chapter asympa
846 @include asympa.texi
848 @node augmented_lagrangian-pkg, Bernstein-pkg, asympa-pkg, Top
849 @chapter augmented_lagrangian
850 @include augmented_lagrangian.texi
852 @node Bernstein-pkg, bitwise-pkg, augmented_lagrangian-pkg, Top
853 @chapter Bernstein
854 @include bernstein.texi
856 @node bitwise-pkg, bode-pkg, Bernstein-pkg, Top
857 @chapter bitwise
858 @include bitwise.texi
860 @node bode-pkg, celine-pkg, bitwise-pkg, Top
861 @chapter bode
862 @include bode.texi
864 @node celine-pkg, clebsch_gordan-pkg, bode-pkg, Top
865 @chapter celine
866 @include celine.texi
868 @node clebsch_gordan-pkg, cobyla-pkg, celine-pkg, Top
869 @chapter clebsch_gordan
870 @include clebsch_gordan.texi
872 @node cobyla-pkg, combinatorics-pkg, clebsch_gordan-pkg, Top
873 @chapter cobyla
874 @include cobyla.texi
876 @node combinatorics-pkg, contrib_ode-pkg, cobyla-pkg, Top
877 @chapter combinatorics
878 @include combinatorics.texi
880 @node contrib_ode-pkg, descriptive-pkg, combinatorics-pkg, Top
881 @chapter contrib_ode
882 @include contrib_ode.texi
884 @node descriptive-pkg, diag-pkg, contrib_ode-pkg, Top
885 @chapter descriptive
886 @include descriptive.texi
888 @node diag-pkg, distrib-pkg, descriptive-pkg, Top
889 @chapter diag
890 @include diag.texi
892 @node distrib-pkg, draw-pkg, diag-pkg, Top
893 @chapter distrib
894 @include distrib.texi
896 @node draw-pkg, drawdf-pkg, distrib-pkg, Top
897 @chapter draw
898 @include draw.texi
900 @node drawdf-pkg, dynamics-pkg, draw-pkg, Top
901 @chapter drawdf
902 @include drawdf.texi
904 @node dynamics-pkg, engineering-format-pkg, drawdf-pkg, Top
905 @chapter dynamics
906 @include dynamics.texi
908 @node engineering-format-pkg, ezunits-pkg, dynamics-pkg, Top
909 @chapter engineering-format
910 @include engineering-format.texi
912 @node ezunits-pkg, f90-pkg, engineering-format-pkg, Top
913 @chapter ezunits
914 @include ezunits.texi
916 @node f90-pkg, finance-pkg, ezunits-pkg, Top
917 @chapter f90
918 @include f90.texi
920 @node finance-pkg, fractals-pkg, f90-pkg, Top
921 @chapter finance
922 @include finance.texi
924 @node fractals-pkg, gentran-pkg, finance-pkg, Top
925 @chapter fractals
926 @include fractals.texi
928 @node gentran-pkg, ggf-pkg, fractals-pkg, Top
929 @chapter Gentran
930 @include gentran.texi
932 @node ggf-pkg, graphs-pkg, gentran-pkg, Top
933 @chapter ggf
934 @include ggf.texi
936 @node graphs-pkg, grobner-pkg, ggf-pkg, Top
937 @chapter graphs
938 @include graphs.texi
940 @node grobner-pkg, hompack-pkg, graphs-pkg, Top
941 @chapter grobner
942 @include grobner.texi
944 @node hompack-pkg, impdiff-pkg, grobner-pkg, Top
945 @chapter hompack
946 @include hompack.texi
948 @node impdiff-pkg, interpol-pkg, hompack-pkg, Top
949 @chapter impdiff
950 @include impdiff.texi
952 @node interpol-pkg, lapack-pkg, impdiff-pkg, Top
953 @chapter interpol
954 @include interpol.texi
956 @node lapack-pkg, lbfgs-pkg, interpol-pkg, Top
957 @chapter lapack
958 @include lapack.texi
960 @node lbfgs-pkg, lindstedt-pkg, lapack-pkg, Top
961 @chapter lbfgs
962 @include lbfgs.texi
964 @node lindstedt-pkg, linearalgebra-pkg, lbfgs-pkg, Top
965 @chapter lindstedt
966 @include lindstedt.texi
968 @node linearalgebra-pkg, lsquares-pkg, lindstedt-pkg, Top
969 @chapter linearalgebra
970 @include linearalgebra.texi
972 @node lsquares-pkg, minpack-pkg, linearalgebra-pkg, Top
973 @chapter lsquares
974 @include lsquares.texi
976 @node minpack-pkg, makeOrders-pkg, lsquares-pkg, Top
977 @chapter minpack
978 @include minpack.texi
980 @node makeOrders-pkg, mnewton-pkg, minpack-pkg, Top
981 @chapter makeOrders
982 @include makeOrders.texi
984 @node mnewton-pkg, numericalio-pkg, makeOrders-pkg, Top
985 @chapter mnewton
986 @include mnewton.texi
988 @node numericalio-pkg, odepack-pkg, mnewton-pkg, Top
989 @chapter numericalio
990 @include numericalio.texi
992 @node odepack-pkg, operatingsystem-pkg, numericalio-pkg, Top
993 @chapter odepack
994 @include odepack.texi
996 @node operatingsystem-pkg, opsubst-pkg, odepack-pkg, Top
997 @chapter operatingsystem
998 @include operatingsystem.texi
1000 @node opsubst-pkg, orthopoly-pkg, operatingsystem-pkg, Top
1001 @chapter opsubst
1002 @include opsubst.texi
1004 @node orthopoly-pkg, pslq-pkg, opsubst-pkg, Top
1005 @chapter orthopoly
1006 @include orthopoly.texi
1008 @node pslq-pkg, pytranslate, orthopoly-pkg, Top
1009 @chapter pslq
1010 @include pslq.texi
1012 @node pytranslate, quantum_computing-pkg, pslq-pkg, Top
1013 @chapter pytranslate
1014 @include pytranslate.texi
1016 @node quantum_computing-pkg, ratpow-pkg, pytranslate, Top
1017 @chapter quantum_computing-pkg
1018 @include quantum_computing.texi
1020 @node ratpow-pkg, romberg-pkg, quantum_computing-pkg, Top
1021 @chapter ratpow
1022 @include ratpow.texi
1024 @node romberg-pkg, simplex-pkg, ratpow-pkg, Top
1025 @chapter romberg
1026 @include romberg.texi
1028 @node simplex-pkg, simplification-pkg, romberg-pkg, Top
1029 @chapter simplex
1030 @include simplex.texi
1032 @node simplification-pkg, solve_rec-pkg, simplex-pkg, Top
1033 @chapter simplification
1034 @include simplifications.texi
1036 @node solve_rec-pkg, stats-pkg, simplification-pkg, Top
1037 @chapter solve_rec
1038 @include solve_rec.texi
1040 @node stats-pkg, stirling-pkg, solve_rec-pkg, Top
1041 @chapter stats
1042 @include stats.texi
1044 @node stirling-pkg, stringproc-pkg, stats-pkg, Top
1045 @chapter stirling
1046 @include stirling.texi
1048 @node stringproc-pkg, to_poly_solve-pkg, stirling-pkg, Top
1049 @chapter stringproc
1050 @include stringproc.texi
1052 @node to_poly_solve-pkg, unit-pkg, stringproc-pkg, Top
1053 @chapter to_poly_solve
1054 @include to_poly_solve.texi
1056 @node unit-pkg, wrstcse-pkg, to_poly_solve-pkg, Top
1057 @chapter unit
1058 @include unit.texi
1060 @node wrstcse-pkg, zeilberger-pkg, unit-pkg, Top
1061 @chapter wrstcse
1062 @include wrstcse.texi
1064 @node zeilberger-pkg, Error and warning messages, wrstcse-pkg, Top
1065 @chapter zeilberger
1066 @include zeilberger.texi
1068 @node trigtools-pkg
1069 @chapter trigtools
1070 @include trigtools.texi
1072 @node Error and warning messages, Command-line options, zeilberger-pkg, Top
1073 @chapter Error and warning messages
1074 @include errormessages.texi
1076 @node Command-line options, Function and Variable Index, Error and warning messages, Top
1077 @chapter Command-line options
1078 @include commandline-options.texi
1080 @c end includes
1082 @ifnothtml
1083 @node Function and Variable Index,  , Command-line options, Top
1084 @end ifnothtml
1085 @ifhtml
1086 @node Function and Variable Index,  Documentation Categories, Command-line options, Top
1087 @end ifhtml
1088 @appendix Function and Variable Index
1090 @printindex fn
1092 @page
1093 @ifhtml
1094 @contents
1095 @end ifhtml