File: maxima_toc.html

package info (click to toggle)
maxima 5.6-17
  • links: PTS
  • area: main
  • in suites: woody
  • size: 30,572 kB
  • ctags: 47,715
  • sloc: ansic: 154,079; lisp: 147,553; asm: 45,843; tcl: 16,744; sh: 11,057; makefile: 7,198; perl: 1,842; sed: 334; fortran: 24; awk: 5
file content (246 lines) | stat: -rw-r--r-- 10,703 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52
     from maxima.texi on 25 April 2001 -->

<TITLE>Maxima Manual - Table of Contents</TITLE>

</HEAD>
<BODY>
<H1>Maxima Manual</H1>
<P>
<P><HR><P>

<P>
MAXIMA is a fairly complete computer algebra system.

</P>
<P>
This system MAXIMA is a COMMON LISP implementation due to William F.
Schelter, and is based on the original implementation of Macsyma at
MIT, as distributed by the Department of Energy.  I now have
permission from DOE to make derivative copies, and in particular to
distribute it under the GNU public license.  See the file COPYING
included in the distribution.   Thus these files may now be redistributed
under the terms of GNU public license.

</P>

<UL>
<LI><A NAME="TOC1" HREF="maxima_1.html#SEC1">Introduction to MAXIMA</A>
<LI><A NAME="TOC2" HREF="maxima_2.html#SEC2">Help</A>
<UL>
<LI><A NAME="TOC3" HREF="maxima_2.html#SEC3">Introduction to Help</A>
<LI><A NAME="TOC4" HREF="maxima_2.html#SEC4">Lisp and Maxima</A>
<LI><A NAME="TOC5" HREF="maxima_2.html#SEC5">Garbage Collection</A>
<LI><A NAME="TOC6" HREF="maxima_2.html#SEC6">Documentation</A>
<LI><A NAME="TOC7" HREF="maxima_2.html#SEC7">Definitions for Help</A>
</UL>
<LI><A NAME="TOC8" HREF="maxima_3.html#SEC8">Command Line</A>
<UL>
<LI><A NAME="TOC9" HREF="maxima_3.html#SEC9">Introduction to Command Line</A>
<LI><A NAME="TOC10" HREF="maxima_3.html#SEC10">Definitions for Command Line</A>
</UL>
<LI><A NAME="TOC11" HREF="maxima_4.html#SEC11">Operators</A>
<UL>
<LI><A NAME="TOC12" HREF="maxima_4.html#SEC12">NARY</A>
<LI><A NAME="TOC13" HREF="maxima_4.html#SEC13">NOFIX</A>
<LI><A NAME="TOC14" HREF="maxima_4.html#SEC14">OPERATOR</A>
<LI><A NAME="TOC15" HREF="maxima_4.html#SEC15">POSTFIX</A>
<LI><A NAME="TOC16" HREF="maxima_4.html#SEC16">PREFIX</A>
<LI><A NAME="TOC17" HREF="maxima_4.html#SEC17">Definitions for Operators</A>
</UL>
<LI><A NAME="TOC18" HREF="maxima_5.html#SEC18">Expressions</A>
<UL>
<LI><A NAME="TOC19" HREF="maxima_5.html#SEC19">Introduction to Expressions</A>
<LI><A NAME="TOC20" HREF="maxima_5.html#SEC20">ASSIGNMENT</A>
<LI><A NAME="TOC21" HREF="maxima_5.html#SEC21">COMPLEX</A>
<LI><A NAME="TOC22" HREF="maxima_5.html#SEC22">INEQUALITY</A>
<LI><A NAME="TOC23" HREF="maxima_5.html#SEC23">SYNTAX</A>
<LI><A NAME="TOC24" HREF="maxima_5.html#SEC24">Definitions for Expressions</A>
</UL>
<LI><A NAME="TOC25" HREF="maxima_6.html#SEC25">Simplification</A>
<UL>
<LI><A NAME="TOC26" HREF="maxima_6.html#SEC26">Definitions for Simplification</A>
</UL>
<LI><A NAME="TOC27" HREF="maxima_7.html#SEC27">Plotting</A>
<UL>
<LI><A NAME="TOC28" HREF="maxima_7.html#SEC28">Definitions for Plotting</A>
</UL>
<LI><A NAME="TOC29" HREF="maxima_8.html#SEC29">Input and Output</A>
<UL>
<LI><A NAME="TOC30" HREF="maxima_8.html#SEC30">Introduction to Input and Output</A>
<LI><A NAME="TOC31" HREF="maxima_8.html#SEC31">FILES</A>
<LI><A NAME="TOC32" HREF="maxima_8.html#SEC32">PLAYBACK</A>
<LI><A NAME="TOC33" HREF="maxima_8.html#SEC33">Definitions for Input and Output</A>
</UL>
<LI><A NAME="TOC34" HREF="maxima_9.html#SEC34">Floating Point</A>
<UL>
<LI><A NAME="TOC35" HREF="maxima_9.html#SEC35">Definitions for Floating Point</A>
</UL>
<LI><A NAME="TOC36" HREF="maxima_10.html#SEC36">Contexts</A>
<UL>
<LI><A NAME="TOC37" HREF="maxima_10.html#SEC37">Definitions for Contexts</A>
</UL>
<LI><A NAME="TOC38" HREF="maxima_11.html#SEC38">Polynomials</A>
<UL>
<LI><A NAME="TOC39" HREF="maxima_11.html#SEC39">Introduction to Polynomials</A>
<LI><A NAME="TOC40" HREF="maxima_11.html#SEC40">Definitions for Polynomials</A>
</UL>
<LI><A NAME="TOC41" HREF="maxima_12.html#SEC41">Constants</A>
<UL>
<LI><A NAME="TOC42" HREF="maxima_12.html#SEC42">Definitions for Constants</A>
</UL>
<LI><A NAME="TOC43" HREF="maxima_13.html#SEC43">Logarithms</A>
<UL>
<LI><A NAME="TOC44" HREF="maxima_13.html#SEC44">Definitions for Logarithms</A>
</UL>
<LI><A NAME="TOC45" HREF="maxima_14.html#SEC45">Trigonometric</A>
<UL>
<LI><A NAME="TOC46" HREF="maxima_14.html#SEC46">Introduction to Trigonometric</A>
<LI><A NAME="TOC47" HREF="maxima_14.html#SEC47">Definitions for Trigonometric</A>
</UL>
<LI><A NAME="TOC48" HREF="maxima_15.html#SEC48">Special Functions</A>
<UL>
<LI><A NAME="TOC49" HREF="maxima_15.html#SEC49">Introduction to Special Functions</A>
<LI><A NAME="TOC50" HREF="maxima_15.html#SEC50">GAMALG</A>
<LI><A NAME="TOC51" HREF="maxima_15.html#SEC51">SPECINT</A>
<LI><A NAME="TOC52" HREF="maxima_15.html#SEC52">Definitions for Special Functions</A>
</UL>
<LI><A NAME="TOC53" HREF="maxima_16.html#SEC53">Orthogonal Polynomials</A>
<UL>
<LI><A NAME="TOC54" HREF="maxima_16.html#SEC54">Introduction to Orthogonal Polynomials</A>
<LI><A NAME="TOC55" HREF="maxima_16.html#SEC55">Definitions for Orthogonal Polynomials</A>
</UL>
<LI><A NAME="TOC56" HREF="maxima_17.html#SEC56">Limits</A>
<UL>
<LI><A NAME="TOC57" HREF="maxima_17.html#SEC57">Definitions for Limits</A>
</UL>
<LI><A NAME="TOC58" HREF="maxima_18.html#SEC58">Differentiation</A>
<UL>
<LI><A NAME="TOC59" HREF="maxima_18.html#SEC59">Definitions for Differentiation</A>
</UL>
<LI><A NAME="TOC60" HREF="maxima_19.html#SEC60">Integration</A>
<UL>
<LI><A NAME="TOC61" HREF="maxima_19.html#SEC61">Introduction to Integration</A>
<LI><A NAME="TOC62" HREF="maxima_19.html#SEC62">Definitions for Integration</A>
</UL>
<LI><A NAME="TOC63" HREF="maxima_20.html#SEC63">Equations</A>
<UL>
<LI><A NAME="TOC64" HREF="maxima_20.html#SEC64">Definitions for Equations</A>
</UL>
<LI><A NAME="TOC65" HREF="maxima_21.html#SEC65">Differential Equations</A>
<UL>
<LI><A NAME="TOC66" HREF="maxima_21.html#SEC66">Definitions for Differential Equations</A>
</UL>
<LI><A NAME="TOC67" HREF="maxima_22.html#SEC67">Numerical</A>
<UL>
<LI><A NAME="TOC68" HREF="maxima_22.html#SEC68">Introduction to Numerical</A>
<LI><A NAME="TOC69" HREF="maxima_22.html#SEC69">DCADRE</A>
<LI><A NAME="TOC70" HREF="maxima_22.html#SEC70">ELLIPT</A>
<LI><A NAME="TOC71" HREF="maxima_22.html#SEC71">FOURIER</A>
<LI><A NAME="TOC72" HREF="maxima_22.html#SEC72">NDIFFQ</A>
<LI><A NAME="TOC73" HREF="maxima_22.html#SEC73">Definitions for Numerical</A>
</UL>
<LI><A NAME="TOC74" HREF="maxima_23.html#SEC74">Statistics</A>
<UL>
<LI><A NAME="TOC75" HREF="maxima_23.html#SEC75">Definitions for Statistics</A>
</UL>
<LI><A NAME="TOC76" HREF="maxima_24.html#SEC76">Arrays and Tables</A>
<UL>
<LI><A NAME="TOC77" HREF="maxima_24.html#SEC77">Definitions for Arrays and Tables</A>
</UL>
<LI><A NAME="TOC78" HREF="maxima_25.html#SEC78">Matrices and Linear Algebra</A>
<UL>
<LI><A NAME="TOC79" HREF="maxima_25.html#SEC79">Introduction to Matrices and Linear Algebra</A>
<UL>
<LI><A NAME="TOC80" HREF="maxima_25.html#SEC80">DOT</A>
<LI><A NAME="TOC81" HREF="maxima_25.html#SEC81">VECTORS</A>
</UL>
<LI><A NAME="TOC82" HREF="maxima_25.html#SEC82">Definitions for Matrices and Linear Algebra</A>
</UL>
<LI><A NAME="TOC83" HREF="maxima_26.html#SEC83">Affine</A>
<UL>
<LI><A NAME="TOC84" HREF="maxima_26.html#SEC84">Definitions for Affine</A>
</UL>
<LI><A NAME="TOC85" HREF="maxima_27.html#SEC85">Tensor</A>
<UL>
<LI><A NAME="TOC86" HREF="maxima_27.html#SEC86">Introduction to Tensor</A>
<LI><A NAME="TOC87" HREF="maxima_27.html#SEC87">Definitions for Tensor</A>
</UL>
<LI><A NAME="TOC88" HREF="maxima_28.html#SEC88">Ctensor</A>
<UL>
<LI><A NAME="TOC89" HREF="maxima_28.html#SEC89">Introduction to Ctensor</A>
<LI><A NAME="TOC90" HREF="maxima_28.html#SEC90">Definitions for Ctensor</A>
</UL>
<LI><A NAME="TOC91" HREF="maxima_29.html#SEC91">Series</A>
<UL>
<LI><A NAME="TOC92" HREF="maxima_29.html#SEC92">Introduction to Series</A>
<LI><A NAME="TOC93" HREF="maxima_29.html#SEC93">Definitions for Series</A>
</UL>
<LI><A NAME="TOC94" HREF="maxima_30.html#SEC94">Number Theory</A>
<UL>
<LI><A NAME="TOC95" HREF="maxima_30.html#SEC95">Definitions for Number Theory</A>
</UL>
<LI><A NAME="TOC96" HREF="maxima_31.html#SEC96">Symmetries</A>
<UL>
<LI><A NAME="TOC97" HREF="maxima_31.html#SEC97">Definitions for Symmetries</A>
</UL>
<LI><A NAME="TOC98" HREF="maxima_32.html#SEC98">Groups</A>
<UL>
<LI><A NAME="TOC99" HREF="maxima_32.html#SEC99">Definitions for Groups</A>
</UL>
<LI><A NAME="TOC100" HREF="maxima_33.html#SEC100">Runtime Environment</A>
<UL>
<LI><A NAME="TOC101" HREF="maxima_33.html#SEC101">Introduction for Runtime Environment</A>
<LI><A NAME="TOC102" HREF="maxima_33.html#SEC102">INTERRUPTS</A>
<LI><A NAME="TOC103" HREF="maxima_33.html#SEC103">Definitions for Runtime Environment</A>
</UL>
<LI><A NAME="TOC104" HREF="maxima_34.html#SEC104">Miscellaneous Options</A>
<UL>
<LI><A NAME="TOC105" HREF="maxima_34.html#SEC105">Introduction to Miscellaneous Options</A>
<LI><A NAME="TOC106" HREF="maxima_34.html#SEC106">SHARE</A>
<LI><A NAME="TOC107" HREF="maxima_34.html#SEC107">Definitions for Miscellaneous Options</A>
</UL>
<LI><A NAME="TOC108" HREF="maxima_35.html#SEC108">Rules and Patterns</A>
<UL>
<LI><A NAME="TOC109" HREF="maxima_35.html#SEC109">Introduction to Rules and Patterns</A>
<LI><A NAME="TOC110" HREF="maxima_35.html#SEC110">Definitions for Rules and Patterns</A>
</UL>
<LI><A NAME="TOC111" HREF="maxima_36.html#SEC111">Lists</A>
<UL>
<LI><A NAME="TOC112" HREF="maxima_36.html#SEC112">Introduction to Lists</A>
<LI><A NAME="TOC113" HREF="maxima_36.html#SEC113">Definitions for Lists</A>
</UL>
<LI><A NAME="TOC114" HREF="maxima_37.html#SEC114">Function Definition</A>
<UL>
<LI><A NAME="TOC115" HREF="maxima_37.html#SEC115">Introduction to Function Definition</A>
<LI><A NAME="TOC116" HREF="maxima_37.html#SEC116">FUNCTION</A>
<LI><A NAME="TOC117" HREF="maxima_37.html#SEC117">MACROS</A>
<UL>
<LI><A NAME="TOC118" HREF="maxima_37.html#SEC118">Semantics</A>
<LI><A NAME="TOC119" HREF="maxima_37.html#SEC119">SIMPLIFICATION</A>
</UL>
<LI><A NAME="TOC120" HREF="maxima_37.html#SEC120">OPTIMIZATION</A>
<LI><A NAME="TOC121" HREF="maxima_37.html#SEC121">Definitions for Function Definition</A>
</UL>
<LI><A NAME="TOC122" HREF="maxima_38.html#SEC122">Program Flow</A>
<UL>
<LI><A NAME="TOC123" HREF="maxima_38.html#SEC123">Introduction to Program Flow</A>
<LI><A NAME="TOC124" HREF="maxima_38.html#SEC124">Definitions for Program Flow</A>
</UL>
<LI><A NAME="TOC125" HREF="maxima_39.html#SEC125">Debugging</A>
<UL>
<LI><A NAME="TOC126" HREF="maxima_39.html#SEC126">Source Level Debugging</A>
<LI><A NAME="TOC127" HREF="maxima_39.html#SEC127">Keyword Commands</A>
<LI><A NAME="TOC128" HREF="maxima_39.html#SEC128">Definitions for Debugging</A>
</UL>
<LI><A NAME="TOC129" HREF="maxima_40.html#SEC129">Indices</A>
<LI><A NAME="TOC130" HREF="maxima_41.html#SEC130">Function and Variable Index</A>
</UL>
<P><HR><P>
This document was generated on 25 April 2001 using the
<A HREF="http://wwwcn.cern.ch/dci/texi2html/">texi2html</A>
translator version 1.51a.</P>
</BODY>
</HTML>