1 @c -----------------------------------------------------------------------------
2 @c File : include-maxima.de.texi
3 @c License : GNU General Public License (GPL)
5 @c Original : include-maxima.texi.in 25.09.2011
6 @c Translation : Dr. Dieter Kaiser
9 @c This file contains the contents, a detailed node listing and inclucdes
10 @c all files for the documentation.
12 @c This file is part of Maxima -- GPL CAS based on DOE-MACSYMA
13 @c -----------------------------------------------------------------------------
17 @c 2000-04-17 Jim Van Zandt <jrv@vanzandt.mv.com> Added header,
18 @c info directory entry, reference to introduction chapter, and menu
19 @c descriptions. Rearranged chapters.
21 @c to update the menus do:
22 @c (texinfo-multiple-files-update "maxima.texi" t t)
24 @c texinfo-multiple-files-update will delete the detailed node listing!
29 @settitle Maxima Manual
31 @setchapternewpage odd
33 Das ist ein Texinfo Maxima Manual
35 Copyright 1994,2001 William F. Schelter
39 * Maxima: (maxima). Ein Computer Algebra System.
52 @include category-macros.texi
53 @include hyphenation.de.texi
57 @center @titlefont{Maxima Manual}
58 @c @center Version 5.29
60 @center Deutsche @"Ubersetzung
62 @vskip 0pt plus 1filll
64 Maxima ist ein Computeralgebrasystem, das in Lisp programmiert ist.
66 Maxima basiert auf Macsyma, das am MIT (Massachusetts Institute of Technology)
67 in den Jahren 1968 bis 1982 als Teil des Projektes MAC entwickelt wurde. Das
68 Department of Energy (DOE) erhielt im Jahr 1982 den Quellcode vom MIT; diese
69 Version ist als DOE Macsyma bekannt. Professor William F. Schelter von der
70 University of Texas hat von 1982 bis zu seinem Tod im Jahr 2001 eine Kopie
71 von DOE Macsyma gepflegt. Im Jahr 1998 erhielt Schelter vom Department of
72 Energy die Erlaubnis, den Quellcode von DOE Macsyma unter der GNU Public Lizenz
73 zu ver@"offentlichen. Im Jahr 2000 initiierte Schelter das Maxima Projekt bei
74 SourceForge, um DOE Macsyma, heute Maxima genannt, weiter zu entwickeln.
77 Dieses Dokument ist eine @"Ubersetzung des englischen Maxima Manuals in
78 die deutsche Sprache. Das Manual ist noch nicht vollst@"andig @"ubersetzt.
79 Damit keine Inhalte fehlen, sind die nicht @"ubersetzten Teile in der englischen
80 Sprache eingef@"ugt. Dieses Manual ist nicht nur eine @"Ubersetzung, sondern
81 auch der Versuch, die Inhalte neu zu organisieren und zu @"uberarbeiten.
83 @c ist, ein besser lesbares und @"ubersichtlicheres Manual zu erhalten. Diese
84 @c Arbeit soll auch in das englische Original einflie@ss{}en. Die jeweils aktuelle
85 @c Version des Manuals ist unter
86 @c @url{http://crategus.users.sourceforge.net/maxima.html} verf@"ugbar.
96 @node Top, Einf@"uhrung in Maxima, (dir), (dir)
99 Maxima ist ein Computeralgebrasystem, das in Lisp programmiert ist.
101 Maxima basiert auf Macsyma, das am MIT (Massachusetts Institute of Technology)
102 in den Jahren 1968 bis 1982 als Teil des Projektes MAC entwickelt wurde. Das
103 Department of Energy (DOE) erhielt im Jahr 1982 den Quellcode vom MIT; diese
104 Version ist als DOE Macsyma bekannt. Professor William F. Schelter von der
105 University of Texas hat von 1982 bis zu seinem Tod im Jahr 2001 eine Kopie
106 von DOE Macsyma gepflegt. Im Jahr 1998 erhielt Schelter vom Department of
107 Energy die Erlaubnis, den Quellcode von DOE Macsyma unter der GNU Public Lizenz
108 zu ver@"offentlichen. Im Jahr 2000 initiierte Schelter das Maxima Projekt bei
109 SourceForge, um DOE Macsyma, heute Maxima genannt, weiter zu entwickeln.
112 Dieses Dokument ist eine @"Ubersetzung des englischen Maxima Manuals in
113 die deutsche Sprache. Das Manual ist noch nicht vollst@"andig @"ubersetzt.
114 Damit keine Inhalte fehlen, sind die nicht @"ubersetzten Teile in der englischen
115 Sprache eingef@"ugt. Dieses Manual ist nicht nur eine @"Ubersetzung, sondern
116 auch der Versuch, die Inhalte neu zu organisieren und zu @"uberarbeiten.
126 @b{Maxima Grundlagen}
128 * Einf@"uhrung in Maxima:: Erste Beispiele mit Maxima.
129 * Programmfehler:: Programmfehler finden und berichten.
130 * Hilfe:: Hilfe in einer Maxima-Sitzung erhalten.
131 * Kommandozeile:: Eingaben und Ausgaben der Konsole.
132 * Datentypen und Strukturen:: Ganze, rationale und Gleitkommazahlen,
133 Konstante, Zeichenketten, Listen und Arrays.
134 * Ausdr@"ucke:: Ausdr@"ucke in Maxima.
135 * Operatoren:: Operatoren in Maxima.
136 * Auswertung:: Auswertung von Ausdr@"ucken.
137 * Vereinfachung:: Vereinfachung von Ausdr@"ucken.
138 * Mathematische Funktionen:: Mathematische Funktionen in Maxima.
139 * Maximas Datenbank:: Deklarationen, Kontexte, Fakten und
141 * Grafische Darstellung:: 2D and 3D grafische Ausgabe.
142 * Eingabe und Ausgabe:: Lesen und Schreiben von Dateien mit Maxima.
145 Spezifische Gebiete der Mathematik
147 * Mengen:: Methoden f@"ur Mengen.
148 * Summen Produkte und Reihen:: Summen, Produkte, Taylorreihen und
150 * Analysis:: Grenzwerte, Differentiation, Integration,
151 Differentialgleichungen.
152 * Polynome:: Polynome und rationale Funktionen.
153 * Gleichungen:: L@"osen von Gleichungen.
154 * Lineare Algebra:: Matrizen und Vektoren.
155 * Tensoren:: (Englisch) Methoden der Tensorrechnung.
156 * Zahlentheorie:: Funktionen der Zahlentheorie.
157 * Spezielle Funktionen:: Spezielle Mathematische Funktionen.
158 * Fourier-Transformationen:: Fourier-Transformationen und Fourierreihen.
161 Fortgeschrittene M@"oglichkeiten und Programmierung
163 * Muster und Regeln:: Nutzerdefinierte Muster und Regeln
164 f@"ur die Vereinfachung.
165 * Funktionsdefinitionen:: Definition von Maxima-Funktionen.
166 * Laufzeitumgebung:: Anpassung der Maxima-Umgebung.
167 * Programmierung:: Maxima-Programme schreiben.
168 * @"Ubersetzer:: Maxima-Programme @"ubersetzen und kompilieren.
169 * Fehlersuche:: Fehlersuche in Programmen.
170 * Verschiedenes:: Sonstige Funktionen und Variablen.
173 Zus@"atzliche Pakete (Englisch)
175 * abs_integrate:: Integrals for the functions abs, signum, @dots{}
177 * asympa:: Asymptotic analysis package
178 * augmented_lagrangian:: augmented_lagrangian package.
179 * bernstein:: Bernstein polynomials.
180 * bode:: Bode gain and phase plots.
181 * cobyla:: Nonlinear optimization with inequality
183 * contrib_ode:: Additional routines for ODEs
184 * Package descriptive:: Descriptive statistics.
185 * diag:: Jordan matrices.
186 * Package distrib:: Probability distributions.
187 * draw:: A Maxima-Gnuplot interface.
188 * drawdf:: Direction fields with Gnuplot.
189 * dynamics:: Graphics for dynamical systems and fractals.
190 * ezunits:: Dimensional quantities.
191 * f90:: Maxima to fortran translator.
192 * finance:: Financial package.
193 * fractals:: Fractals.
194 * ggf:: Generating function of sequences.
195 * graphs:: Graph theory package.
196 * grobner:: Functions for working with Groebner bases.
197 * groups:: Abstract algebra.
198 * impdiff:: Implicit derivatives.
199 * interpol:: Interpolation package.
200 * lapack:: LAPACK functions for linear algebra.
201 * lbfgs:: L-BFGS unconstrained minimization package.
202 * lindstedt:: Lindstedt package.
203 * linearalgebra:: Functions for linear algebra.
204 * lsquares:: Least squares.
205 * makeOrders:: Polynomial utility.
206 * minpack:: MINPACK functions for minimization and roots
207 * mnewton:: Newton-Verfahren
208 * numericalio:: Reading and writing files.
209 * opsubst:: Substitutions utility.
210 * orthopoly:: Orthogonal polynomials.
211 * plotdf:: Direction fields plots.
212 * romberg:: Romberg method for numerical integration.
213 * simplex:: Linear programming.
214 * simplification:: Simplification rules and functions.
215 * solve_rec:: Linear recurrences.
216 * stats:: Statistical inference package.
217 * stirling:: Stirling formula.
218 * stringproc:: Verarbeitung von Zeichenketten.
220 * to_poly_solve:: to_poly_solve package.
221 * unit:: Units and dimensions package.
222 * zeilberger:: Functions for hypergeometric summation.
226 * Glossar:: Erl@"auterung von Begriffen.
230 * Index der Variablen und Funktionen::
232 @c -----------------------------------------------------------------------------
234 Ausf@"uhrliches Inhaltsverzeichnis
237 * Einf@"uhrung in Maxima::
240 * Einf@"uhrung in Programmfehler::
241 * Funktionen und Variablen f@"ur Programmfehler::
245 * Funktionen und Variablen der Hilfe::
248 * Einf@"uhrung in die Kommandozeile::
249 * Funktionen und Variablen der Eingabe::
250 * Funktionen und Variablen der Ausgabe::
252 Datentypen und Strukturen
255 * Funktionen und Variablen f@"ur Konstante::
261 * Einf@"uhrung in Ausdr@"ucke::
262 * Substantive und Verben::
264 * Funktionen und Variablen f@"ur Ausdr@"ucke::
267 * Einf@"uhrung in Operatoren::
268 * Arithmetische Operatoren::
269 * Relationale Operatoren::
270 * Logische Operatoren::
271 * Operatoren f@"ur Gleichungen::
272 * Zuweisungsoperatoren::
273 * Nutzerdefinierte Operatoren::
276 * Einf@"uhrung in die Auswertung::
277 * Funktionen und Variablen f@"ur die Auswertung::
280 * Einf@"uhrung in die Vereinfachung::
281 * Funktionen und Variablen f@"ur die Vereinfachung::
283 Mathematische Funktionen
284 * Funktionen f@"ur Zahlen::
285 * Funktionen f@"ur komplexe Zahlen::
286 * Funktionen der Kombinatorik::
287 * Wurzel- Exponential- und Logarithmusfunktion::
289 * Einf@"uhrung in Winkelfunktionen::
290 * Funktionen und Variablen f@"ur Winkelfunktionen::
291 * Hyperbelfunktionen::
292 * Einf@"uhrung in Hyperbelfunktionen::
293 * Funktionen und Variablen f@"ur Hyperbelfunktionen::
297 * Einf@"uhrung in Maximas Datenbank::
298 * Funktionen und Variablen f@"ur Eigenschaften::
299 * Funktionen und Variablen f@"ur Fakten::
300 * Funktionen und Variablen f@"ur Aussagen::
302 Grafische Darstellung
303 * Einf@"uhrung in die grafische Darstellung::
305 * Funktionen und Variablen f@"ur die grafische Darstellung::
308 * Gnuplot_pipes Formatfunktionen::
313 * Funktionen und Variablen f@"ur die Eingabe und Ausgabe::
314 * Funktionen und Variablen f@"ur die TeX-Ausgabe::
315 * Funktionen und Variablen f@"ur die Fortran-Ausgabe::
318 * Einf@"uhrung in Mengen::
319 * Funktionen und Variablen f@"ur Mengen::
321 Summen, Produkte und Reihen
322 * Summen und Produkte::
323 * Einf@"uhrung in Reihen::
324 * Funktionen und Variablen f@"ur Reihen::
329 * Funktionen und Variablen f@"ur Grenzwerte::
330 * Funktionen und Variablen der Differentiation::
332 * Differentialgleichungen::
335 * Einf@"uhrung in Polynome::
336 * Funktionen und Variablen f@"ur Polynome::
339 * Funktionen und Variablen f@"ur Gleichungen::
342 * Einf@"uhrung in die lineare Algebra::
343 * Nicht-kommutative Multiplikation::
346 * Funktionen und Variablen der linearen Algebra::
349 * Tensorpakete in Maxima::
355 * Funktionen und Variablen der Zahlentheorie::
358 * Einf@"uhrung f@"ur spezielle Funktionen::
359 * Bessel-Funktionen und verwandte Funktionen::
360 * Gammafunktionen und verwandte Funktionen::
361 * Exponentielle Integrale::
363 * Elliptische Funktionen und Integrale::
364 * Hypergeometrische Funktionen::
365 * Weitere spezielle Funktionen::
367 Fourier-Transformationen
368 * Einf@"uhrung in die schnelle Fourier-Transformation::
369 * Funktionen und Variablen f@"ur die schnelle Fourier-Transformation::
370 * Einf@"uhrung in Fourierreihen::
371 * Funktionen und Variablen f@"ur Fourierreihen::
374 * Einf@"uhrung in Muster und Regeln::
375 * Funktionen und Variablen f@"ur Muster und Regeln::
377 Funktionsdefinitionen
380 * Funktionen und Variablen f@"ur Funktionsdefinitionen::
383 * Initialisierung von Maxima::
385 * Funktionen und Variablen der Laufzeitumgebung::
389 * Einf@"uhrung in die Programmierung::
390 * Funktionen und Variablen der Programmierung::
393 * Einf@"uhrung in den @"Ubersetzer::
394 * Funktionen und Variablen des @"Ubersetzers::
397 * Quellcode-Debugger::
398 * Debugger-Kommandos::
399 * Funktionen und Variablen der Fehlersuche::
402 * Einf@"uhrung in Verschiedenes::
404 * Funktionen und Variablen f@"ur Verschiedenes::
407 * Introduction to abs_integrate::
408 * Functions and Variables for abs_integrate::
411 * Introduction to Affine::
412 * Functions and Variables for Affine::
415 * Introduction to asympa::
416 * Functions and variables for asympa::
419 * Functions and Variables for augmented_lagrangian::
422 * Functions and Variables for Bernstein::
425 * Functions and Variables for bode::
428 * Introduction to cobyla::
429 * Functions and Variables for cobyla::
430 * Examples for cobyla::
433 * Introduction to contrib_ode::
434 * Functions and Variables for contrib_ode::
435 * Possible improvements to contrib_ode::
436 * Test cases for contrib_ode::
437 * References for contrib_ode::
440 * Introduction to descriptive::
441 * Functions and Variables for data manipulation::
442 * Functions and Variables for descriptive statistics::
443 * Functions and Variables for specific multivariate descriptive statistics::
444 * Functions and Variables for statistical graphs::
447 * Functions and Variables for diag::
450 * Introduction to distrib::
451 * Functions and Variables for continuous distributions::
452 * Functions and Variables for discrete distributions::
455 * Introduction to draw::
456 * Functions and Variables for draw::
457 * Functions and Variables for pictures::
458 * Functions and Variables for worldmap::
461 * Introduction to drawdf::
462 * Functions and Variables for drawdf::
465 * Introduction to dynamics::
466 * Functions and Variables for dynamics::
469 * Introduction to ezunits::
470 * Introduction to physical_constants::
471 * Functions and Variables for ezunits::
474 * Functions and Variables for f90::
477 * Introduction to finance::
478 * Functions and Variables for finance::
481 * Introduction to fractals::
482 * Definitions for IFS fractals::
483 * Definitions for complex fractals::
484 * Definitions for Koch snowflakes::
485 * Definitions for Peano maps::
488 * Functions and Variables for ggf::
491 * Introduction to graphs::
492 * Functions and Variables for graphs::
495 * Introduction to grobner::
496 * Functions and Variables for grobner::
499 * Functions and Variables for Groups::
502 * Functions and Variables for impdiff::
505 * Introduction to interpol::
506 * Functions and Variables for interpol::
509 * Introduction to lapack::
510 * Functions and Variables for lapack::
513 * Introduction to lbfgs::
514 * Functions and Variables for lbfgs::
517 * Functions and Variables for lindstedt::
520 * Introduction to linearalgebra::
521 * Functions and Variables for linearalgebra::
524 * Introduction to lsquares::
525 * Functions and Variables for lsquares::
528 * Functions and Variables for makeOrders::
531 * Einf@"uhrung in mnewton::
532 * Funktionen und Variablen f@"ur mnewton::
535 * Introduction to numericalio::
536 * Functions and Variables for plain-text input and output::
537 * Functions and Variables for binary input and output::
540 * Functions and Variables for opsubst::
543 * Introduction to orthogonal polynomials::
544 * Functions and Variables for orthogonal polynomials::
547 * Introduction to plotdf::
548 * Functions and Variables for plotdf::
551 * Functions and Variables for romberg::
554 * Introduction to simplex::
555 * Functions and Variables for simplex::
558 * Introduction to simplification::
568 * Introduction to solve_rec::
569 * Functions and Variables for solve_rec::
572 * Introduction to stats::
573 * Functions and Variables for inference_result::
574 * Functions and Variables for stats::
575 * Functions and Variables for special distributions::
578 * Functions and Variables for stirling::
581 * Einf@"uhrung in die Verarbeitung von Zeichenketten::
584 * Verarbeitung von Zeichenketten::
585 * Oktette und Werkzeuge f@"ur die Kryptographie::
588 * Introduction to Symmetries::
589 * Functions and Variables for Symmetries::
592 * Functions and Variables for to_poly_solve::
595 * Introduction to Units::
596 * Functions and Variables for Units::
599 * Introduction to zeilberger::
600 * Functions and Variables for zeilberger::
607 @c -----------------------------------------------------------------------------
608 @c Put the @node lines here, rather than in the @included files,
609 @c so emacs can automatically update them with C-c C-u C-e.
610 @c nota bene: C-c C-u C-a and texinfo-multiple-files-update will delete
611 @c the detailed node listing!
613 @node Einf@"uhrung in Maxima, Programmfehler, Top, Top
614 @chapter Einf@"uhrung in Maxima
615 @include Introduction.de.texi
617 @node Programmfehler, Hilfe, Einf@"uhrung in Maxima, Top
618 @chapter Programmfehler
619 @include Bugs.de.texi
621 @node Hilfe, Kommandozeile, Programmfehler, Top
623 @include Help.de.texi
625 @node Kommandozeile, Datentypen und Strukturen, Hilfe, Top
626 @chapter Kommandozeile
627 @include Command.de.texi
629 @node Datentypen und Strukturen, Ausdr@"ucke, Kommandozeile, Top
630 @chapter Datentypen und Strukturen
631 @include DataTypes.de.texi
632 @include Constants.de.texi
633 @include Lists.de.texi
634 @include Arrays.de.texi
635 @include Defstruct.de.texi
637 @node Ausdr@"ucke, Operatoren, Datentypen und Strukturen, Top
639 @include Expressions.de.texi
641 @node Operatoren, Auswertung, Ausdr@"ucke, Top
643 @include Operators.de.texi
645 @node Auswertung, Vereinfachung, Operatoren, Top
647 @include Evaluation.de.texi
649 @node Vereinfachung, Mathematische Funktionen, Auswertung, Top
650 @chapter Vereinfachung
651 @include Simplification.de.texi
653 @node Mathematische Funktionen, Maximas Datenbank, Vereinfachung, Top
654 @chapter Mathematische Funktionen
655 @include MathFunctions.de.texi
657 @node Maximas Datenbank, Grafische Darstellung, Mathematische Funktionen, Top
658 @chapter Maximas Datenbank
659 @include Database.de.texi
661 @node Grafische Darstellung, Eingabe und Ausgabe, Maximas Datenbank, Top
662 @chapter Grafische Darstellung
663 @include Plotting.de.texi
665 @node Eingabe und Ausgabe, Mengen, Grafische Darstellung, Top
666 @chapter Eingabe und Ausgabe
667 @include Input.de.texi
669 @node Mengen, Summen Produkte und Reihen, Eingabe und Ausgabe, Top
671 @include Nset.de.texi
673 @node Summen Produkte und Reihen, Analysis, Mengen, Top
674 @chapter Summen, Produkte und Reihen
675 @include Series.de.texi
677 @node Analysis, Polynome, Summen Produkte und Reihen, Top
679 @include Calculus.de.texi
681 @node Polynome, Gleichungen, Analysis, Top
683 @include Polynomials.de.texi
685 @node Gleichungen, Lineare Algebra, Polynome, Top
687 @include Equations.de.texi
689 @node Lineare Algebra, Tensoren, Gleichungen, Top
690 @chapter Lineare Algebra
691 @include Matrices.de.texi
693 @node Tensoren, Zahlentheorie, Lineare Algebra, Top
695 @include Itensor.de.texi
696 @include Ctensor.de.texi
697 @include Atensor.de.texi
699 @node Zahlentheorie, Spezielle Funktionen, Tensoren, Top
700 @chapter Zahlentheorie
701 @include Number.de.texi
703 @node Spezielle Funktionen, Fourier-Transformationen, Zahlentheorie, Top
704 @chapter Spezielle Funktionen
705 @include Special.de.texi
707 @node Fourier-Transformationen, Muster und Regeln, Spezielle Funktionen, Top
708 @chapter Fourier-Transformationen
709 @include Numerical.de.texi
711 @node Muster und Regeln, Funktionsdefinitionen, Fourier-Transformationen, Top
712 @chapter Muster und Regeln
713 @include Rules.de.texi
715 @node Funktionsdefinitionen, Laufzeitumgebung, Muster und Regeln, Top
716 @chapter Funktionsdefinitionen
717 @include Function.de.texi
719 @node Laufzeitumgebung, Programmierung, Funktionsdefinitionen, Top
720 @chapter Laufzeitumgebung
721 @include Runtime.de.texi
723 @node Programmierung, @"Ubersetzer, Laufzeitumgebung, Top
724 @chapter Programmierung
725 @include Program.de.texi
727 @node @"Ubersetzer, Fehlersuche, Programmierung, Top
728 @chapter @"Ubersetzer
729 @include Translator.de.texi
731 @node Fehlersuche, Verschiedenes, @"Ubersetzer, Top
733 @include Debugging.de.texi
735 @node Verschiedenes, abs_integrate, Fehlersuche, Top
736 @chapter Verschiedenes
737 @include Miscellaneous.de.texi
739 @c --- LOAD ADDITIONAL PACKAGES ------------------------------------------------
741 @node abs_integrate, affine, Verschiedenes, Top
742 @chapter abs_integrate
743 @include abs_integrate.de.texi
745 @node affine, asympa, abs_integrate, Top
747 @include affine.de.texi
749 @node asympa, augmented_lagrangian, affine, Top
751 @include asympa.de.texi
753 @node augmented_lagrangian, bernstein, asympa, Top
754 @chapter augmented_lagrangian
755 @include augmented_lagrangian.de.texi
757 @node bernstein, bode, augmented_lagrangian, Top
759 @include bernstein.de.texi
761 @node bode, cobyla, bernstein, Top
763 @include bode.de.texi
765 @node cobyla, contrib_ode, bode, Top
767 @include cobyla.de.texi
769 @node contrib_ode, Package descriptive, cobyla, Top
771 @include contrib_ode.de.texi
773 @node Package descriptive, diag, contrib_ode, Top
774 @chapter Package descriptive
775 @include descriptive.de.texi
777 @node diag, Package distrib, Package descriptive, Top
779 @include diag.de.texi
781 @node Package distrib, draw, diag, Top
782 @chapter Package distrib
783 @include distrib.de.texi
785 @node draw, drawdf, Package distrib, Top
787 @include draw.de.texi
789 @node drawdf, dynamics, draw, Top
791 @include drawdf.de.texi
793 @node dynamics, ezunits, drawdf, Top
795 @include dynamics.de.texi
797 @node ezunits, f90, dynamics, Top
799 @include ezunits.de.texi
801 @node f90, finance, ezunits, Top
805 @node finance, fractals, f90, Top
807 @include finance.de.texi
809 @node fractals, ggf, finance, Top
811 @include fractals.de.texi
813 @node ggf, graphs, fractals, Top
817 @node graphs, grobner, ggf, Top
819 @include graphs.de.texi
821 @node grobner, groups, graphs, Top
823 @include grobner.de.texi
825 @node groups, impdiff, grobner, Top
827 @include groups.de.texi
829 @node impdiff, interpol, groups, Top
831 @include impdiff.de.texi
833 @node interpol, lapack, impdiff, Top
835 @include interpol.de.texi
837 @node lapack, lbfgs, interpol, Top
839 @include lapack.de.texi
841 @node lbfgs, lindstedt, lapack, Top
843 @include lbfgs.de.texi
845 @node lindstedt, linearalgebra, lbfgs, Top
847 @include lindstedt.de.texi
849 @node linearalgebra, lsquares, lindstedt, Top
850 @chapter linearalgebra
851 @include linearalgebra.de.texi
853 @node lsquares, makeOrders, linearalgebra, Top
855 @include lsquares.de.texi
857 @node makeOrders, minpack, lsquares, Top
859 @include makeOrders.de.texi
861 @node minpack, mnewton, makeOrders, Top
863 @include minpack.de.texi
865 @node mnewton, numericalio, minpack, Top
867 @include mnewton.de.texi
869 @node numericalio, opsubst, mnewton, Top
871 @include numericalio.de.texi
873 @node opsubst, orthopoly, numericalio, Top
875 @include opsubst.de.texi
877 @node orthopoly, plotdf, opsubst, Top
879 @include orthopoly.de.texi
881 @node plotdf, romberg, orthopoly, Top
883 @include plotdf.de.texi
885 @node romberg, simplex, plotdf, Top
887 @include romberg.de.texi
889 @node simplex, simplification, romberg, Top
891 @include simplex.de.texi
893 @node simplification, solve_rec, simplex, Top
894 @chapter simplification
895 @include simplifications.de.texi
897 @node solve_rec, stats, simplification, Top
899 @include solve_rec.de.texi
901 @node stats, stirling, solve_rec, Top
903 @include stats.de.texi
905 @node stirling, stringproc, stats, Top
907 @include stirling.de.texi
909 @node stringproc, symmetries, stirling, Top
911 @include stringproc.de.texi
913 @node symmetries, to_poly_solve, stringproc, Top
915 @include symmetries.de.texi
917 @node to_poly_solve, unit, symmetries, Top
918 @chapter to_poly_solve
919 @include to_poly_solve.de.texi
921 @node unit, zeilberger, to_poly_solve, Top
923 @include unit.de.texi
925 @node zeilberger, Glossar, unit, Top
927 @include zeilberger.de.texi
929 @node Glossar, Index der Variablen und Funktionen, zeilberger, Top
931 @include Glossary.de.texi
933 @node Index der Variablen und Funktionen, , Glossar, Top
934 @include Indices.de.texi
936 @c --- End of file include-maxima.de.texi --------------------------------------