Fix bug #1848: taytorat leaks internal gensyms from multivar expansions
[maxima.git] / doc / info / ja / include-maxima.texi.in
blobeadb8adb9bc8b5cba3cddb44345ccefa2a8267c2
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 @synindex vr fn
15 @settitle Maxima @VERSION@ Manual
16 @c %**end of header
17 @setchapternewpage odd
18 @ifinfo
19 This is a Texinfo Maxima Manual
21 Copyright 1994,2001 William F. Schelter
23 @format
24 INFO-DIR-SECTION Math
25 START-INFO-DIR-ENTRY
26 * Maxima: (maxima).     A computer algebra system.
27 END-INFO-DIR-ENTRY
28 @end format
29 @end ifinfo
31 @ifinfo 
32 @macro var {expr}
33 <\expr\>
34 @end macro
35 @end ifinfo
37 @include category-macros.texi
39 @c for texi2html 5.0 following lines were commented out.
40 @c @titlepage
41 @c @sp 10
42 @c @comment The title is printed in a large font.
43 @c @center @titlefont{Maxima Manual}
44 @c @center Ver. @VERSION@
45 @c @page
46 @c @vskip 0pt plus 1filll
47 @c Maximaはコンピュータ代数システムです。Lispで実装されています。
48 @c  
49 @c MaximaはMacsymaシステムから派生したものです。
50 @c Macsymaシステムは、MITで1968年から1982年にかけてプロジェクトMACの一部として開発されました。
51 @c MITは、1982年にMacsymaソースコードのコピーをエネルギー省に引き渡しました;
52 @c そのバージョンは現在、DOE Macsymaとして知られています。
53 @c DOE Macsymaのコピーは、テキサス大学のWilliam F. Schelter教授によって、
54 @c 1982年から教授がなくなる2001年まで保守されました。
55 @c 1998年にSchelterは、
56 @c エネルギー省からDOE MacsymaソースコードをGNU Public Licenseの下で公開する許可を得て、
57 @c 2000年に彼は、
58 @c DOE Macsymaを保守・開発するために、MaximaプロジェクトをSourceForgeで始めました。
59 @c だから、Maximaと呼ばれています。
60 @c 
61 @c @end titlepage
63 @summarycontents
64 @contents
66 @ifnottex
67 @node Top, Introduction to Maxima, (dir), (dir)
68 @top
70 Maximaはコンピュータ代数システムです。Lispで実装されています。
72 MaximaはMacsymaシステムから派生したものです。
73 Macsymaシステムは、MITで1968年から1982年にかけてプロジェクトMACの一部として開発されました。
74 MITは、1982年にMacsymaソースコードのコピーをエネルギー省に引き渡しました;
75 そのバージョンは現在、DOE Macsymaとして知られています。
76 DOE Macsymaのコピーは、テキサス大学のWilliam F. Schelter教授によって、
77 1982年から教授がなくなる2001年まで保守されました。
78 1998年にSchelterは、
79 エネルギー省からDOE MacsymaソースコードをGNU Public Licenseの下で公開する許可を得て、
80 2000年に彼は、
81 DOE Macsymaを保守・開発するために、MaximaプロジェクトをSourceForgeで始めました。
82 だから、Maximaと呼ばれています。
83 @end ifnottex
85 @c includes
87 @menu
88 Maximaの基盤
90 * Introduction to Maxima::      Maximaセッションの実例
91 * Bug Detection and Reporting:: Maximaのバグの発見と報告
92 * Help::                        Maximaセッションの中でヘルプを見る
93 * Command Line::                Maximaコマンドライン構文法、入出力
94 * Data Types and Structures::   数、文字列、リスト、配列、構造体
95 * Expressions::                 Maximaにおける式
96 * Operators::                   Maxima式の中で使われる演算子
97 * Evaluation::                  式の評価
98 * Simplification::              式の整理
99 * Mathematical Functions::      Maximaの数学的関数
100 * Maximas Database::            宣言、文脈、事実、プロパティ
101 * Plotting::                    2次元と3次元のグラフィカル出力
102 * File Input and Output::       ファイル入出力
104 数学の特定分野のサポート
106 * Polynomials::                 多項式の標準形と操作関数
107 * Special Functions::           特殊函数
108 * Elliptic Functions::          楕円函数と楕円積分
109 * Limits::                      式の極限
110 * Differentiation::             微分法
111 * Integration::                 積分法
112 * Equations::                   方程式の定義と解法
113 * Differential Equations::      微分方程式の定義と解法
114 * Numerical::                   数値積分、Fourier変換など
115 * Matrices and Linear Algebra:: 行列演算
116 * Affine::                      
117 * itensor::                     添字テンソル操作
118 * ctensor::                     成分テンソル操作
119 * atensor::                     代数テンソル操作
120 * Sums Products and Series::    和、積、Tayler級数とべき級数
121 * Number Theory::               数論
122 * Symmetries::                  
123 * Groups::                      抽象代数
125 上級用機能とプログラミング
127 * Runtime Environment::         Maxima環境のカスタム化
128 * Miscellaneous Options::       Maximaでグローバルな効果を持つオプション
129 * Rules and Patterns::          ユーザー定義のパターンマッチングと整理ルール
130 * Sets::                        集合の操作
131 * Function Definition::         関数定義
132 * Program Flow::                Maximaプログラムの定義
133 * Debugging::                   Maximaプログラムのデバッグ
135 その他のパッケージ
137 * asympa::                      漸近解析パッケージ
138 * augmented_lagrangian::        拡張Lagrangeパッケージ
139 @c * Bernstein::                   Bernstein多項式
140 * Bernstein::                   @code{Bernstein}多項式
141 * bode::                        Bode線図
142 * cobyla::                      不等式制約を持つ非線形最適化
143 * contrib_ode::                 ODEのための追加ルーチン
144 * descriptive::                 記述統計
145 * diag::                        Jordan行列
146 * distrib::                     確率分布
147 * draw::                        Maxima-Gnuplotインターフェイス
148 * drawdf::                      Gnuplotを使った方向場
149 * dynamics::                    力学系とフラクタルのグラフィックス
150 * ezunits::                     次元量
151 * f90::                         MaximaからFortranへの翻訳器
152 * finance::                     金融パッケージ
153 * fractals::                    フラクタル
154 * ggf::                         数列の母函数
155 * graphs::                      グラフ理論パッケージ
156 * grobner::                     Groebner基底を扱う関数
157 * impdiff::                     陰導函数
158 * implicit_plot::               陰プロットパッケージ
159 * interpol::                    内挿バッケージ
160 * lapack::                      線形代数のためのLAPACK関数
161 * lbfgs::                       L-BFGS無制約最小化パッケージ
162 * lindstedt::                   Lindstedtパッケージ
163 * linearalgebra::               線形代数のための関数
164 * lsquares::                    最小二乗
165 * makeOrders::                  多項式ユーティリティ
166 * minpack::                     最小化と根のためのMINPACK関数
167 * mnewton::                     Newton法
168 * numericalio::                 ファイルの読み書き
169 * opsubst::                     代入ユーティリティ
170 * orthopoly::                   直交多項式
171 * plotdf::                      方向場プロット
172 * romberg::                     数値積分のRomberg法
173 * simplex::                     線形計画
174 * simplification::              整理のルールと関数
175 * solve_rec::                   線形漸化式
176 * stats::                       統計的推定パッケージ
177 * stirling::                    Stirling公式
178 * stringproc::                  文字列処理
179 @c * to_poly_solve::               to_poly_solveパッケージ
180 * to_poly_solve::               @code{to_poly_solve}パッケージ
181 * unit::                        単位と次元パッケージ
182 * zeilberger::                  超幾何総和に関する関数
185 索引
187 * Function and Variable Index:: インデックス
189 訳者後書き
191 * Translator's Comments::       訳者のコメント
193 @comment @detailmenu
194  --- The Detailed Node Listing ---
196 手引き
198 * Introduction to Maxima::
200 バグ
202 * Bug Detection and Reporting::
204 ヘルプ
206 * Documentation::               
207 * Functions and Variables for Help::        
209 コマンドライン
211 * Introduction to Command Line::  
212 * Functions and Variables for Command Line::  
213 * Functions and Variables for Display::
215 データ型と構造体
217 * Numbers::
218 * Strings::
219 * Constants::
220 * Lists::
221 * Arrays::
222 * Structures::
226 * Introduction to Expressions::  
227 * Nouns and Verbs::
228 * Identifiers::
229 * Inequality::                  
230 * Functions and Variables for Expressions::  
232 演算子
234 * Introduction to operators::
235 * Arithmetic operators::
236 * Relational operators::
237 * Logical operators::
238 * Operators for Equations::
239 * Assignment operators::
240 * User defined operators::
242 評価
244 * Functions and Variables for Evaluation::
246 式整理
248 * Functions and Variables for Simplification::  
250 数学的関数
252 * Functions for Numbers::
253 * Functions for Complex Numbers::
254 * Combinatorial Functions::
255 * Root Exponential and Logarithmic Functions::
256 * Trigonometric Functions::
257 * Random Numbers::
259 Maximaのデータベース
261 * Introduction to Maximas Database::
262 * Functions and Variables for Properties::
263 * Functions and Variables for Facts::
264 * Functions and Variables for Predicates::
266 プロット
268 * Introduction to Plotting::
269 * Plotting Formats::
270 * Functions and Variables for Plotting::
271 * Plotting Options::
272 * Gnuplot Options::
273 * Gnuplot_pipes Format Functions::
275 ファイル入出力
277 * Comments::
278 * Files::                       
279 * Functions and Variables for File Input and Output::  
281 多項式
283 * Introduction to Polynomials::  
284 * Functions and Variables for Polynomials::  
286 特殊函数
288 * Introduction to Special Functions:: 
289 * Bessel Functions::
290 * Airy Functions::
291 * Gamma and factorial Functions::
292 * Exponential Integrals::
293 * Error Function::
294 * Struve Functions::
295 * Hypergeometric Functions::
296 * Parabolic Cylinder Functions::
297 * Functions and Variables for Special Functions::  
299 楕円函数
301 * Introduction to Elliptic Functions and Integrals::
302 * Functions and Variables for Elliptic Functions::
303 * Functions and Variables for Elliptic Integrals::
305 極限
307 * Functions and Variables for Limits::      
309 微分
311 * Functions and Variables for Differentiation::  
313 積分
315 * Introduction to Integration::  
316 * Functions and Variables for Integration::  
318 方程式
320 * Functions and Variables for Equations::   
322 微分方程式
324 * Introduction to Differential Equations::  
325 * Functions and Variables for Differential Equations::  
327 数値
329 * Introduction to fast Fourier transform::                     
330 * Functions and Variables for fast Fourier transform::
331 * Introduction to Fourier series::
332 * Functions and Variables for Fourier series::
334 行列と線形代数
336 * Introduction to Matrices and Linear Algebra::  
337 * Dot::                         
338 * Vectors::                     
339 * eigen::
340 * Functions and Variables for Matrices and Linear Algebra::  
342 アフィン
344 * Introduction to Affine::
345 * Functions and Variables for Affine::      
347 指標テンソル
349 * Introduction to itensor::      
350 * Functions and Variables for itensor::      
352 成分テンソル
354 * Introduction to ctensor::     
355 * Functions and Variables for ctensor::     
357 代数テンソル
359 * Introduction to atensor::     
360 * Functions and Variables for atensor::     
362 和、積、級数
364 * Sums and Products::
365 * Introduction to Series::
366 * Functions and Variables for Series::
367 * Poisson series::
369 数論
371 * Functions and Variables for Number Theory::  
373 対称群
375 * Introduction to Symmetries::
376 * Functions and Variables for Symmetries::  
380 * Functions and Variables for Groups::      
382 ランタイム環境
384 * Introduction for Runtime Environment::  
385 * Interrupts::                  
386 * Functions and Variables for Runtime Environment::  
388 様々なオプション
390 * Introduction to Miscellaneous Options::  
391 * Share::                       
392 * Functions and Variables for Miscellaneous Options::  
394 規則とパターン
396 * Introduction to Rules and Patterns::  
397 * Functions and Variables for Rules and Patterns::  
399 集合
401 * Introduction to Sets::       
402 * Functions and Variables for Sets::       
404 関数定義
406 * Introduction to Function Definition::  
407 * Function::                    
408 * Macros::                      
409 * Functions and Variables for Function Definition::  
411 プログラムフロー
413 * Lisp and Maxima::
414 * Garbage Collection::
415 * Introduction to Program Flow::  
416 * Functions and Variables for Program Flow::  
418 デバッグ
420 * Functions and Variables for Debugging::   
422 asympa
424 * Introduction to asympa::
425 * Functions and variables for asympa::
427 augmented_lagrangian
429 * Functions and Variables for augmented_lagrangian::
431 Bernstein
433 * Functions and Variables for Bernstein::
435 bode
437 * Functions and Variables for bode::
439 cobyla
441 * Introduction to cobyla::
442 * Functions and Variables for cobyla::
443 * Examples for cobyla::
445 contrib_ode
447 * Introduction to contrib_ode::
448 * Functions and Variables for contrib_ode::
449 * Possible improvements to contrib_ode::
450 * Test cases for contrib_ode::
451 * References for contrib_ode::
453 descriptive
455 * Introduction to descriptive::
456 * Functions and Variables for data manipulation::
457 * Functions and Variables for descriptive statistics::
458 * Functions and Variables for statistical graphs::
460 diag
462 * Functions and Variables for diag::
464 distrib
466 * Introduction to distrib::
467 * Functions and Variables for continuous distributions::
468 * Functions and Variables for discrete distributions::
470 draw
472 * Introduction to draw::
473 * Functions and Variables for draw::
474 * Functions and Variables for pictures::
475 * Functions and Variables for worldmap::
477 drawdf
479 * Introduction to drawdf::
480 * Functions and Variables for drawdf::
482 dynamics
484 * Introduction to dynamics::
485 * Functions and Variables for dynamics::
487 ezunits
489 * Introduction to ezunits::
490 * Introduction to physical_constants::
491 * Functions and Variables for ezunits::
495 * Functions and Variables for f90::
497 finance
499 * Introduction to finance::
500 * Functions and Variables for finance::
502 fractals
504 * Introduction to fractals::
505 * Definitions for IFS fractals::
506 * Definitions for complex fractals::
507 * Definitions for Koch snowflakes::
508 * Definitions for Peano maps::
512 * Functions and Variables for ggf::
514 graphs
516 * Introduction to graphs::
517 * Functions and Variables for graphs::
519 grobner
521 * Introduction to grobner::
522 * Functions and Variables for grobner::
524 impdiff
526 * Functions and Variables for impdiff::
528 implicit_plot
530 * Functions and Variables for implicit_plot::
532 interpol
534 * Introduction to interpol::
535 * Functions and Variables for interpol::
537 lapack
539 * Introduction to lapack::
540 * Functions and Variables for lapack::
542 lbfgs
544 * Introduction to lbfgs::
545 * Functions and Variables for lbfgs::
547 lindstedt
549 * Functions and Variables for lindstedt::
551 linearalgebra
553 * Introduction to linearalgebra::
554 * Functions and Variables for linearalgebra::
556 lsquares
558 * Introduction to lsquares::
559 * Functions and Variables for lsquares::
561 makeOrders
563 * Functions and Variables for makeOrders::
565 minpack
567 * Introduction to minpack::
568 * Functions and Variables for minpack::
570 mnewton
572 * Introduction to mnewton::
573 * Functions and Variables for mnewton::
575 numericalio
577 * Introduction to numericalio::
578 * Functions and Variables for plain-text input and output::
579 * Functions and Variables for binary input and output::
581 opsubst
583 * Functions and Variables for opsubst::
585 orthopoly
587 * Introduction to orthogonal polynomials::
588 * Functions and Variables for orthogonal polynomials::
590 plotdf
592 * Introduction to plotdf::
593 * Functions and Variables for plotdf::
595 romberg
597 * Functions and Variables for romberg::
599 simplex
601 * Introduction to simplex::
602 * Functions and Variables for simplex::
604 simplification
606 * Introduction to simplification::
607 * Package absimp::
608 * Package facexp::
609 * Package functs::
610 * Package ineq::
611 * Package rducon::
612 * Package scifac::
613 * Package sqdnst::
615 solve_rec
617 * Introduction to solve_rec::
618 * Functions and Variables for solve_rec::
620 stats
622 * Introduction to stats::
623 * Functions and Variables for inference_result::
624 * Functions and Variables for stats::
625 * Functions and Variables for special distributions::
627 stirling
629 * Functions and Variables for stirling::
631 stringproc
633 * Introduction to string processing::
634 * Functions and Variables for input and output::
635 * Functions and Variables for characters::
636 * Functions and Variables for strings::
638 to_poly_solve
640 * Functions and Variables for to_poly_solve::
642 unit
644 * Introduction to Units::       
645 * Functions and Variables for Units::
647 zeilberger
649 * Introduction to zeilberger::
650 * Functions and Variables for zeilberger::
652 @comment @end detailmenu
653 @end menu
655 @c  Put the @node lines here, rather than in the @included files,
656 @c  so emacs can automatically update them with C-c C-u C-e.
657 @c  nota bene: C-c C-u C-a and texinfo-multiple-files-update will delete
658 @c  the detailed node listing!
660 @node Introduction to Maxima, Bug Detection and Reporting, Top, Top
661 @chapter Introduction to Maxima
662 @include Introduction.texi
664 @node Bug Detection and Reporting, Help, Introduction to Maxima, Top
665 @chapter Bug Detection and Reporting
666 @include Bugs.texi
668 @node Help, Command Line, Bug Detection and Reporting, Top
669 @chapter Help
670 @include Help.texi
672 @node Command Line, Data Types and Structures, Help, Top
673 @chapter Command Line
674 @include Command.texi
676 @node Data Types and Structures, Expressions, Command Line, Top
677 @chapter Data Types and Structures
678 @include DataTypes.texi
679 @include Constants.texi
680 @include Lists.texi
681 @include Arrays.texi
682 @include defstruct.texi
684 @node Expressions, Operators, Data Types and Structures, Top
685 @chapter Expressions
686 @include Expressions.texi
688 @node Operators, Evaluation, Expressions, Top
689 @chapter Operators
690 @include Operators.texi
692 @node Evaluation, Simplification, Operators, Top
693 @chapter Evaluation
694 @include Evaluation.texi
696 @node Simplification, Mathematical Functions, Evaluation, Top
697 @chapter Simplification
698 @include Simplification.texi
700 @node Mathematical Functions, Maximas Database, Simplification, Top
701 @chapter Mathematical Functions
702 @include MathFunctions.texi
704 @node Maximas Database, Plotting, Mathematical Functions, Top
705 @chapter Maximas Database
706 @include Database.texi
708 @node Plotting, File Input and Output, Maximas Database, Top
709 @chapter Plotting
710 @include Plotting.texi
712 @node File Input and Output, Polynomials, Plotting, Top
713 @chapter File Input and Output
714 @include Input.texi
716 @node Polynomials, Special Functions, File Input and Output, Top
717 @chapter Polynomials
718 @include Polynomials.texi
720 @node Special Functions, Elliptic Functions, Polynomials, Top
721 @chapter Special Functions
722 @include Special.texi
724 @node Elliptic Functions, Limits, Special Functions, Top
725 @chapter Elliptic Functions
726 @include Elliptic.texi
728 @node Limits, Differentiation, Elliptic Functions, Top
729 @chapter Limits
730 @include Limits.texi
732 @node Differentiation, Integration, Limits, Top
733 @chapter Differentiation
734 @include Differentiation.texi
736 @node Integration, Equations, Differentiation, Top
737 @chapter Integration
738 @include Integration.texi
740 @node Equations, Differential Equations, Integration, Top
741 @chapter Equations
742 @include Equations.texi
744 @node Differential Equations, Numerical, Equations, Top
745 @chapter Differential Equations
746 @include Differential.texi
748 @c @include NonCommutative.texi
750 @node Numerical, Matrices and Linear Algebra, Differential Equations, Top
751 @chapter Numerical
752 @include Numerical.texi
754 @node Matrices and Linear Algebra, Affine, Numerical, Top
755 @chapter Matrices and Linear Algebra
756 @include Matrices.texi
758 @node Affine, itensor, Matrices and Linear Algebra, Top
759 @chapter Affine
760 @include Affine.texi
762 @node itensor, ctensor, Affine, Top
763 @chapter itensor
764 @include Itensor.texi
766 @node ctensor, atensor, itensor, Top
767 @chapter ctensor
768 @include Ctensor.texi
770 @node atensor, Sums Products and Series, ctensor, Top
771 @chapter atensor
772 @include Atensor.texi
774 @node Sums Products and Series, Number Theory, atensor, Top
775 @chapter Sums, Products, and Series
776 @include Series.texi
778 @node Number Theory, Symmetries, Sums Products and Series, Top
779 @chapter Number Theory
780 @include Number.texi
782 @node Symmetries, Groups, Number Theory, Top
783 @chapter Symmetries
784 @include Symmetries.texi
786 @node Groups, Runtime Environment, Symmetries, Top
787 @chapter Groups
788 @include Groups.texi
790 @node Runtime Environment, Miscellaneous Options, Groups, Top
791 @chapter Runtime Environment
792 @include Runtime.texi
794 @node Miscellaneous Options, Rules and Patterns, Runtime Environment, Top
795 @chapter Miscellaneous Options
796 @include Miscellaneous.texi
798 @node Rules and Patterns, Sets, Miscellaneous Options, Top
799 @chapter Rules and Patterns
800 @include Rules.texi
802 @node Sets, Function Definition, Rules and Patterns, Top
803 @chapter Sets
804 @include nset.texi
806 @node Function Definition, Program Flow, Sets, Top
807 @chapter Function Definition
808 @include Function.texi
810 @node Program Flow, Debugging, Function Definition, Top
811 @chapter Program Flow
812 @include Program.texi
814 @node Debugging, asympa, Program Flow, Top
815 @chapter Debugging
816 @include Debugging.texi
818 @node asympa, augmented_lagrangian, Debugging, Top
819 @chapter asympa
820 @include asympa.texi
822 @node augmented_lagrangian, Bernstein, asympa, Top
823 @chapter augmented_lagrangian
824 @include augmented_lagrangian.texi
826 @node Bernstein, bode, augmented_lagrangian, Top
827 @chapter Bernstein
828 @include bernstein.texi
830 @node bode, cobyla, Bernstein, Top
831 @chapter bode
832 @include bode.texi
834 @node cobyla, contrib_ode, bode, Top
835 @chapter cobyla
836 @include cobyla.texi
838 @node contrib_ode, descriptive, cobyla, Top
839 @chapter contrib_ode
840 @include contrib_ode.texi
842 @node descriptive, diag, contrib_ode, Top
843 @chapter descriptive
844 @include descriptive.texi
846 @node diag, distrib, descriptive, Top
847 @chapter diag
848 @include diag.texi
850 @node distrib, draw, diag, Top
851 @chapter distrib
852 @include distrib.texi
854 @node draw, drawdf, distrib, Top
855 @chapter draw
856 @include draw.texi
858 @node drawdf, dynamics, draw, Top
859 @chapter drawdf
860 @include drawdf.texi
862 @node dynamics, ezunits, drawdf, Top
863 @chapter dynamics
864 @include dynamics.texi
866 @node ezunits, f90, dynamics, Top
867 @chapter ezunits
868 @include ezunits.texi
870 @node f90, finance, ezunits, Top
871 @chapter f90
872 @include f90.texi
874 @node finance, fractals, f90, Top
875 @chapter finance
876 @include finance.texi
878 @node fractals, ggf, finance, Top
879 @chapter fractals
880 @include fractals.texi
882 @node ggf, graphs, fractals, Top
883 @chapter ggf
884 @include ggf.texi
886 @node graphs, grobner, ggf, Top
887 @chapter graphs
888 @include graphs.texi
890 @node grobner, impdiff, graphs, Top
891 @chapter grobner
892 @include grobner.texi
894 @node impdiff, implicit_plot, grobner, Top
895 @chapter impdiff
896 @include impdiff.texi
898 @node implicit_plot, interpol, impdiff, Top
899 @chapter implicit_plot
900 @include implicit_plot.texi
902 @node interpol, lapack, implicit_plot, Top
903 @chapter interpol
904 @include interpol.texi
906 @node lapack, lbfgs, interpol, Top
907 @chapter lapack
908 @include lapack.texi
910 @node lbfgs, lindstedt, lapack, Top
911 @chapter lbfgs
912 @include lbfgs.texi
914 @node lindstedt, linearalgebra, lbfgs, Top
915 @chapter lindstedt
916 @include lindstedt.texi
918 @node linearalgebra, lsquares, lindstedt, Top
919 @chapter linearalgebra
920 @include linearalgebra.texi
922 @node lsquares, minpack, linearalgebra, Top
923 @chapter lsquares
924 @include lsquares.texi
926 @node minpack, makeOrders, lsquares, Top
927 @chapter minpack
928 @include minpack.texi
930 @node makeOrders, mnewton, minpack, Top
931 @chapter makeOrders
932 @include makeOrders.texi
934 @node mnewton, numericalio, makeOrders, Top
935 @chapter mnewton
936 @include mnewton.texi
938 @node numericalio, opsubst, mnewton, Top
939 @chapter numericalio
940 @include numericalio.texi
942 @node opsubst, orthopoly, numericalio, Top
943 @chapter opsubst
944 @include opsubst.texi
946 @node orthopoly, plotdf, opsubst, Top
947 @chapter orthopoly
948 @include orthopoly.texi
950 @node plotdf, romberg, orthopoly, Top
951 @chapter plotdf
952 @include plotdf.texi
954 @node romberg, simplex, plotdf, Top
955 @chapter romberg
956 @include romberg.texi
958 @node simplex, simplification, romberg, Top
959 @chapter simplex
960 @include simplex.texi
962 @node simplification, solve_rec, simplex, Top
963 @chapter simplification
964 @include simplifications.texi
966 @node solve_rec, stats, simplification, Top
967 @chapter solve_rec
968 @include solve_rec.texi
970 @node stats, stirling, solve_rec, Top
971 @chapter stats
972 @include stats.texi
974 @node stirling, stringproc, stats, Top
975 @chapter stirling
976 @include stirling.texi
978 @node stringproc, to_poly_solve, stirling, Top
979 @chapter stringproc
980 @include stringproc.texi
982 @node to_poly_solve, unit, stringproc, Top
983 @chapter to_poly_solve
984 @include to_poly_solve.texi
986 @node unit, zeilberger, to_poly_solve, Top
987 @chapter unit
988 @include unit.texi
990 @node zeilberger, Function and Variable Index, unit, Top
991 @chapter zeilberger
992 @include zeilberger.texi
994 @node Function and Variable Index, Translator's Comments, zeilberger, Top
995 @chapter Indices
996 @include Indices.texi
998 @node Translator's Comments,  , Function and Variable Index, Top
999 @appendix Translator's Comments
1000 @include Translator.texi
1002 @c end includes