Maxima-5 15
Maxima-5 15
Short Contents
1 Introduction to Maxima . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
2 Bug Detection and Reporting . . . . . . . . . . . . . . . . . . . . . . . 5
3 Help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
4 Command Line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
5 Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
6 Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
7 Simplification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93
8 Plotting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101
9 Input and Output . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123
10 Floating Point . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151
11 Contexts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 153
12 Polynomials . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159
13 Constants . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181
14 Logarithms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185
15 Trigonometric . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189
16 Special Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197
17 Elliptic Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 205
18 Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211
19 Differentiation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213
20 Integration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223
21 Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243
22 Differential Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . 261
23 Numerical . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265
24 Arrays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 273
25 Matrices and Linear Algebra . . . . . . . . . . . . . . . . . . . . . . 283
26 Affine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305
27 itensor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309
28 ctensor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343
29 atensor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 371
30 Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 375
31 Number Theory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 387
32 Symmetries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395
33 Groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 411
34 Runtime Environment . . . . . . . . . . . . . . . . . . . . . . . . . . 413
35 Miscellaneous Options . . . . . . . . . . . . . . . . . . . . . . . . . . 417
ii Maxima Manual
36 Rules and Patterns . . . . . . . . . . . . . . . . . . . . . . . . . . . . 425
37 Lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443
38 Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 449
39 Function Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . 477
40 Program Flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 505
41 Debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 517
42 augmented lagrangian . . . . . . . . . . . . . . . . . . . . . . . . . . 525
43 bode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 527
44 contrib ode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 529
45 descriptive . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 537
46 diag . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 557
47 distrib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 565
48 draw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 601
49 dynamics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 649
50 f90 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 659
51 ggf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 661
52 graphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663
53 grobner . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 691
54 impdiff . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 699
55 implicit plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 701
56 interpol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 703
57 lapack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 709
58 lbfgs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 713
59 lindstedt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 719
60 linearalgebra . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 721
61 lsquares . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 735
62 makeOrders . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 745
63 mnewton . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 747
64 numericalio . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 749
65 opsubst . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 755
66 orthopoly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757
67 plotdf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 769
68 romberg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 775
69 simplex . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779
70 simplification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 781
71 solve rec . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 791
72 stats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 795
73 stirling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 811
iii
74 stringproc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 813
75 unit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825
76 zeilberger . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
77 Indices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
A Function and Variable Index . . . . . . . . . . . . . . . . . . . . . . 841
iv Maxima Manual
v
Table of Contents
1 Introduction to Maxima . . . . . . . . . . . . . . . . . . . . 1
3 Help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.1 Lisp and Maxima . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.2 Garbage Collection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.3 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.4 Functions and Variables for Help . . . . . . . . . . . . . . . . . . . . . . . . . 9
4 Command Line . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
4.1 Introduction to Command Line. . . . . . . . . . . . . . . . . . . . . . . . . . 13
4.2 Functions and Variables for Command Line . . . . . . . . . . . . . . 17
5 Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
5.1 nary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
5.2 nofix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
5.3 postfix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
5.4 prefix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
5.5 Arithmetic operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
5.6 Relational operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
5.7 General operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
6 Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
6.1 Introduction to Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
6.2 Complex . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
6.3 Nouns and Verbs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
6.4 Identifiers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
6.5 Strings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
6.6 Inequality . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
6.7 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
6.8 Functions and Variables for Expressions . . . . . . . . . . . . . . . . . . 65
7 Simplification. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93
7.1 Functions and Variables for Simplification . . . . . . . . . . . . . . . . 93
8 Plotting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101
8.1 Functions and Variables for Plotting . . . . . . . . . . . . . . . . . . . . 101
8.1.1 Functions for working with the gnuplot pipes format
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121
vi Maxima Manual
11 Contexts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 153
11.1 Functions and Variables for Contexts . . . . . . . . . . . . . . . . . . 153
12 Polynomials . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159
12.1 Introduction to Polynomials . . . . . . . . . . . . . . . . . . . . . . . . . . 159
12.2 Functions and Variables for Polynomials . . . . . . . . . . . . . . . 159
13 Constants . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181
13.1 Functions and Variables for Constants . . . . . . . . . . . . . . . . . 181
14 Logarithms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185
14.1 Functions and Variables for Logarithms . . . . . . . . . . . . . . . . 185
15 Trigonometric . . . . . . . . . . . . . . . . . . . . . . . . . . 189
15.1 Introduction to Trigonometric . . . . . . . . . . . . . . . . . . . . . . . . . 189
15.2 Functions and Variables for Trigonometric . . . . . . . . . . . . . 189
18 Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211
18.1 Functions and Variables for Limits . . . . . . . . . . . . . . . . . . . . 211
19 Differentiation . . . . . . . . . . . . . . . . . . . . . . . . . . 213
19.1 Functions and Variables for Differentiation . . . . . . . . . . . . . 213
vii
20 Integration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223
20.1 Introduction to Integration . . . . . . . . . . . . . . . . . . . . . . . . . . . 223
20.2 Functions and Variables for Integration . . . . . . . . . . . . . . . . 223
20.3 Introduction to QUADPACK . . . . . . . . . . . . . . . . . . . . . . . . . 232
20.3.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232
20.4 Functions and Variables for QUADPACK . . . . . . . . . . . . . . 233
21 Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243
21.1 Functions and Variables for Equations . . . . . . . . . . . . . . . . . 243
23 Numerical. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265
23.1 Introduction to fast Fourier transform . . . . . . . . . . . . . . . . . 265
23.2 Functions and Variables for fast Fourier transform . . . . . . 265
23.3 Introduction to Fourier series . . . . . . . . . . . . . . . . . . . . . . . . . 270
23.4 Functions and Variables for Fourier series . . . . . . . . . . . . . . 270
24 Arrays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 273
24.1 Functions and Variables for Arrays . . . . . . . . . . . . . . . . . . . . 273
26 Affine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305
26.1 Introduction to Affine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305
26.2 Functions and Variables for Affine . . . . . . . . . . . . . . . . . . . . . 305
viii Maxima Manual
27 itensor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309
27.1 Introduction to itensor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309
27.1.1 New tensor notation . . . . . . . . . . . . . . . . . . . . . . . . . 310
27.1.2 Indicial tensor manipulation . . . . . . . . . . . . . . . . . . 310
27.2 Functions and Variables for itensor . . . . . . . . . . . . . . . . . . . . 313
27.2.1 Managing indexed objects . . . . . . . . . . . . . . . . . . . . 313
27.2.2 Tensor symmetries . . . . . . . . . . . . . . . . . . . . . . . . . . . 322
27.2.3 Indicial tensor calculus . . . . . . . . . . . . . . . . . . . . . . . 323
27.2.4 Tensors in curved spaces . . . . . . . . . . . . . . . . . . . . . 328
27.2.5 Moving frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331
27.2.6 Torsion and nonmetricity. . . . . . . . . . . . . . . . . . . . . 334
27.2.7 Exterior algebra . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 336
27.2.8 Exporting TeX expressions . . . . . . . . . . . . . . . . . . . 340
27.2.9 Interfacing with ctensor . . . . . . . . . . . . . . . . . . . . . . 340
27.2.10 Reserved words. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341
28 ctensor. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343
28.1 Introduction to ctensor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343
28.2 Functions and Variables for ctensor . . . . . . . . . . . . . . . . . . . . 345
28.2.1 Initialization and setup . . . . . . . . . . . . . . . . . . . . . . 345
28.2.2 The tensors of curved space . . . . . . . . . . . . . . . . . . 348
28.2.3 Taylor series expansion. . . . . . . . . . . . . . . . . . . . . . . 350
28.2.4 Frame fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353
28.2.5 Algebraic classification . . . . . . . . . . . . . . . . . . . . . . . 353
28.2.6 Torsion and nonmetricity. . . . . . . . . . . . . . . . . . . . . 356
28.2.7 Miscellaneous features . . . . . . . . . . . . . . . . . . . . . . . 357
28.2.8 Utility functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 359
28.2.9 Variables used by ctensor . . . . . . . . . . . . . . . . . . . 364
28.2.10 Reserved names . . . . . . . . . . . . . . . . . . . . . . . . . . . . 368
28.2.11 Changes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 368
29 atensor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 371
29.1 Introduction to atensor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 371
29.2 Functions and Variables for atensor . . . . . . . . . . . . . . . . . . . . 372
30 Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 375
30.1 Introduction to Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 375
30.2 Functions and Variables for Series . . . . . . . . . . . . . . . . . . . . . 375
32 Symmetries . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395
32.1 Introduction to Symmetries . . . . . . . . . . . . . . . . . . . . . . . . . . . 395
32.2 Functions and Variables for Symmetries . . . . . . . . . . . . . . . . 395
32.2.1 Changing bases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395
32.2.2 Changing representations . . . . . . . . . . . . . . . . . . . . 398
32.2.3 Groups and orbits . . . . . . . . . . . . . . . . . . . . . . . . . . . 400
32.2.4 Partitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 402
32.2.5 Polynomials and their roots . . . . . . . . . . . . . . . . . . 403
32.2.6 Resolvents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 405
32.2.7 Miscellaneous . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 410
33 Groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 411
33.1 Functions and Variables for Groups . . . . . . . . . . . . . . . . . . . . 411
37 Lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443
37.1 Introduction to Lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443
37.2 Functions and Variables for Lists . . . . . . . . . . . . . . . . . . . . . . 443
38 Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 449
38.1 Introduction to Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 449
38.1.1 Usage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 449
38.1.2 Set Member Iteration . . . . . . . . . . . . . . . . . . . . . . . . 451
38.1.3 Bugs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 452
38.1.4 Authors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 453
38.2 Functions and Variables for Sets . . . . . . . . . . . . . . . . . . . . . . . 453
x Maxima Manual
41 Debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 517
41.1 Source Level Debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 517
41.2 Keyword Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 518
41.3 Functions and Variables for Debugging. . . . . . . . . . . . . . . . . 519
43 bode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 527
43.1 Functions and Variables for bode . . . . . . . . . . . . . . . . . . . . . . 527
45 descriptive . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 537
45.1 Introduction to descriptive . . . . . . . . . . . . . . . . . . . . . . . . . . . . 537
45.2 Functions and Variables for data manipulation . . . . . . . . . 539
45.3 Functions and Variables for descriptive statistics . . . . . . . . 541
45.4 Functions and Variables for specific multivariate descriptive
statistics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 549
45.5 Functions and Variables for statistical graphs . . . . . . . . . . . 553
46 diag . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 557
46.1 Functions and Variables for diag . . . . . . . . . . . . . . . . . . . . . . 557
47 distrib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 565
47.1 Introduction to distrib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 565
47.2 Functions and Variables for continuous distributions . . . . 567
47.3 Functions and Variables for discrete distributions . . . . . . . 591
xi
48 draw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 601
48.1 Introduction to draw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 601
48.2 Functions and Variables for draw . . . . . . . . . . . . . . . . . . . . . . 601
48.3 Functions and Variables for pictures . . . . . . . . . . . . . . . . . . . 643
48.4 Functions and Variables for worldmap . . . . . . . . . . . . . . . . . 645
49 dynamics. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 649
49.1 Introduction to dynamics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 649
49.2 Functions and Variables for dynamics . . . . . . . . . . . . . . . . . . 649
50 f90 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 659
50.1 Functions and Variables for f90 . . . . . . . . . . . . . . . . . . . . . . . . 659
51 ggf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 661
51.1 Functions and Variables for ggf . . . . . . . . . . . . . . . . . . . . . . . . 661
52 graphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663
52.1 Introduction to graphs. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663
52.2 Functions and Variables for graphs . . . . . . . . . . . . . . . . . . . . 663
52.2.1 Building graphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663
52.2.2 Graph properties . . . . . . . . . . . . . . . . . . . . . . . . . . . . 668
52.2.3 Modifying graphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . 683
52.2.4 Reading and writing to files . . . . . . . . . . . . . . . . . . 685
52.2.5 Visualization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 686
53 grobner . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 691
53.1 Introduction to grobner . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 691
53.1.1 Notes on the grobner package. . . . . . . . . . . . . . . . . 691
53.1.2 Implementations of admissible monomial orders in
grobner . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 691
53.2 Functions and Variables for grobner . . . . . . . . . . . . . . . . . . . 692
53.2.1 Global switches for grobner. . . . . . . . . . . . . . . . . . . 692
53.2.2 Simple operators in grobner . . . . . . . . . . . . . . . . . . 693
53.2.3 Other functions in grobner . . . . . . . . . . . . . . . . . . . 694
53.2.4 Standard postprocessing of Groebner Bases . . . . 695
54 impdiff . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 699
54.1 Functions and Variables for impdiff . . . . . . . . . . . . . . . . . . . . 699
56 interpol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 703
56.1 Introduction to interpol. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 703
56.2 Functions and Variables for interpol . . . . . . . . . . . . . . . . . . . 703
xii Maxima Manual
57 lapack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 709
57.1 Introduction to lapack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 709
57.2 Functions and Variables for lapack . . . . . . . . . . . . . . . . . . . . 709
58 lbfgs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 713
58.1 Introduction to lbfgs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 713
58.2 Functions and Variables for lbfgs . . . . . . . . . . . . . . . . . . . . . . 713
59 lindstedt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 719
59.1 Functions and Variables for lindstedt . . . . . . . . . . . . . . . . . . 719
60 linearalgebra . . . . . . . . . . . . . . . . . . . . . . . . . . . 721
60.1 Introduction to linearalgebra . . . . . . . . . . . . . . . . . . . . . . . . . . 721
60.2 Functions and Variables for linearalgebra . . . . . . . . . . . . . . 722
61 lsquares . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 735
61.1 Introduction to lsquares . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 735
61.2 Functions and Variables for lsquares . . . . . . . . . . . . . . . . . . . 735
62 makeOrders . . . . . . . . . . . . . . . . . . . . . . . . . . . . 745
62.1 Functions and Variables for makeOrders . . . . . . . . . . . . . . . 745
63 mnewton . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 747
63.1 Introduction to mnewton . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 747
63.2 Functions and Variables for mnewton . . . . . . . . . . . . . . . . . . 747
64 numericalio . . . . . . . . . . . . . . . . . . . . . . . . . . . . 749
64.1 Introduction to numericalio . . . . . . . . . . . . . . . . . . . . . . . . . . . 749
64.1.1 Plain-text input and output . . . . . . . . . . . . . . . . . . 749
64.1.2 Separator flag values for input . . . . . . . . . . . . . . . . 749
64.1.3 Separator flag values for output . . . . . . . . . . . . . . . 749
64.1.4 Binary floating-point input and output . . . . . . . . 750
64.2 Functions and Variables for plain-text input and output
...................................................... 750
64.3 Functions and Variables for binary input and output . . . . 752
65 opsubst . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 755
65.1 Functions and Variables for opsubst . . . . . . . . . . . . . . . . . . . 755
xiii
66 orthopoly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757
66.1 Introduction to orthogonal polynomials . . . . . . . . . . . . . . . . 757
66.1.1 Getting Started with orthopoly . . . . . . . . . . . . . . . 757
66.1.2 Limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 759
66.1.3 Floating point Evaluation . . . . . . . . . . . . . . . . . . . . 761
66.1.4 Graphics and orthopoly . . . . . . . . . . . . . . . . . . . . . 762
66.1.5 Miscellaneous Functions . . . . . . . . . . . . . . . . . . . . . . 763
66.1.6 Algorithms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 764
66.2 Functions and Variables for orthogonal polynomials . . . . . 764
67 plotdf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 769
67.1 Introduction to plotdf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 769
67.2 Functions and Variables for plotdf . . . . . . . . . . . . . . . . . . . . . 769
68 romberg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 775
68.1 Functions and Variables for romberg . . . . . . . . . . . . . . . . . . . 775
69 simplex . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779
69.1 Introduction to simplex . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779
69.2 Functions and Variables for simplex . . . . . . . . . . . . . . . . . . . 779
70 simplification . . . . . . . . . . . . . . . . . . . . . . . . . . . 781
70.1 Introduction to simplification . . . . . . . . . . . . . . . . . . . . . . . . . 781
70.2 Package absimp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 781
70.3 Package facexp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 781
70.4 Package functs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 783
70.5 Package ineq . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 786
70.6 Package rducon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 787
70.7 Package scifac . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 788
70.8 Package sqdnst. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 788
72 stats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 795
72.1 Introduction to stats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 795
72.2 Functions and Variables for inference result . . . . . . . . . . . . 795
72.3 Functions and Variables for stats . . . . . . . . . . . . . . . . . . . . . . 797
72.4 Functions and Variables for special distributions . . . . . . . . 808
73 stirling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 811
73.1 Functions and Variables for stirling . . . . . . . . . . . . . . . . . . . . 811
xiv Maxima Manual
74 stringproc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 813
74.1 Introduction to string processing . . . . . . . . . . . . . . . . . . . . . . 813
74.2 Functions and Variables for input and output . . . . . . . . . . 814
74.3 Functions and Variables for characters . . . . . . . . . . . . . . . . . 817
74.4 Functions and Variables for strings . . . . . . . . . . . . . . . . . . . . 818
75 unit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825
75.1 Introduction to Units . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825
75.2 Functions and Variables for Units . . . . . . . . . . . . . . . . . . . . . 826
76 zeilberger . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
76.1 Introduction to zeilberger . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
76.1.0.1 The indefinite summation problem . . . 835
76.1.0.2 The definite summation problem . . . . . 835
76.1.1 Verbosity levels. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
76.2 Functions and Variables for zeilberger . . . . . . . . . . . . . . . . . 836
76.3 General global variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 837
76.4 Variables related to the modular test . . . . . . . . . . . . . . . . . . 838
77 Indices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
1 Introduction to Maxima
Start Maxima with the command "maxima". Maxima will display version information
and a prompt. End each Maxima command with a semicolon. End the session with the
command "quit();". Heres a sample session:
[wfs@chromium]$ maxima
Maxima 5.9.1 http://maxima.sourceforge.net
Using Lisp CMU Common Lisp 19a
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
This is a development version of Maxima. The function bug_report()
provides bug reporting information.
(%i1) factor(10!);
8 4 2
(%o1) 2 3 5 7
(%i2) expand ((x + y)^6);
6 5 2 4 3 3 4 2 5 6
(%o2) y + 6 x y + 15 x y + 20 x y + 15 x y + 6 x y + x
(%i3) factor (x^6 - 1);
2 2
(%o3) (x - 1) (x + 1) (x - x + 1) (x + x + 1)
(%i4) quit();
[wfs@chromium]$
Maxima can search the info pages. Use the describe command to show information
about the command or all the commands and variables containing a string. The question
mark ? (exact search) and double question mark ?? (inexact search) are abbreviations for
describe:
(%i1) ?? integ
0: Functions and Variables for Elliptic Integrals
1: Functions and Variables for Integration
2: Introduction to Elliptic Functions and Integrals
3: Introduction to Integration
4: askinteger (Functions and Variables for Simplification)
5: integerp (Functions and Variables for Miscellaneous Options)
6: integer_partitions (Functions and Variables for Sets)
7: integrate (Functions and Variables for Integration)
8: integrate_use_rootsof (Functions and Variables for Integration)
9: integration_constant_counter (Functions and Variables for
Integration)
10: nonnegintegerp (Functions and Variables for linearalgebra)
Enter space-separated numbers, all or none: 5 4
Examples:
(%o1) true
To use a result in later calculations, you can assign it to a variable or refer to it by its
automatically supplied label. In addition, % refers to the most recent calculated result:
(%i1) u: expand ((x + y)^6);
6 5 2 4 3 3 4 2 5 6
(%o1) y + 6 x y + 15 x y + 20 x y + 15 x y + 6 x y + x
(%i2) diff (u, x);
5 4 2 3 3 2 4 5
(%o2) 6 y + 30 x y + 60 x y + 60 x y + 30 x y + 6 x
(%i3) factor (%o2);
5
(%o3) 6 (y + x)
Chapter 1: Introduction to Maxima 3
3 sqrt(5) - 7 sqrt(5) - 3
[y = -------------, x = - -----------]]
2 2
Maxima can generate plots of one or more functions:
(%i1) eq_1: x^2 + 3*x*y + y^2 = 0$
(%i2) eq_2: 3*x + y = 1$
(%i3) solve ([eq_1, eq_2]);
3 sqrt(5) + 7 sqrt(5) + 3
(%o3) [[y = - -------------, x = -----------],
2 2
3 sqrt(5) - 7 sqrt(5) - 3
[y = -------------, x = - -----------]]
4 Maxima Manual
2 2
(%i4) kill(labels);
(%o0) done
(%i1) plot2d (sin(x)/x, [x, -20, 20]);
(%o1)
(%i2) plot2d ([atan(x), erf(x), tanh(x)], [x, -5, 5]);
(%o2)
(%i3) plot3d (sin(sqrt(x^2 + y^2))/sqrt(x^2 + y^2), [x, -12, 12],
[y, -12, 12]);
(%o3)
Chapter 2: Bug Detection and Reporting 5
3 Help
3.3 Documentation
The Maxima on-line users manual can be viewed in different forms. From the Maxima
interactive prompt, the users manual is viewed as plain text by the ? command (i.e., the
describe function). The users manual is viewed as info hypertext by the info viewer
program and as a web page by any ordinary web browser.
example displays examples for many Maxima functions. For example,
(%i1) example (integrate);
yields
(%i2) test(f):=block([u],u:integrate(f,x),ratsimp(f-diff(u,x)))
(%o2) test(f) := block([u], u : integrate(f, x),
batching /home/wfs/maxima/share/simplification/disol.dem
At the _ prompt, type ; followed by enter to get next demo
(%i2) load(disol)
_
(%i3) exp1 : a (e (g + f) + b (d + c))
(%o3) a (e (g + f) + b (d + c))
_
(%i4) disolate(exp1, a, b, e)
(%t4) d + c
(%t5) g + f
_
(%i5) demo ("rncomb");
batching /home/wfs/maxima/share/simplification/rncomb.dem
At the _ prompt, type ; followed by enter to get next demo
(%i6) load(rncomb)
_
z x
(%i7) exp1 : ----- + ---------
y + x 2 (y + x)
z x
(%o7) ----- + ---------
y + x 2 (y + x)
_
(%i8) combine(exp1)
z x
10 Maxima Manual
_
(%i9) rncombine(%)
2 z + x
(%o9) ---------
2 (y + x)
_
d c b a
(%i10) exp2 : - + - + - + -
3 3 2 2
d c b a
(%o10) - + - + - + -
3 3 2 2
_
(%i11) combine(exp2)
2 d + 2 c + 3 (b + a)
(%o11) ---------------------
6
_
(%i12) rncombine(exp2)
2 d + 2 c + 3 b + 3 a
(%o12) ---------------------
6
_
(%i13)
Example:
(%i1) ?? integ
0: Functions and Variables for Elliptic Integrals
1: Functions and Variables for Integration
2: Introduction to Elliptic Functions and Integrals
3: Introduction to Integration
4: askinteger (Functions and Variables for Simplification)
5: integerp (Functions and Variables for Miscellaneous Options)
6: integer_partitions (Functions and Variables for Sets)
7: integrate (Functions and Variables for Integration)
8: integrate_use_rootsof (Functions and Variables for
Integration)
9: integration_constant_counter (Functions and Variables for
Integration)
10: nonnegintegerp (Functions and Variables for linearalgebra)
Enter space-separated numbers, all or none: 7 8
4 Command Line
Operator
The single quote operator prevents evaluation.
Applied to a symbol, the single quote prevents evaluation of the symbol.
Applied to a function call, the single quote prevents evaluation of the function call, al-
though the arguments of the function are still evaluated (if evaluation is not otherwise
prevented). The result is the noun form of the function call.
Applied to a parenthesized expression, the single quote prevents evaluation of all
symbols and function calls in the expression. E.g., (f(x)) means do not evaluate
the expression f(x). f(x) (with the single quote applied to f instead of f(x)) means
return the noun form of f applied to [x].
The single quote does not prevent simplification.
When the global flag noundisp is true, nouns display with a single quote. This switch
is always true when displaying function definitions.
See also the quote-quote operator and nouns.
Examples:
Applied to a symbol, the single quote prevents evaluation of the symbol.
(%i1) aa: 1024;
(%o1) 1024
(%i2) aa^2;
(%o2) 1048576
(%i3) aa^2;
2
(%o3) aa
(%i4) %;
(%o4) 1048576
Applied to a function call, the single quote prevents evaluation of the function call.
The result is the noun form of the function call.
(%i1) x0: 5;
(%o1) 5
(%i2) x1: 7;
(%o2) 7
(%i3) integrate (x^2, x, x0, x1);
218
(%o3) ---
3
(%i4) integrate (x^2, x, x0, x1);
7
/
[ 2
(%o4) I x dx
14 Maxima Manual
]
/
5
(%i5) %, nouns;
218
(%o5) ---
3
Applied to a parenthesized expression, the single quote prevents evaluation of all
symbols and function calls in the expression.
(%i1) aa: 1024;
(%o1) 1024
(%i2) bb: 19;
(%o2) 19
(%i3) sqrt(aa) + bb;
(%o3) 51
(%i4) (sqrt(aa) + bb);
(%o4) bb + sqrt(aa)
(%i5) %;
(%o5) 51
The single quote does not prevent simplification.
(%i1) sin (17 * %pi) + cos (17 * %pi);
(%o1) - 1
(%i2) (sin (17 * %pi) + cos (17 * %pi));
(%o2) - 1
Operator
The quote-quote operator (two single quote marks) modifies evaluation in input
expressions.
Applied to a general expression expr, quote-quote causes the value of expr to be
substituted for expr in the input expression.
Applied to the operator of an expression, quote-quote changes the operator from a
noun to a verb (if it is not already a verb).
The quote-quote operator is applied by the input parser; it is not stored as part
of a parsed input expression. The quote-quote operator is always applied as soon
as it is parsed, and cannot be quoted. Thus quote-quote causes evaluation when
evaluation is otherwise suppressed, such as in function definitions, lambda expressions,
and expressions quoted by single quote .
Quote-quote is recognized by batch and load.
See also the single-quote operator and nouns.
Examples:
Applied to a general expression expr, quote-quote causes the value of expr to be
substituted for expr in the input expression.
(%i1) expand ((a + b)^3);
3 2 2 3
(%o1) b + 3 a b + 3 a b + a
Chapter 4: Command Line 15
op(cc + aa) = +
(%o3) done
(%i4) (aa + cc);
(%o4) 6912
(%i5) display (_, op (_), args (_));
_ = dd + bb
op(dd + bb) = +
(%o5) done
Quote-quote causes evaluation when evaluation is otherwise suppressed, such as in
function definitions, lambda expressions, and expressions quoted by single quote .
(%i1) foo_1a (x) := (integrate (log (x), x));
(%o1) foo_1a(x) := x log(x) - x
(%i2) foo_1b (x) := integrate (log (x), x);
(%o2) foo_1b(x) := integrate(log(x), x)
(%i3) dispfun (foo_1a, foo_1b);
(%t3) foo_1a(x) := x log(x) - x
(%t8) foo_2b(x) := %
alias (new name 1, old name 1, ..., new name n, old name n) Function
provides an alternate name for a (user or system) function, variable, array, etc. Any
even number of arguments may be used.
4. The resulting expression is then re-evaluated (unless one of the arguments was
noeval) and simplified according to the arguments. Note that any function
calls in expr will be carried out after the variables in it are evaluated and that
ev(F(x)) thus may behave like F(ev(x)).
5. For each instance of eval in the arguments, steps (3) and (4) are repeated.
Examples
(%i1) sin(x) + cos(y) + (w+1)^2 + diff (sin(w), w);
d 2
(%o1) cos(y) + sin(x) + -- (sin(w)) + (w + 1)
dw
(%i2) ev (%, sin, expand, diff, x=2, y=1);
2
(%o2) cos(w) + w + 2 w + cos(1) + 1.909297426825682
An alternate top level syntax has been provided for ev, whereby one may just type
in its arguments, without the ev(). That is, one may write simply
expr, arg 1, ..., arg n
This is not permitted as part of another expression, e.g., in functions, blocks, etc.
Notice the parallel binding process in the following example.
(%i3) programmode: false;
(%o3) false
(%i4) x+y, x: a+y, y: 2;
(%o4) y + a + 2
(%i5) 2*x - 3*y = 3$
(%i6) -3*x + 2*y = -4$
(%i7) solve ([%o5, %o6]);
Solution
1
(%t7) y = - -
5
6
(%t8) x = -
5
(%o8) [[%t7, %t8]]
(%i8) %o6, %o8;
(%o8) - 4 = - 4
(%i9) x + 1/x > gamma (1/2);
1
(%o9) x + - > sqrt(%pi)
x
(%i10) %, numer, x=1/2;
(%o10) 2.5 > 1.772453850905516
(%i11) %, pred;
(%o11) true
20 Maxima Manual
evflag Property
When a symbol x has the evflag property, the expressions ev(expr, x) and expr,
x (at the interactive prompt) are equivalent to ev(expr, x = true). That is, x is
bound to true while expr is evaluated.
The expression declare(x, evflag) gives the evflag property to the variable x.
The flags which have the evflag property by default are the following:
algebraic, cauchysum, demoivre, dotscrules, %emode, %enumer, exponentialize,
exptisolate, factorflag, float, halfangles, infeval, isolate_wrt_times,
keepfloat, letrat, listarith, logabs, logarc, logexpand, lognegint, lognumer,
m1pbranch, numer_pbranch, programmode, radexpand, ratalgdenom, ratfac,
ratmx, ratsimpexpons, simp, simpsum, sumexpand, and trigexpand.
Examples:
(%i1) sin (1/2);
1
(%o1) sin(-)
2
(%i2) sin (1/2), float;
(%o2) 0.479425538604203
(%i3) sin (1/2), float=true;
(%o3) 0.479425538604203
(%i4) simp : false;
(%o4) false
(%i5) 1 + 1;
(%o5) 1 + 1
(%i6) 1 + 1, simp;
(%o6) 2
(%i7) simp : true;
(%o7) true
(%i8) sum (1/k^2, k, 1, inf);
inf
====
\ 1
(%o8) > --
/ 2
==== k
k = 1
(%i9) sum (1/k^2, k, 1, inf), simpsum;
2
%pi
(%o9) ----
6
(%i10) declare (aa, evflag);
(%o10) done
(%i11) if aa = true then YES else NO;
(%o11) NO
(%i12) if aa = true then YES else NO, aa;
(%o12) YES
Chapter 4: Command Line 21
evfun Property
When a function F has the evfun property, the expressions ev(expr, F) and expr,
F (at the interactive prompt) are equivalent to F(ev(expr)).
If two or more evfun functions F, G, etc., are specified, the functions are applied in
the order that they are specified.
The expression declare(F, evfun) gives the evfun property to the function F.
The functions which have the evfun property by default are the following: bfloat,
factor, fullratsimp, logcontract, polarform, radcan, ratexpand, ratsimp,
rectform, rootscontract, trigexpand, and trigreduce.
Examples:
(%i1) x^3 - 1;
3
(%o1) x - 1
(%i2) x^3 - 1, factor;
2
(%o2) (x - 1) (x + x + 1)
(%i3) factor (x^3 - 1);
2
(%o3) (x - 1) (x + x + 1)
(%i4) cos(4 * x) / sin(x)^4;
cos(4 x)
(%o4) --------
4
sin (x)
(%i5) cos(4 * x) / sin(x)^4, trigexpand;
4 2 2 4
sin (x) - 6 cos (x) sin (x) + cos (x)
(%o5) -------------------------------------
4
sin (x)
(%i6) cos(4 * x) / sin(x)^4, trigexpand, ratexpand;
2 4
6 cos (x) cos (x)
(%o6) - --------- + ------- + 1
2 4
sin (x) sin (x)
(%i7) ratexpand (trigexpand (cos(4 * x) / sin(x)^4));
2 4
6 cos (x) cos (x)
(%o7) - --------- + ------- + 1
2 4
sin (x) sin (x)
(%i8) declare ([F, G], evfun);
(%o8) done
(%i9) (aa : bb, bb : cc, cc : dd);
(%o9) dd
(%i10) aa;
(%o10) bb
22 Maxima Manual
(%i11) aa, F;
(%o11) F(cc)
(%i12) F (aa);
(%o12) F(bb)
(%i13) F (ev (aa));
(%o13) F(cc)
(%i14) aa, F, G;
(%o14) G(F(cc))
(%i15) G (F (ev (aa)));
(%o15) G(F(cc))
The memory taken up by a bound property is not released until all symbols are
unbound from it. In particular, to release the memory taken up by the value of
a symbol, one unbinds the output label which shows the bound value, as well as
unbinding the symbol itself.
kill quotes its arguments. The quote-quote operator defeats quotation.
kill (symbol) unbinds all properties of symbol. In contrast, remvalue,
remfunction, remarray, and remrule unbind a specific property.
kill always returns done, even if an argument has no binding.
the labels list. Since labels are not bound to results, garbage collection can recover
the memory taken up by the results.
Otherwise input and output result labels are bound to results, and the labels are
appended to the labels list.
Intermediate expression labels (%t) are not affected by nolabels; whether nolabels
is true or false, intermediate expression labels are bound and appended to the
labels list.
See also batch, load, and labels.
playback () Function
playback (n) Function
playback ([m, n]) Function
playback ([m]) Function
playback (input) Function
playback (slow) Function
playback (time) Function
playback (grind) Function
Displays input, output, and intermediate expressions, without recomputing them.
playback only displays the expressions bound to labels; any other output (such as
text printed by print or describe, or error messages) is not displayed. See also
labels.
playback quotes its arguments. The quote-quote operator defeats quotation.
playback always returns done.
playback () (with no arguments) displays all input, output, and intermediate expres-
sions generated so far. An output expression is displayed even if it was suppressed by
the $ terminator when it was originally computed.
playback (n) displays the most recent n expressions. Each input, output, and inter-
mediate expression counts as one.
playback ([m, n]) displays input, output, and intermediate expressions with num-
bers from m through n, inclusive.
playback ([m]) is equivalent to playback ([m, m]); this usually prints one pair
of input and output expressions.
playback (input) displays all input expressions generated so far.
playback (slow) pauses between expressions and waits for the user to press enter.
This behavior is similar to demo. playback (slow) is useful in conjunction with
save or stringout when creating a secondary-storage file in order to pick out useful
expressions.
playback (time) displays the computation time for each expression.
Chapter 4: Command Line 25
playback (grind) displays input expressions in the same format as the grind func-
tion. Output expressions are not affected by the grind option. See grind.
Arguments may be combined, e.g., playback ([5, 10], grind, time, slow).
quit () Function
Terminates the Maxima session. Note that the function must be invoked as quit();
or quit()$, not quit by itself.
To stop a lengthy computation, type control-C. The default action is to return to the
Maxima prompt. If *debugger-hook* is nil, control-C opens the Lisp debugger.
See also debugging.
reset () Function
Resets many global variables and options, and some other variables, to their default
values.
reset processes the variables on the Lisp list *variable-initial-values*. The
Lisp macro defmvar puts variables on this list (among other actions). Many, but not
all, global variables and options are defined by defmvar, and some variables defined
by defmvar are not global variables or options.
26 Maxima Manual
to lisp () Function
Enters the Lisp system under Maxima. (to-maxima) returns to Maxima.
5 Operators
5.1 nary
An nary operator is used to denote a function of any number of arguments, each of
which is separated by an occurrence of the operator, e.g. A+B or A+B+C. The nary("x")
function is a syntax extension function to declare x to be an nary operator. Functions may
be declared to be nary. If declare(j,nary); is done, this tells the simplifier to simplify,
e.g. j(j(a,b),j(c,d)) to j(a, b, c, d).
See also Syntax.
5.2 nofix
nofix operators are used to denote functions of no arguments. The mere presence of
such an operator in a command will cause the corresponding function to be evaluated. For
example, when one types "exit;" to exit from a Maxima break, "exit" is behaving similar to
a nofix operator. The function nofix("x") is a syntax extension function which declares
x to be a nofix operator.
See also Syntax.
5.3 postfix
postfix operators like the prefix variety denote functions of a single argument, but
in this case the argument immediately precedes an occurrence of the operator in the input
string, e.g. 3! . The postfix("x") function is a syntax extension function to declare x to
be a postfix operator.
See also Syntax.
5.4 prefix
A prefix operator is one which signifies a function of one argument, which argument
immediately follows an occurrence of the operator. prefix("x") is a syntax extension
function to declare x to be a prefix operator.
See also Syntax.
+ Operator
- Operator
* Operator
/ Operator
^ Operator
The symbols + * / and ^ represent addition, multiplication, division, and exponen-
tiation, respectively. The names of these operators are "+" "*" "/" and "^", which
may appear where the name of a function or operator is required.
28 Maxima Manual
The symbols + and - represent unary addition and negation, respectively, and the
names of these operators are "+" and "-", respectively.
Subtraction a - b is represented within Maxima as addition, a + (- b). Expressions
such as a + (- b) are displayed as subtraction. Maxima recognizes "-" only as the
name of the unary negation operator, and not as the name of the binary subtraction
operator.
Division a / b is represented within Maxima as multiplication, a * b^(- 1). Expres-
sions such as a * b^(- 1) are displayed as division. Maxima recognizes "/" as the
name of the division operator.
Addition and multiplication are n-ary, commutative operators. Division and expo-
nentiation are binary, noncommutative operators.
Maxima sorts the operands of commutative operators to construct a canonical rep-
resentation. For internal storage, the ordering is determined by orderlessp. For
display, the ordering for addition is determined by ordergreatp, and for multiplica-
tion, it is the same as the internal ordering.
Arithmetic computations are carried out on literal numbers (integers, rationals, or-
dinary floats, and bigfloats). Except for exponentiation, all arithmetic operations on
numbers are simplified to numbers. Exponentiation is simplified to a number if either
operand is an ordinary float or bigfloat or if the result is an exact integer or rational;
otherwise an exponentiation may be simplified to sqrt or another exponentiation or
left unchanged.
Floating-point contagion applies to arithmetic computations: if any operand is a
bigfloat, the result is a bigfloat; otherwise, if any operand is an ordinary float, the
result is an ordinary float; otherwise, the operands are rationals or integers and the
result is a rational or integer.
Arithmetic computations are a simplification, not an evaluation. Thus arithmetic is
carried out in quoted (but simplified) expressions.
Arithmetic operations are applied element-by-element to lists when the global flag
listarith is true, and always applied element-by-element to matrices. When one
operand is a list or matrix and another is an operand of some other type, the other
operand is combined with each of the elements of the list or matrix.
Examples:
Addition and multiplication are n-ary, commutative operators. Maxima sorts the
operands to construct a canonical representation. The names of these operators are
"+" and "*".
(%i1) c + g + d + a + b + e + f;
(%o1) g + f + e + d + c + b + a
(%i2) [op (%), args (%)];
(%o2) [+, [g, f, e, d, c, b, a]]
(%i3) c * g * d * a * b * e * f;
(%o3) a b c d e f g
(%i4) [op (%), args (%)];
(%o4) [*, [a, b, c, d, e, f, g]]
(%i5) apply ("+", [a, 8, x, 2, 9, x, x, a]);
(%o5) 3 x + 2 a + 19
Chapter 5: Operators 29
(%o1) [ ]
[ h - 3 u - 4 ]
(%i2) 5 * matrix ([a, x], [h, u]);
[ 5 a 5 x ]
(%o2) [ ]
[ 5 h 5 u ]
(%i3) listarith : false;
(%o3) false
(%i4) [a, c, m, t] / [1, 7, 2, 9];
[a, c, m, t]
(%o4) ------------
[1, 7, 2, 9]
(%i5) [a, c, m, t] ^ x;
x
(%o5) [a, c, m, t]
(%i6) listarith : true;
(%o6) true
(%i7) [a, c, m, t] / [1, 7, 2, 9];
c m t
(%o7) [a, -, -, -]
7 2 9
(%i8) [a, c, m, t] ^ x;
x x x x
(%o8) [a , c , m , t ]
** Operator
Exponentiation operator. Maxima recognizes ** as the same operator as ^ in input,
and it is displayed as ^ in 1-dimensional output, or by placing the exponent as a
superscript in 2-dimensional output.
The fortran function displays the exponentiation operator as **, whether it was
input as ** or ^.
Examples:
(%i1) is (a**b = a^b);
(%o1) true
(%i2) x**y + x^z;
z y
(%o2) x + x
(%i3) string (x**y + x^z);
(%o3) x^z+x^y
(%i4) fortran (x**y + x^z);
x**z+x**y
(%o4) done
< Operator
<= Operator
>= Operator
> Operator
The symbols < <= >= and > represent less than, less than or equal, greater than or
equal, and greater than, respectively. The names of these operators are "<" "<=" ">="
and ">", which may appear where the name of a function or operator is required.
These relational operators are all binary operators; constructs such as a < b < c are
not recognized by Maxima.
Relational expressions are evaluated to Boolean values by the functions is and maybe,
and the programming constructs if, while, and unless. Relational expressions are
not otherwise evaluated or simplified to Boolean values, although the arguments of
relational expressions are evaluated (when evaluation is not otherwise prevented by
quotation).
When a relational expression cannot be evaluated to true or false, the behavior
of is and if are governed by the global flag prederror. When prederror is true,
is and if trigger an error. When prederror is false, is returns unknown, and if
returns a partially-evaluated conditional expression.
maybe always behaves as if prederror were false, and while and unless always
behave as if prederror were true.
Relational operators do not distribute over lists or other aggregates.
See also = # equal and notequal.
Examples:
Relational expressions are evaluated to Boolean values by some functions and pro-
gramming constructs.
(%i1) [x, y, z] : [123, 456, 789];
(%o1) [123, 456, 789]
(%i2) is (x < y);
(%o2) true
(%i3) maybe (y > z);
(%o3) false
(%i4) if x >= z then 1 else 0;
(%o4) 0
(%i5) block ([S], S : 0, for i:1 while i <= 100 do S : S + i, return (S));
(%o5) 5050
Relational expressions are not otherwise evaluated or simplified to Boolean values,
although the arguments of relational expressions are evaluated.
(%o1) [123, 456, 789]
(%i2) [x < y, y <= z, z >= y, y > z];
(%o2) [123 < 456, 456 <= 789, 789 >= 456, 456 > 789]
(%i3) map (is, %);
(%o3) [true, true, true, false]
32 Maxima Manual
^^ Operator
Noncommutative exponentiation operator. ^^ is the exponentiation operator corre-
sponding to noncommutative multiplication ., just as the ordinary exponentiation
operator ^ corresponds to commutative multiplication *.
Noncommutative exponentiation is displayed by ^^ in 1-dimensional output, and by
placing the exponent as a superscript within angle brackets < > in 2-dimensional
output.
Examples:
(%i1) a . a . b . b . b + a * a * a * b * b;
3 2 <2> <3>
(%o1) a b + a . b
(%i2) string (a . a . b . b . b + a * a * a * b * b);
(%o2) a^3*b^2+a^^2 . b^^3
! Operator
The factorial operator. For any complex number x (including integer, rational, and
real numbers) except for negative integers, x! is defined as gamma(x+1).
For an integer x, x! simplifies to the product of the integers from 1 to x inclusive.
0! simplifies to 1. For a floating point number x, x! simplifies to the value of gamma
(x+1). For x equal to n/2 where n is an odd integer, x! simplifies to a rational factor
times sqrt (%pi) (since gamma (1/2) is equal to sqrt (%pi)). If x is anything else,
x! is not simplified.
The variables factlim, minfactorial, and factcomb control the simplification of
expressions containing factorials.
The functions gamma, bffac, and cbffac are varieties of the gamma function.
makegamma substitutes gamma for factorials and related functions.
See also binomial.
The factorial of an integer, half-integer, or floating point argument is simplified unless
the operand is greater than factlim.
(%i1) factlim : 10;
(%o1) 10
(%i2) [0!, (7/2)!, 4.77!, 8!, 20!];
105 sqrt(%pi)
(%o2) [1, -------------, 81.44668037931199, 40320, 20!]
16
The factorial of a complex number, known constant, or general expression is not
simplified. Even so it may be possible simplify the factorial after evaluating the
operand.
(%i1) [(%i + 1)!, %pi!, %e!, (cos(1) + sin(1))!];
(%o1) [(%i + 1)!, %pi!, %e!, (sin(1) + cos(1))!]
(%i2) ev (%, numer, %enumer);
(%o2) [(%i + 1)!, 7.188082728976037, 4.260820476357,
Chapter 5: Operators 33
1.227580202486819]
The factorial of an unbound symbol is not simplified.
(%i1) kill (foo);
(%o1) done
(%i2) foo!;
(%o2) foo!
Factorials are simplified, not evaluated. Thus x! may be replaced even in a quoted
expression.
(%i1) ([0!, (7/2)!, 4.77!, 8!, 20!]);
105 sqrt(%pi)
(%o1) [1, -------------, 81.44668037931199, 40320,
16
2432902008176640000]
!! Operator
The double factorial operator.
For an integer, float, or rational number n, n!! evaluates to the product n (n-2) (n-
4) (n-6) ... (n - 2 (k-1)) where k is equal to entier (n/2), that is, the largest
integer less than or equal to n/2. Note that this definition does not coincide with
other published definitions for arguments which are not integers.
For an even (or odd) integer n, n!! evaluates to the product of all the consecutive
even (or odd) integers from 2 (or 1) through n inclusive.
For an argument n which is not an integer, float, or rational, n!! yields a noun form
genfact (n, n/2, 2).
# Operator
Represents the negation of syntactic equality =.
Note that because of the rules for evaluation of predicate expressions (in particular
because not expr causes evaluation of expr), not a = b is equivalent to is(a # b),
instead of a # b.
Examples:
(%i1) a = b;
(%o1) a = b
(%i2) is (a = b);
(%o2) false
(%i3) a # b;
(%o3) a # b
(%i4) not a = b;
(%o4) true
(%i5) is (a # b);
(%o5) true
(%i6) is (not a = b);
(%o6) true
34 Maxima Manual
. Operator
The dot operator, for matrix (non-commutative) multiplication. When "." is used
in this way, spaces should be left on both sides of it, e.g. A . B. This distinguishes it
plainly from a decimal point in a floating point number.
See also dot, dot0nscsimp, dot0simp, dot1simp, dotassoc, dotconstrules,
dotdistrib, dotexptsimp, dotident, and dotscrules.
: Operator
Assignment operator.
When the left-hand side is a simple variable (not subscripted), : evaluates its right-
hand side and associates that value with the left-hand side.
When the left-hand side is a subscripted element of a list, matrix, declared Maxima
array, or Lisp array, the right-hand side is assigned to that element. The subscript
must name an existing element; such objects cannot be extended by naming nonex-
istent elements.
When the left-hand side is a subscripted element of an undeclared Maxima array, the
right-hand side is assigned to that element, if it already exists, or a new element is
allocated, if it does not already exist.
When the left-hand side is a list of simple and/or subscripted variables, the right-hand
side must evaluate to a list, and the elements of the right-hand side are assigned to
the elements of the left-hand side, in parallel.
See also kill and remvalue, which undo the association between the left-hand side
and its value.
Examples:
Assignment to a simple variable.
(%i1) a;
(%o1) a
(%i2) a : 123;
(%o2) 123
(%i3) a;
(%o3) 123
Assignment to an element of a list.
(%i1) b : [1, 2, 3];
(%o1) [1, 2, 3]
(%i2) b[3] : 456;
(%o2) 456
(%i3) b;
(%o3) [1, 2, 456]
Assignment creates an undeclared array.
(%i1) c[99] : 789;
(%o1) 789
(%i2) c[99];
(%o2) 789
(%i3) c;
(%o3) c
Chapter 5: Operators 35
:: Operator
Assignment operator.
:: is the same as : (which see) except that :: evaluates its left-hand side as well as
its right-hand side.
Examples:
(%i1) x : foo;
(%o1) foo
(%i2) x :: 123;
(%o2) 123
(%i3) foo;
(%o3) 123
(%i4) x : [a, b, c];
(%o4) [a, b, c]
(%i5) x :: [11, 22, 33];
(%o5) [11, 22, 33]
(%i6) a;
(%o6) 11
(%i7) b;
(%o7) 22
(%i8) c;
(%o8) 33
36 Maxima Manual
::= Operator
Macro function definition operator. ::= defines a function (called a "macro" for
historical reasons) which quotes its arguments, and the expression which it returns
(called the "macro expansion") is evaluated in the context from which the macro was
called. A macro function is otherwise the same as an ordinary function.
macroexpand returns a macro expansion (without evaluating it). macroexpand (foo
(x)) followed by % is equivalent to foo (x) when foo is a macro function.
::= puts the name of the new macro function onto the global list macros. kill,
remove, and remfunction unbind macro function definitions and remove names from
macros.
fundef or dispfun return a macro function definition or assign it to a label, respec-
tively.
Macro functions commonly contain buildq and splice expressions to construct an
expression, which is then evaluated.
Examples
A macro function quotes its arguments, so message (1) shows y - z, not the value of
y - z. The macro expansion (the quoted expression (print ("(2) x is equal to",
x)) is evaluated in the context from which the macro was called, printing message
(2).
(%i1) x: %pi;
(%o1) %pi
(%i2) y: 1234;
(%o2) 1234
(%i3) z: 1729 * w;
(%o3) 1729 w
(%i4) printq1 (x) ::= block (print ("(1) x is equal to", x),
(print ("(2) x is equal to", x)));
(%o4) printq1(x) ::= block(print("(1) x is equal to", x),
(print("(2) x is equal to", x)))
(%i5) printq1 (y - z);
(1) x is equal to y - z
(2) x is equal to %pi
(%o5) %pi
An ordinary function evaluates is arguments, so message (1) shows the value of y -
z. The return value is not evaluated, so message (2) is not printed until the explicit
evaluation %.
(%i1) x: %pi;
(%o1) %pi
(%i2) y: 1234;
(%o2) 1234
(%i3) z: 1729 * w;
(%o3) 1729 w
(%i4) printe1 (x) := block (print ("(1) x is equal to", x),
(print ("(2) x is equal to", x)));
(%o4) printe1(x) := block(print("(1) x is equal to", x),
(print("(2) x is equal to", x)))
Chapter 5: Operators 37
:= Operator
The function definition operator. f (x 1, ..., x n) := expr defines a function named
f with arguments x 1, ..., x n and function body expr. := never evaluates the function
body (unless explicitly evaluated by quote-quote ). The function so defined may be
an ordinary Maxima function (with arguments enclosed in parentheses) or an array
function (with arguments enclosed in square brackets).
When the last or only function argument x n is a list of one element, the function
defined by := accepts a variable number of arguments. Actual arguments are assigned
one-to-one to formal arguments x 1, ..., x (n - 1), and any further actual arguments,
if present, are assigned to x n as a list.
All function definitions appear in the same namespace; defining a function f within
another function g does not limit the scope of f to g.
If some formal argument x k is a quoted symbol, the function defined by := does
not evaluate the corresponding actual argument. Otherwise all actual arguments are
evaluated.
See also define and ::=.
Examples:
:= never evaluates the function body (unless explicitly evaluated by quote-quote).
(%i1) expr : cos(y) - sin(x);
(%o1) cos(y) - sin(x)
(%i2) F1 (x, y) := expr;
38 Maxima Manual
= Operator
The equation operator.
An expression a = b, by itself, represents an unevaluated equation, which might or
might not hold. Unevaluated equations may appear as arguments to solve and
algsys or some other functions.
The function is evaluates = to a Boolean value. is(a = b) evaluates a = b to true
when a and b are identical. That is, a and b are atoms which are identical, or they
are not atoms and their operators are identical and their arguments are identical.
Otherwise, is(a = b) evaluates to false; it never evaluates to unknown. When is(a
= b) is true, a and b are said to be syntactically equal, in contrast to equivalent
expressions, for which is(equal(a, b)) is true. Expressions can be equivalent and
not syntactically equal.
The negation of = is represented by #. As with =, an expression a # b, by itself, is not
evaluated. is(a # b) evaluates a # b to true or false.
In addition to is, some other operators evaluate = and # to true or false, namely
if, and, or, and not.
Note that because of the rules for evaluation of predicate expressions (in particular
because not expr causes evaluation of expr), not a = b is equivalent to is(a # b),
instead of a # b.
rhs and lhs return the right-hand and left-hand sides, respectively, of an equation
or inequation.
See also equal and notequal.
Examples:
An expression a = b, by itself, represents an unevaluated equation, which might or
might not hold.
Chapter 5: Operators 39
and Operator
The logical conjunction operator. and is an n-ary infix operator; its operands are
Boolean expressions, and its result is a Boolean value.
40 Maxima Manual
and forces evaluation (like is) of one or more operands, and may force evaluation of
all operands.
Operands are evaluated in the order in which they appear. and evaluates only as
many of its operands as necessary to determine the result. If any operand is false,
the result is false and no further operands are evaluated.
The global flag prederror governs the behavior of and when an evaluated operand
cannot be determined to be true or false. and prints an error message when
prederror is true. Otherwise, operands which do not evaluate to true or false
are accepted, and the result is a Boolean expression.
and is not commutative: a and b might not be equal to b and a due to the treatment
of indeterminate operands.
or Operator
The logical disjunction operator. or is an n-ary infix operator; its operands are
Boolean expressions, and its result is a Boolean value.
or forces evaluation (like is) of one or more operands, and may force evaluation of
all operands.
Operands are evaluated in the order in which they appear. or evaluates only as many
of its operands as necessary to determine the result. If any operand is true, the result
is true and no further operands are evaluated.
The global flag prederror governs the behavior of or when an evaluated operand can-
not be determined to be true or false. or prints an error message when prederror
is true. Otherwise, operands which do not evaluate to true or false are accepted,
and the result is a Boolean expression.
or is not commutative: a or b might not be equal to b or a due to the treatment of
indeterminate operands.
not Operator
The logical negation operator. not is a prefix operator; its operand is a Boolean
expression, and its result is a Boolean value.
not forces evaluation (like is) of its operand.
The global flag prederror governs the behavior of not when its operand cannot be
determined to be true or false. not prints an error message when prederror is
true. Otherwise, operands which do not evaluate to true or false are accepted, and
the result is a Boolean expression.
additive Keyword
If declare(f,additive) has been executed, then:
(1) If f is univariate, whenever the simplifier encounters f applied to a sum, f will be
distributed over that sum. I.e. f(y+x) will simplify to f(y)+f(x).
Chapter 5: Operators 41
allbut Keyword
works with the part commands (i.e. part, inpart, substpart, substinpart, dpart,
and lpart). For example,
(%i1) expr : e + d + c + b + a;
(%o1) e + d + c + b + a
(%i2) part (expr, [2, 5]);
(%o2) d + a
while
(%i1) expr : e + d + c + b + a;
(%o1) e + d + c + b + a
(%i2) part (expr, allbut (2, 5));
(%o2) e + c + b
allbut is also recognized by kill.
(%i1) [aa : 11, bb : 22, cc : 33, dd : 44, ee : 55];
(%o1) [11, 22, 33, 44, 55]
(%i2) kill (allbut (cc, dd));
(%o0) done
(%i1) [aa, bb, cc, dd];
(%o1) [aa, bb, 33, 44]
kill(allbut(a 1, a 2, ...)) has the effect of kill(all) except that it does not
kill the symbols a 1, a 2, ... .
antisymmetric Declaration
If declare(h,antisymmetric) is done, this tells the simplifier that h is antisymmet-
ric. E.g. h(x,z,y) will simplify to - h(x, y, z). That is, it will give (-1)^n times the
result given by symmetric or commutative, where n is the number of interchanges of
two arguments necessary to convert it to that form.
commutative Declaration
If declare(h,commutative) is done, this tells the simplifier that h is a commutative
function. E.g. h(x,z,y) will simplify to h(x, y, z). This is the same as symmetric.
eval Operator
As an argument in a call to ev (expr), eval causes an extra evaluation of expr. See
ev.
is (expr) Function
Attempts to determine whether the predicate expr is provable from the facts in the
assume database.
If the predicate is provably true or false, is returns true or false, respectively.
Otherwise, the return value is governed by the global flag prederror. When
prederror is true, is complains with an error message. Otherwise, is returns
unknown.
ev(expr, pred) (which can be written expr, pred at the interactive prompt) is equiv-
alent to is(expr).
See also assume, facts, and maybe.
Examples:
is causes evaluation of predicates.
(%i1) %pi > %e;
(%o1) %pi > %e
(%i2) is (%pi > %e);
(%o2) true
is attempts to derive predicates from the assume database.
(%i1) assume (a > b);
(%o1) [a > b]
(%i2) assume (b > c);
(%o2) [b > c]
(%i3) is (a < b);
(%o3) false
(%i4) is (a > c);
(%o4) true
(%i5) is (equal (a, c));
(%o5) false
If is can neither prove nor disprove a predicate from the assume database, the global
flag prederror governs the behavior of is.
(%i1) assume (a > b);
(%o1) [a > b]
(%i2) prederror: true$
(%i3) is (a > 0);
Maxima was unable to evaluate the predicate:
a > 0
-- an error. Quitting. To debug this try debugmode(true);
(%i4) prederror: false$
(%i5) is (a > 0);
(%o5) unknown
maybe is functionally equivalent to is with prederror: false, but the result is com-
puted without actually assigning a value to prederror.
See also assume, facts, and is.
Examples:
(%i1) maybe (x > 0);
(%o1) unknown
(%i2) assume (x > 1);
(%o2) [x > 1]
(%i3) maybe (x > 0);
(%o3) true
pred Operator
As an argument in a call to ev (expr), pred causes predicates (expressions which
evaluate to true or false) to be evaluated. See ev.
(%o2) --
10
(%i3) fpprec : 5$
(%i4) rationalize (0.1b0);
209715
(%o4) -------
2097152
(%i5) fpprec : 20$
(%i6) rationalize (0.1b0);
236118324143482260685
(%o6) ----------------------
2361183241434822606848
(%i7) rationalize (sin (0.1*x + 5.6));
x 28
(%o7) sin(-- + --)
10 5
Example use:
(%i1) unitfrac(r) := block([uf : [], q],
if not(ratnump(r)) then
error("The input to unitfrac must be a rational number"),
while r # 0 do (
uf : cons(q : 1/ceiling(1/r), uf),
r : r - q),
reverse(uf));
(%o1) unitfrac(r) := block([uf : [], q],
if not ratnump(r) then
error("The input to unitfrac must be a rational number"),
1
while r # 0 do (uf : cons(q : ----------, uf), r : r - q),
1
ceiling(-)
r
reverse(uf))
(%i2) unitfrac (9/10);
1 1 1
(%o2) [-, -, --]
2 3 15
(%i3) apply ("+", %);
9
(%o3) --
10
(%i4) unitfrac (-9/10);
1
(%o4) [- 1, --]
10
(%i5) apply ("+", %);
9
(%o5) - --
10
52 Maxima Manual
piece holds the value of the last expression selected when using the part functions. It
is set during the execution of the function and thus may be referred to in the function
itself as shown below. If partswitch is set to true then end is returned when a
selected part of an expression doesnt exist, otherwise an error message is given.
(%i1) expr: 27*y^3 + 54*x*y^2 + 36*x^2*y + y + 8*x^3 + x + 1;
3 2 2 3
(%o1) 27 y + 54 x y + 36 x y + y + 8 x + x + 1
(%i2) part (expr, 2, [1, 3]);
2
(%o2) 54 y
(%i3) sqrt (piece/54);
(%o3) abs(y)
(%i4) substpart (factor (piece), expr, [1, 2, 3, 5]);
3
(%o4) (3 y + 2 x) + y + x + 1
(%i5) expr: 1/x + y/x - 1/z;
1 y 1
(%o5) - - + - + -
z x x
(%i6) substpart (xthru (piece), expr, [2, 3]);
y + 1 1
(%o6) ----- - -
x z
Also, setting the option inflag to true and calling part or substpart is the same
as calling inpart or substinpart.
unorder () Function
Disables the aliasing created by the last use of the ordering commands ordergreat
and orderless. ordergreat and orderless may not be used more than one time
each without calling unorder. See also ordergreat and orderless.
Examples:
(%i1) unorder();
(%o1) []
(%i2) b*x + a^2;
2
(%o2) b x + a
(%i3) ordergreat (a);
(%o3) done
(%i4) b*x + a^2;
%th(1) - %th(3);
2
(%o4) a + b x
(%i5) unorder();
2 2
(%o5) a - a
(y + x) (y + x) (y + x)
(%i2) xthru (%);
20
(x + 2) - y
(%o2) -------------
20
(y + x)
6 Expressions
6.2 Complex
A complex expression is specified in Maxima by adding the real part of the expression
to %i times the imaginary part. Thus the roots of the equation x^2 - 4*x + 13 = 0 are 2
+ 3*%i and 2 - 3*%i. Note that simplification of products of complex expressions can be
effected by expanding the product. Simplification of quotients, roots, and other functions
of complex expressions can usually be accomplished by using the realpart, imagpart,
rectform, polarform, abs, carg functions.
60 Maxima Manual
(%o11) log(42)
6.4 Identifiers
Maxima identifiers may comprise alphabetic characters, plus the numerals 0 through 9,
plus any special character preceded by the backslash \ character.
A numeral may be the first character of an identifier if it is preceded by a backslash.
Numerals which are the second or later characters need not be preceded by a backslash.
Characters may be declared alphabetic by the declare function. If so declared, they
need not be preceded by a backslash in an identifier. The alphabetic characters are initially
A through Z, a through z, %, and _.
Maxima is case-sensitive. The identifiers foo, FOO, and Foo are distinct. See Section 3.1
[Lisp and Maxima], page 7 for more on this point.
A Maxima identifier is a Lisp symbol which begins with a dollar sign $. Any other Lisp
symbol is preceded by a question mark ? when it appears in Maxima. See Section 3.1 [Lisp
and Maxima], page 7 for more on this point.
Examples:
(%i1) %an_ordinary_identifier42;
(%o1) %an_ordinary_identifier42
(%i2) embedded\ spaces\ in\ an\ identifier;
(%o2) embedded spaces in an identifier
(%i3) symbolp (%);
(%o3) true
(%i4) [foo+bar, foo\+bar];
(%o4) [foo + bar, foo+bar]
(%i5) [1729, \1729];
(%o5) [1729, 1729]
(%i6) [symbolp (foo\+bar), symbolp (\1729)];
(%o6) [true, true]
(%i7) [is (foo\+bar = foo+bar), is (\1729 = 1729)];
(%o7) [false, false]
(%i8) baz\~quux;
(%o8) baz~quux
(%i9) declare ("~", alphabetic);
(%o9) done
(%i10) baz~quux;
(%o10) baz~quux
(%i11) [is (foo = FOO), is (FOO = Foo), is (Foo = foo)];
(%o11) [false, false, false]
(%i12) :lisp (defvar *my-lisp-variable* $foo)
*MY-LISP-VARIABLE*
(%i12) ?\*my\-lisp\-variable\*;
(%o12) foo
62 Maxima Manual
6.5 Strings
Strings (quoted character sequences) are enclosed in double quote marks " for input, and
displayed with or without the quote marks, depending on the global variable stringdisp.
Strings may contain any characters, including embedded tab, newline, and carriage re-
turn characters. The sequence \" is recognized as a literal double quote, and \\ as a literal
backslash. When backslash appears at the end of a line, the backslash and the line termina-
tion (either newline or carriage return and newline) are ignored, so that the string continues
with the next line. No other special combinations of backslash with another character are
recognized; when backslash appears before any character other than ", \, or a line termi-
nation, the backslash is ignored. There is no way to represent a special character (such as
tab, newline, or carriage return) except by embedding the literal character in the string.
There is no character type in Maxima; a single character is represented as a one-character
string.
The stringproc add-on package contains many functions for working with strings.
Examples:
(%i1) s_1 : "This is a string.";
(%o1) This is a string.
(%i2) s_2 : "Embedded \"double quotes\" and backslash \\ characters.";
(%o2) Embedded "double quotes" and backslash \ characters.
(%i3) s_3 : "Embedded line termination
in this string.";
(%o3) Embedded line termination
in this string.
(%i4) s_4 : "Ignore the \
line termination \
characters in \
this string.";
(%o4) Ignore the line termination characters in this string.
(%i5) stringdisp : false;
(%o5) false
(%i6) s_1;
(%o6) This is a string.
(%i7) stringdisp : true;
(%o7) true
(%i8) s_1;
(%o8) "This is a string."
6.6 Inequality
Maxima has the inequality operators <, <=, >=, >, #, and notequal. See if for a
description of conditional expressions.
6.7 Syntax
It is possible to define new operators with specified precedence, to undefine existing
operators, or to redefine the precedence of existing operators. An operator may be unary
Chapter 6: Expressions 63
prefix or unary postfix, binary infix, n-ary infix, matchfix, or nofix. "Matchfix" means a
pair of symbols which enclose their argument or arguments, and "nofix" means an operator
which takes no arguments. As examples of the different types of operators, there are the
following.
unary prefix
negation - a
unary postfix
factorial a!
binary infix
exponentiation a^b
n-ary infix addition a + b
matchfix list construction [a, b]
(There are no built-in nofix operators; for an example of such an operator, see nofix.)
The mechanism to define a new operator is straightforward. It is only necessary to
declare a function as an operator; the operator function might or might not be defined.
An example of user-defined operators is the following. Note that the explicit function
call "dd" (a) is equivalent to dd a, likewise "<-" (a, b) is equivalent to a <- b. Note also
that the functions "dd" and "<-" are undefined in this example.
(%i1) prefix ("dd");
(%o1) dd
(%i2) dd a;
(%o2) dd a
(%i3) "dd" (a);
(%o3) dd a
(%i4) infix ("<-");
(%o4) <-
(%i5) a <- dd b;
(%o5) a <- dd b
(%i6) "<-" (a, "dd" (b));
(%o6) a <- dd b
The Maxima functions which define new operators are summarized in this table, stating
the default left and right binding powers (lbp and rbp, respectively). (Binding power
determines operator precedence. However, since left and right binding powers can differ,
binding power is somewhat more complicated than precedence.) Some of the operation
definition functions take additional arguments; see the function descriptions for details.
prefix rbp=180
postfix lbp=180
infix lbp=180, rbp=180
nary lbp=180, rbp=180
matchfix (binding power not applicable)
nofix (binding power not applicable)
64 Maxima Manual
For comparison, here are some built-in operators and their left and right binding powers.
Operator lbp rbp
: 180 20
:: 180 20
:= 180 20
::= 180 20
! 160
!! 160
^ 140 139
. 130 129
* 120
/ 120 120
+ 100 100
- 100 134
= 80 80
# 80 80
> 80 80
>= 80 80
< 80 80
<= 80 80
not 70
and 65
or 60
, 10
$ -1
; -1
remove and kill remove operator properties from an atom. remove ("a", op) removes
only the operator properties of a. kill ("a") removes all properties of a, including the
operator properties. Note that the name of the operator must be enclosed in quotation
marks.
(%i1) infix ("##");
(%o1) ##
(%i2) "##" (a, b) := a^b;
b
(%o2) a ## b := a
(%i3) 5 ## 3;
(%o3) 125
(%i4) remove ("##", op);
(%o4) done
(%i5) 5 ## 3;
Incorrect syntax: # is not a prefix operator
5 ##
^
(%i5) "##" (5, 3);
(%o5) 125
(%i6) infix ("##");
(%o6) ##
Chapter 6: Expressions 65
(%i7) 5 ## 3;
(%o7) 125
(%i8) kill ("##");
(%o8) done
(%i9) 5 ## 3;
Incorrect syntax: # is not a prefix operator
5 ##
^
(%i9) "##" (5, 3);
(%o9) ##(5, 3)
2
f(0, 1) = a
(%o3) done
(%i4) diff (4*f(x, y)^2 - u(x, y)^2, x);
d d
(%o4) 8 f(x, y) (-- (f(x, y))) - 2 u(x, y) (-- (u(x, y)))
dx dx
(%i5) at (%, [x = 0, y = 1]);
!
66 Maxima Manual
2 d !
(%o5) 16 a - 2 u(0, 1) (-- (u(x, y))! )
dx !
!x = 0, y = 1
feature Tells Maxima to recognize a i as the name of a feature. Other atoms may
then be declared to have the a i property.
rassociative, lassociative
Tells Maxima to recognize a i as a right-associative or left-associative
function.
nary Tells Maxima to recognize a i as an n-ary function.
The nary declaration is not the same as calling the nary function. The
sole effect of declare(foo, nary) is to instruct the Maxima simplifier to
flatten nested expressions, for example, to simplify foo(x, foo(y, z))
to foo(x, y, z).
symmetric, antisymmetric, commutative
Tells Maxima to recognize a i as a symmetric or antisymmetric function.
commutative is the same as symmetric.
oddfun, evenfun
Tells Maxima to recognize a i as an odd or even function.
outative Tells Maxima to simplify a i expressions by pulling constant factors out
of the first argument.
When a i has one argument, a factor is considered constant if it is a literal
or declared constant.
When a i has two or more arguments, a factor is considered constant
if the second argument is a symbol and the factor is free of the second
argument.
multiplicative
Tells Maxima to simplify a i expressions by the substitution a i(x * y *
z * ...) --> a i(x) * a i(y) * a i(z) * .... The substitution is carried
out on the first argument only.
additive Tells Maxima to simplify a i expressions by the substitution a i(x + y +
z + ...) --> a i(x) + a i(y) + a i(z) + .... The substitution is carried
out on the first argument only.
linear Equivalent to declaring a i both outative and additive.
integer, noninteger
Tells Maxima to recognize a i as an integer or noninteger variable.
even, odd Tells Maxima to recognize a i as an even or odd integer variable.
rational, irrational
Tells Maxima to recognize a i as a rational or irrational real variable.
real, imaginary, complex
Tells Maxima to recognize a i as a real, pure imaginary, or complex vari-
able.
increasing, decreasing
Tells Maxima to recognize a i as an increasing or decreasing function.
70 Maxima Manual
(%i4) e (- u) - e (u);
(%o4) e(- u) - e(u)
(%i5) declare (e, evenfun);
(%o5) done
(%i6) e (- u) - e (u);
(%o6) 0
outative declaration.
(%i1) F1 (100 * x);
(%o1) F1(100 x)
(%i2) declare (F1, outative);
(%o2) done
(%i3) F1 (100 * x);
(%o3) 100 F1(x)
(%i4) declare (zz, constant);
(%o4) done
(%i5) F1 (zz * y);
(%o5) zz F1(y)
multiplicative declaration.
(%i1) F2 (a * b * c);
(%o1) F2(a b c)
(%i2) declare (F2, multiplicative);
(%o2) done
(%i3) F2 (a * b * c);
(%o3) F2(a) F2(b) F2(c)
additive declaration.
(%i1) F3 (a + b + c);
(%o1) F3(c + b + a)
(%i2) declare (F3, additive);
(%o2) done
(%i3) F3 (a + b + c);
(%o3) F3(c) + F3(b) + F3(a)
linear declaration.
(%i1) sum (F(k) + G(k), k, 1, inf);
inf
====
\
(%o1) > (G(k) + F(k))
/
====
k = 1
(%i2) declare (nounify (sum), linear);
(%o2) done
(%i3) sum (F(k) + G(k), k, 1, inf);
inf inf
==== ====
\ \
(%o3) > G(k) + > F(k)
Chapter 6: Expressions 73
/ /
==== ====
k = 1 k = 1
"z"
"""
op are both greater the left and right binding powers of some other operator, then op
takes precedence over the other operator. If the binding powers are not both greater
or less, some more complicated relation holds.
The associativity of op depends on its binding powers. Greater left binding power
(lbp) implies an instance of op is evaluated before other operators to its left in an
expression, while greater right binding power (rbp) implies an instance of op is eval-
uated before other operators to its right in an expression. Thus greater lbp makes op
right-associative, while greater rbp makes op left-associative. If lbp is equal to rbp,
op is left-associative.
See also Syntax.
Examples:
If the left and right binding powers of op are both greater the left and right binding
powers of some other operator, then op takes precedence over the other operator.
(%i1) :lisp (get $+ lbp)
100
(%i1) :lisp (get $+ rbp)
100
(%i1) infix ("##", 101, 101);
(%o1) ##
(%i2) "##"(a, b) := sconcat("(", a, ",", b, ")");
(%o2) (a ## b) := sconcat("(", a, ",", b, ")")
(%i3) 1 + a ## b + 2;
(%o3) (a,b) + 3
(%i4) infix ("##", 99, 99);
(%o4) ##
(%i5) 1 + a ## b + 2;
(%o5) (a+1,b+2)
Greater lbp makes op right-associative, while greater rbp makes op left-associative.
(%i1) infix ("##", 100, 99);
(%o1) ##
(%i2) "##"(a, b) := sconcat("(", a, ",", b, ")")$
(%i3) foo ## bar ## baz;
(%o3) (foo,(bar,baz))
(%i4) infix ("##", 100, 101);
(%o4) ##
(%i5) foo ## bar ## baz;
(%o5) ((foo,bar),baz)
Maxima can detect some syntax errors by comparing the declared part of speech to
an actual expression.
(%i1) infix ("##", 100, 99, expr, expr, expr);
(%o1) ##
(%i2) if x ## y then 1 else 0;
Incorrect syntax: Found algebraic expression where logical expression expected
if x ## y then
^
(%i2) infix ("##", 100, 99, expr, expr, clause);
78 Maxima Manual
(%o2) ##
(%i3) if x ## y then 1 else 0;
(%o3) if x ## y then 1 else 0
isolate_wrt_times if true, then isolate will also isolate with respect to products.
See isolate_wrt_times.
Do example (isolate) for examples.
(%t2) 2 a
(%t3) 2 b
2 2
(%t4) b + 2 a b + a
2
(%o4) c + %t3 c + %t2 c + %t4
(%i4) isolate_wrt_times: false$
(%i5) isolate (expand ((a+b+c)^2), c);
2
(%o5) c + 2 b c + 2 a c + %t4
10 2 2 2
(b + a) s + 2 a b s + a b
(%o4) ------------------------------
2
a b s
(%i5) multthru (%); /* note that this does not expand (b+a)^10 */
10
2 a b (b + a)
(%o5) - + --- + ---------
s 2 a b
s
(%i6) multthru (a.(b+c.(d+e)+f));
(%o6) a . f + a . c . (e + d) + a . b
(%i7) expand (a.(b+c.(d+e)+f));
(%o7) a . f + a . c . e + a . c . d + a . b
nounify (f ) Function
Returns the noun form of the function name f. This is needed if one wishes to refer
to the name of a verb function as if it were a noun. Note that some verb functions
will return their noun forms if they cant be evaluated for certain arguments. This is
also the form returned if a function call is preceded by a quote.
op (expr) Function
Returns the main operator of the expression expr. op (expr) is equivalent to part
(expr, 0).
op returns a string if the main operator is a built-in or user-defined prefix, binary or
n-ary infix, postfix, matchfix, or nofix operator. Otherwise, if expr is a subscripted
function expression, op returns the subscripted function; in this case the return value
is not an atom. Otherwise, expr is an array function or ordinary function expression,
and op returns a symbol.
op observes the value of the global flag inflag.
op evaluates it argument.
See also args.
Examples:
(%i1) stringdisp: true$
(%i2) op (a * b * c);
(%o2) "*"
(%i3) op (a * b + c);
(%o3) "+"
(%i4) op (sin (a + b));
82 Maxima Manual
(%o4) sin
(%i5) op (a!);
(%o5) "!"
(%i6) op (-a);
(%o6) "-"
(%i7) op ([a, b, c]);
(%o7) "["
(%i8) op ((if a > b then c else d));
(%o8) "if"
(%i9) op (foo (a));
(%o9) foo
(%i10) prefix (foo);
(%o10) "foo"
(%i11) op (foo a);
(%o11) "foo"
(%i12) op (F [x, y] (a, b, c));
(%o12) F
x, y
(%i13) op (G [u, v, w]);
(%o13) G
2
sin(x ) b + a
(%t2) - log(sqrt(x + 1) + 1) + ------- + -----
3 2
(%o2) %t2
(%i3) pickapart (expr, 1);
(%t3) - log(sqrt(x + 1) + 1)
2
sin(x )
(%t4) -------
3
b + a
(%t5) -----
2
(%t6) log(sqrt(x + 1) + 1)
2
(%t7) sin(x )
86 Maxima Manual
(%t8) b + a
%t8 %t7
(%o8) --- + --- - %t6
2 3
(%i8) pickapart (expr, 3);
(%t9) sqrt(x + 1) + 1
2
(%t10) x
b + a sin(%t10)
(%o10) ----- - log(%t9) + ---------
2 3
(%i10) pickapart (expr, 4);
(%t11) sqrt(x + 1)
2
sin(x ) b + a
(%o11) ------- + ----- - log(%t11 + 1)
3 2
(%i11) pickapart (expr, 5);
(%t12) x + 1
2
sin(x ) b + a
(%o12) ------- + ----- - log(sqrt(%t12) + 1)
3 2
(%i12) pickapart (expr, 6);
2
sin(x ) b + a
(%o12) ------- + ----- - log(sqrt(x + 1) + 1)
3 2
! ! k + 1
k = 1
(%i9) product (if k <= 5 then a^k else b^k, k, 1, 10);
15 40
(%o9) a b
==== i
i = 1
(%i10) sum (i^2, i, 1, 4) * sum (1/i^2, i, 1, inf), simpsum;
2
(%o10) 5 %pi
(%i11) sum (integrate (x^k, x, 0, 1), k, 1, n);
n
====
\ 1
(%o11) > -----
/ k + 1
====
k = 1
(%i12) sum (if k <= 5 then a^k else b^k, k, 1, 10);
10 9 8 7 6 5 4 3 2
(%o12) b + b + b + b + b + a + a + a + a + a
verbify (f ) Function
Returns the verb form of the function name f.
See also verb, noun, and nounify.
Examples:
(%i1) verbify (foo);
(%o1) foo
(%i2) :lisp $%
$FOO
(%i2) nounify (foo);
(%o2) foo
(%i3) :lisp $%
%FOO
92 Maxima Manual
Chapter 7: Simplification 93
7 Simplification
lassociative Declaration
declare (g, lassociative) tells the Maxima simplifier that g is left-associative.
E.g., g (g (a, b), g (c, d)) will simplify to g (g (g (a, b), c), d).
96 Maxima Manual
linear Declaration
One of Maximas operator properties. For univariate f so declared, "expansion" f(x
+ y) yields f(x) + f(y), f(a*x) yields a*f(x) takes place where a is a "constant".
For functions of two or more arguments, "linearity" is defined to be as in the case of
sum or integrate, i.e., f (a*x + b, x) yields a*f(x,x) + b*f(1,x) for a and b free
of x.
linear is equivalent to additive and outative. See also opproperties.
mainvar Declaration
You may declare variables to be mainvar. The ordering scale for atoms is essentially:
numbers < constants (e.g., %e, %pi) < scalars < other variables < mainvars. E.g., com-
pare expand ((X+Y)^4) with (declare (x, mainvar), expand ((x+y)^4)). (Note:
Care should be taken if you elect to use the above feature. E.g., if you subtract an
expression in which x is a mainvar from one in which x isnt a mainvar, resimplifica-
tion e.g. with ev (expr, simp) may be necessary if cancellation is to occur. Also, if
you save an expression in which x is a mainvar, you probably should also save x.)
multiplicative Declaration
declare (f, multiplicative) tells the Maxima simplifier that f is multiplicative.
1. If f is univariate, whenever the simplifier encounters f applied to a product, f
distributes over that product. E.g., f(x*y) simplifies to f(x)*f(y).
2. If f is a function of 2 or more arguments, multiplicativity is defined as multiplica-
tivity in the first argument to f, e.g., f (g(x) * h(x), x) simplifies to f (g(x)
,x) * f (h(x), x).
This simplification does not occur when f is applied to expressions of the form product
(x[i], i, m, n).
Chapter 7: Simplification 97
noun Declaration
noun is one of the options of the declare command. It makes a function so declared
a "noun", meaning that it wont be evaluated automatically.
outative Declaration
declare (f, outative) tells the Maxima simplifier that constant factors in the ar-
gument of f can be pulled out.
1. If f is univariate, whenever the simplifier encounters f applied to a product, that
product will be partitioned into factors that are constant and factors that are not
and the constant factors will be pulled out. E.g., f(a*x) will simplify to a*f(x)
where a is a constant. Non-atomic constant factors will not be pulled out.
2. If f is a function of 2 or more arguments, outativity is defined as in the case of
sum or integrate, i.e., f (a*g(x), x) will simplify to a * f(g(x), x) for a free
of x.
sum, integrate, and limit are all outative.
posfun Declaration
declare (f, posfun) declares f to be a positive function. is (f(x) > 0) yields true.
rassociative Declaration
declare (g, rassociative) tells the Maxima simplifier that g is right-associative.
E.g., g(g(a, b), g(c, d)) simplifies to g(a, g(b, g(c, d))).
symmetric Declaration
declare (h, symmetric) tells the Maxima simplifier that h is a symmetric function.
E.g., h (x, z, y) simplifies to h (x, y, z).
commutative is synonymous with symmetric.
8 Plotting
variable and gives its minimum and maximum values, using the syntax: [variable,
min, max]. The plot will show the horizontal axis bound by the values of min and
max.
A expression to be plotted can also be given in the discrete or parametric forms.
Namely, as a list starting with the word discrete or parametric. The keyword
discrete must be followed by two lists of values, both with the same length, which are
the horizontal and vertical coordinates of a set of points; alternatively, the coordinates
of each point can be put into a list with two values, and all the coordinates of the
points should be inside another list. The keyword parametric must be followed by
two expressions x expr and y expr, and a range of the form [param, min, max].
The two expressions must depend only on the parameter param, and the plot will
show the path traced out by the point with coordinates (x expr, y expr) as param
increases from min to max.
The range of the vertical axis is not mandatory. It is one more of the options for the
command, with the syntax: [y, min, max]. If that option is used, the plot will show
that entire range, even if the expressions do not reach all that range. Otherwise, if
a vertical range is not specified by set_plot_option, the boundaries of the vertical
axis will be set up automatically.
All other options should also be lists, starting with the name of the option. The
option xlabel can be used to give a label for the horizontal axis; if that option is not
used, the horizontal axis will be labeled with the name of the variable specified in
x range, or with the expression x expr in the case of just one parametric expression,
or it will be left blank otherwise.
A label for the vertical axis can be given with the ylabel option. If there is only one
expression to be plotted and the ylabel option was not used, the vertical axis will
be labeled with that expression, unless it is too large, or with the expression y expr
if the expression is parametric, or with the text discrete data if the expression is
discrete.
The options [logx] and [logy] do not need any parameters. They will make the
horizontal and vertical axes be scaled logarithmically.
If there are several expressions to be plotted, a legend will be written to identiy each
of the expressions. The labels that should be used in that legend can be given with
the option legend. If that option is not used, Maxima will create labels from the
expressions.
By default, the expressions are plotted as a set of line segments joining adjacent
points within a set of points which is either given in the discrete form, or calculated
automatically from the expression given, using an algorithm that automatically adapts
the steps among points using as an initial estimate of the total number of points the
value set with the nticks option. The option style can be used to make one of the
expressions to be represented as a set of isolated points, or as points and line segments.
There are several global options stored in the list plot options which can be modified
with the function set_plot_option; any of those global options can be overriden
with options given in the plot2d command.
Chapter 8: Plotting 103
(%i2) plot2d (sec(x), [x, -2, 2], [y, -20, 20], [nticks, 200])$
1
0.8
0.6
0.4
0.2
sin(x)
0
-0.2
-0.4
-0.6
-0.8
-1
-4 -2 0 2 4
x
20
15
10
5
sec(x)
-5
-10
-15
-20
-2 -1.5 -1 -0.5 0 0.5 1 1.5 2
x
$g
(%i5) H(x) := if x < 0 then x^4 - 1 else 1 - x^5 $
(%i7) plot2d ([F, G, H], [u, -1, 1], [y, -1.5, 1.5])$
0.8
0.6
F
0.4
0.2
0
-1 -0.5 0 0.5 1
u
1.5
F
G
1 H
0.5
-0.5
-1
-1.5
-1 -0.5 0 0.5 1
u
We can plot a circle using a parametric plot with a parameter t. It is not necessary to
give a range for the horizontal range, since the range of the parameter t determines
the domain. However, since the graphs horizontal and vertical axes lengths are in
the 4 to 3 proportion, we will use the xrange option to obtain the same scaling in
both axes:
1
0.8
0.6
0.4
0.2
sin(t)
0
-0.2
-0.4
-0.6
-0.8
-1
-1 -0.5 0 0.5 1
cos(t)
If we repeat that plot with only 8 points and extending the range of the parameter
to give two turns, we will obtain the plot of a star:
1.5
0.5
sin(t)
-0.5
-1
-1.5
-2 -1.5 -1 -0.5 0 0.5 1 1.5 2
cos(t)
30
x^3+2
cos(t), sin(t)
20
10
-10
-20
-30
-3 -2 -1 0 1 2 3
x
1000
100
10
log(%e^(3*s))
0.1
0.01
0.001
-2 -1.5 -1 -0.5 0 0.5 1 1.5 2
s
To show some examples of discrete plots, we will start by entering the coordinates of
5 points, in the two different ways that can be used:
(%i15) plot2d([discrete,xx,yy])$
1.4
1.3
1.2
1.1
discrete data
0.9
0.8
0.7
0.6
0.5
10 15 20 25 30 35 40 45 50
We will now show the plot with only points, and illustrating the use of the second
way of giving the points coordinates:
1.4
1.3
1.2
1.1
discrete data
0.9
0.8
0.7
0.6
0.5
10 15 20 25 30 35 40 45 50
The plot of the data points can be shown together with a plot of the theoretical
function that predicts the data:
1.6
experiment
1.4 theory
1.2
0.6
0.4
0.2
0
0 10 20 30 40 50
pendulums length (cm)
The meaning of the three numbers after the points style option are as follows;
5: radius of the points, 2: index of color used (red), 6: type of objects used (solid
squares). The two numbers after the lines style option give the thickness of the line
(1 point) and the color (1 corresponds to blue).
See also plot_options, which describes plotting options and has more examples.
Maxima Plot
Y
Set 0
9.0000
Set 1
8.0000
7.0000
6.0000
5.0000
4.0000
3.0000
2.0000
1.0000
0.0000
X
1.0000 2.0000 3.0000
Value: mgnuplot
Mgnuplot is a Tk-based wrapper around gnuplot. It is included in the Max-
ima distribution. Mgnuplot offers a rudimentary GUI for gnuplot, but has
fewer overall features than the plain gnuplot interface. Mgnuplot requires
an external gnuplot installation and Tcl/Tk.
Value: openmath
Openmath is a Tcl/Tk GUI plotting program. This format is provided by
Xmaxima, which is distributed together with Maxima; in order to use this
format you should install the package Xmaxima, and it will work not only
from Xmaxima itself, but also from the command line and other GUIs for
Maxima.
Option: run_viewer
Controls whether or not the appropriate viewer for the plot format should be
run.
Default value: true
Execute the viewer program.
Value: false
Do not execute the viewer program.
Option: y
The vertical range of the plot.
Example:
[y, - 3, 3]
Sets the vertical range to [-3, 3].
Option: plot_realpart
When plot_realpart is true, the real part of a complex value x is plotted; this
is equivalent to plotting realpart(x) instead of x. Otherwise, only values with
imaginary part equal to 0 are plotted, and complex values are ignored.
Example:
plot2d (log(x), [x, -5, 5], [plot_realpart, false]);
plot2d (log(x), [x, -5, 5], [plot_realpart, true]);
The default value is false.
Option: nticks
In plot2d, it is gives the initial number of points used by the adaptive plotting
routine for plotting functions. It is also the number of points that will be shown
in a parametric plot.
Example:
[nticks, 20]
The default for nticks is 10.
Option: adapt_depth
The maximum number of splittings used by the adaptive plotting routine.
Example:
Chapter 8: Plotting 111
[adapt_depth, 5]
The default for adapt_depth is 10.
Option: xlabel
The label for the horizontal axis in a 2d plot.
Example:
[xlabel, "Time in seconds"]
Option: ylabel
The label of the vertical axis in a 2d plot.
Example:
[ylabel, "Temperature"]
Option: logx
It makes the horizontal axis of a 2d plot to be rendered in a logarithmic scale. It
does not need any aditional parameters.
Option: logy
It makes the vertical axis of a 2d plot to be rendered in a logarithmic scale. It
does not need any aditional parameters.
Option: legend
The labels for the various expressions in a 2d plot with several expressions. If
there are more expressions than the number of labels given, they will be repeated.
If legend is followed by the word false, no legend will be shown. By default,
the names of the expressions or functions will be used, or the words discrete1,
discrete2, ..., for discrete sets of points.
Example:
[legend, "Set 1", "Set 2", "Set 3"]
Option: box
Currently, this option can only be followed by the word false, and it will be used
to supress the box around the plot.
Example:
[box, false]
Option: style
The styles that will be used for the various functions or sets of data in a 2d
plot. The word style must be followed by one or more styles. If there are more
functions and data sets than the styles given, the styles will be repeated. Each
style can be either lines for line segments, points for isolated points, linespoints
for segments and points, or dots for small isolated dots. Gnuplot accepts also an
impulses style.
Each of the styles can be enclosed inside a list with some aditional parameters.
lines accepts one or two numbers: the width of the line and an integer that
identifies a color. The default color codes are: 1: blue, 2: red, 3: magenta, 4:
orange, 5: brown, 6: lime and 7: aqua. If you use Gnuplot with a terminal
different than X11, those colors might be different; for example, if you use the
option [gnuplot term,ps], color index 4 will correspond to black, instead of orange.
112 Maxima Manual
points accepts one two or three parameters; the first parameter is the radius
of the points, the second parameter is an integer that selects the color, using
the same code used for lines and the third parameter is currently used only by
Gnuplot and it corresponds to several objects instead of points. The default
types of objects are: 1: filled circles, 2: open circles, 3: plus signs, 4: x, 5: *,
6: filled squares, 7: open squares, 8: filled triangles, 9: open triangles, 10: filled
inverted triangles, 11: open inverted triangles, 12: filled lozenges and 13: open
lozenges.
linesdots accepts up to four parameters: line width, points radius, color and type
of object to replace the points.
Example:
[style,[lines,2,3],[points,1,4,3]]
This will plot the first (and third, fifth, etc) expression with magenta line seg-
ments of width 2, and the second (and fourth, sixth, etc) expression with orange
plus signs of size 1 (orange circles in the case of Openmath).
The default for the style option is lines with a width of 1, and different colors.
Option: grid
Sets the number of grid points to use in the x- and y-directions for three-
dimensional plotting.
Example:
[grid, 50, 50]
sets the grid to 50 by 50 points. The default grid is 30 by 30.
Option: transform_xy
Allows transformations to be applied to three-dimensional plots.
Example:
[transform_xy, false]
The default transform_xy is false. If it is not false, it should be the output
of
make_transform([x,y,z], f1(x,y,z), f2(x,y,z), f3(x,y,z))$
The polar_xy transformation is built in. It gives the same transformation as
make_transform ([r, th, z], r*cos(th), r*sin(th), z)$
Gnuplot options:
There are several plot options specific to gnuplot. Some of these options are raw
gnuplot commands, specified as strings. Refer to the gnuplot documentation for
more details.
Option: gnuplot_term
Sets the output terminal type for gnuplot.
Default value: default
Gnuplot output is displayed in a separate graphical window.
Value: dumb
Gnuplot output is displayed in the Maxima console by an "ASCII art" ap-
proximation to graphics.
Chapter 8: Plotting 113
Value: ps
Gnuplot generates commands in the PostScript page description language.
If the option gnuplot_out_file is set to filename, gnuplot writes the
PostScript commands to filename. Otherwise, it is saved as maxplot.ps
file.
Value: any other valid gnuplot term specification
Gnuplot can generate output in many other graphical formats such as png,
jpeg, svg etc. To create plot in all these formats the gnuplot_term can
be set to any supported gnuplot term name (symbol) or even full gnuplot
term specification with any valid options (string). For example [gnuplot_
term,png] creates output in PNG (Portable Network Graphics) format while
[gnuplot_term,"png size 1000,1000"] creates PNG of 1000x1000 pixels
size. If the option gnuplot_out_file is set to filename, gnuplot writes the
output to filename. Otherwise, it is saved as maxplot.term file, where term
is gnuplot terminal name.
Option: gnuplot_out_file
Write gnuplot output to a file.
Default value: false
No output file specified.
Value: filename
Example: [gnuplot_out_file, "myplot.ps"] This example sends
PostScript output to the file myplot.ps when used in conjunction with the
PostScript gnuplot terminal.
Option: gnuplot_pm3d
Controls the usage PM3D mode, which has advanced 3D features. PM3D is only
available in gnuplot versions after 3.7. The default value for gnuplot_pm3d is
false.
Example:
[gnuplot_pm3d, true]
Option: gnuplot_preamble
Inserts gnuplot commands before the plot is drawn. Any valid gnuplot commands
may be used. Multiple commands should be separated with a semi-colon. The ex-
ample shown produces a log scale plot. The default value for gnuplot_preamble
is the empty string "".
Example:
[gnuplot_preamble, "set log y"]
Option: gnuplot_curve_titles
Controls the titles given in the plot key. The default value is [default],
which automatically sets the title of each curve to the function plotted. If not
[default], gnuplot_curve_titles should contain a list of strings, each of
which is "title title string". (To disable the plot key, add "set nokey" to
gnuplot_preamble.)
Example:
114 Maxima Manual
[gnuplot_curve_titles,
["title My first function", "title My second function"]]
Option: gnuplot_curve_styles
A list of strings controlling the appearance of curves, i.e., color, width, dashing,
etc., to be sent to the gnuplot plot command. The default value is ["with
lines 3", "with lines 1", "with lines 2", "with lines 5", "with lines
4", "with lines 6", "with lines 7"], which cycles through different colors.
See the gnuplot documentation for plot for more information.
Example:
[gnuplot_curve_styles, ["with lines 7", "with lines 2"]]
Option: gnuplot_default_term_command
The gnuplot command to set the terminal type for the default terminal. The
default value is set term windows "Verdana" 15 in Windows systems, and set
term x11 font "Helvetica,16" in X11 windows systems.
Example:
[gnuplot_default_term_command, "set term x11"]
Option: gnuplot_dumb_term_command
The gnuplot command to set the terminal type for the dumb terminal. The de-
fault value is "set term dumb 79 22", which makes the text output 79 characters
by 22 characters.
Example:
[gnuplot_dumb_term_command, "set term dumb 132 50"]
Option: gnuplot_ps_term_command
The gnuplot command to set the terminal type for the PostScript terminal.
The default value is "set size 1.5, 1.5;set term postscript eps enhanced
color solid 24", which sets the size to 1.5 times gnuplots default, and the font
size to 24, among other things. See the gnuplot documentation for set term
postscript for more information.
Example:
All the figures in the examples for the plot2d function in this manual were ob-
tained from Postscript files that were generated after setting gnuplot_ps_term_
command as:
[gnuplot_ps_term_command, "set size 1.3, 1.3; \
set term postscript eps color solid lw 2.5 30"]
Examples:
Saves a plot of sin(x) to the file sin.eps.
(%i1) plot2d (sin(x), [x, 0, 2*%pi], [gnuplot_term, ps],
[gnuplot_out_file, "sin.eps"])$
Uses the y option to chop off singularities and the gnuplot preamble option to
put the key at the bottom of the plot instead of the top.
(%i2) plot2d ([gamma(x), 1/gamma(x)], [x, -4.5, 5], [y, -10, 10],
Chapter 8: Plotting 115
10
-5
gamma(x)
1/gamma(x)
-10
-4 -3 -2 -1 0 1 2 3 4 5
x
2
cos(x)
1.5 sin(x)
tan(x)
cot(x)
1
0.5
-0.5
-1
-1.5
-2
-2pi -3pi/2 -pi -pi/2 0 pi/2 pi 3pi/2 2pi
x
6.283)"$
atan(y3/4-x2)
2
1.5
2 1
1.5 0.5
1 0
0.5 -0.5
0 -1
-0.5
-1 -1.5
-1.5 -2
-2
5
4
3
2
-4 -3 1
-2 -1 0
0 -1
1 2 -2
3 4 -3
5
2
1.5
2 1
1.5 0.5
1 0
0.5 -0.5
0 -1
-0.5
-1 -1.5
-1.5 -2
-2
5
4
3
2
-4 -3 1
-2 -1 0
0 -1
1 2 -2
3 4 -3
5
A plot where the z-axis is represented by color only. (Note that the gnuplot_
preamble string must be entered without any line breaks.)
Chapter 8: Plotting 117
(%i10) plot3d (cos (-x^2 + y^3/4), [x, -4, 4], [y, -4, 4],
[gnuplot_preamble, "set view map; unset surface"],
[gnuplot_pm3d, true], [grid, 150, 150])$
4
3 1
0.8
0.6
2 0.4
0.2
1 0
-0.2
-0.4
0 -0.6
-0.8
-1 -1
-2
-3
-4
-4 -3 -2 -1 0 1 2 3 4
plot3d ([expr 1, expr 2, expr 3], x range, y range, ..., options, ...) Function
plot3d (expr, x range, y range, ..., options, ...) Function
plot3d (name, x range, y range, ..., options, ...) Function
plot3d ([expr 1, expr 2, expr 3], x rge, y rge) Function
plot3d ([name 1, name 2, name 3], x range, y range, ..., options, ...) Function
Displays a plot of one or three expressions as functions of two variables.
(%i1) plot3d (2^(-u^2 + v^2), [u, -3, 3], [v, -2, 2]);
2(v2-u2)
16
14
12
10
8
6
4
2
0
2
1.5
1
0.5
-3 0
-2
-1 -0.5
0 -1
1
2 -1.5
3
4 -2
plots z = 2^(-u^2+v^2) with u and v varying in [-3,3] and [-2,2] respectively, and
with u on the x axis, and v on the y axis.
The same graph can be plotted using openmath (if Xmaxima is installed):
(%i2) plot3d (2^(-u^2 + v^2), [u, -3, 3], [v, -2, 2],
118 Maxima Manual
[plot_format, openmath]);
in this case the mouse can be used to rotate the plot to look at the surface from
different sides.
An example of the third pattern of arguments is
(%i3) plot3d ([cos(x)*(3 + y*cos(x/2)), sin(x)*(3 + y*cos(x/2)),
y*sin(x/2)], [x, -%pi, %pi], [y, -1, 1], [grid, 50, 15]);
Function
0.5
-0.5
-1
4
3
2
1
-4 -3 0
-2 -1 -1
0 1 -2
2 -3
3 4 -4
which plots a Moebius band, parametrized by the three expressions given as the first
argument to plot3d. An additional optional argument [grid, 50, 15] gives the
grid number of rectangles in the x direction and y direction.
Chapter 8: Plotting 119
The function to be plotted may be specified as the name of a Maxima or Lisp function
or operator, a Maxima lambda expression, or a general Maxima expression. In the
form plot3d (f, ...) where f is the name of a function or a lambda expression,
the function must be a function of two arguments. In the form plot3d ([f 1, f 2,
f 3], ...) where f 1, f 2, and f 3 are names of functions or lambda expressions, each
function must be a function of three arguments.
This example shows a plot of the real part of z^1/3.
(%i4) plot3d (r^.33*cos(th/3), [r, 0, 1], [th, 0, 6*%pi],
[grid, 12, 80], [transform_xy, polar_to_xy]);
r0.33*cos(th/3)
0.5
-0.5
-1
1
0.5
-1 0
-0.5
0 -0.5
0.5
1 -1
Function
8
6
4
2
0
-2
-4
-6
-8
25
20
15
10
-35 -30 5
0
-25 -20 -5
-15 -10 -10
-5 -15
0 -20
5 10-25
120 Maxima Manual
and a torus:
(%i9) expr_1: cos(y)*(10.0+6*cos(x))$
(%i10) expr_2: sin(y)*(10.0+6*cos(x))$
(%i11) expr_3: -6*sin(x)$
(%i12) plot3d ([expr_1, expr_2, expr_3], [x, 0, 2*%pi],
[y, 0, 2*%pi], [grid, 40, 40]);
Function
6
4
2
0
-2
-4
-6
20
15
10
5
-20 -15 0
-10 -5 -5
0 5 -10
10 -15
15 20-20
Sometimes it is necessary to define a function to plot the expression. All the arguments
to plot3d are evaluated before being passed to plot3d, and so trying to make an
expression which does just what is needed may be difficult, and it is just easier to
make a function.
(%i13) M: matrix([1, 2, 3, 4], [1, 2, 3, 2], [1, 2, 3, 4],
[1, 2, 3, 3])$
(%i14) f(x, y) := float (M [?round(x), ?round(y)])$
(%i15) plot3d (f, [x, 1, 4], [y, 1, 4], [grid, 4, 4])$
4
3.5
3
2.5
2
1.5
1
4
3.5
3
1 2.5
1.5
2 2
2.5
3 1.5
3.5
4 1
9.1 Comments
A comment in Maxima input is any text between /* and */.
The Maxima parser treats a comment as whitespace for the purpose of finding tokens
in the input stream; a token always ends at a comment. An input such as a/* foo */b
contains two tokens, a and b, and not a single token ab. Comments are otherwise ignored
by Maxima; neither the content nor the location of comments is stored in parsed input
expressions.
Comments can be nested to arbitrary depth. The /* and */ delimiters form matching
pairs. There must be the same number of /* as there are */.
Examples:
(%i1) /* aa is a variable of interest */ aa : 1234;
(%o1) 1234
(%i2) /* Value of bb depends on aa */ bb : aa^2;
(%o2) 1522756
(%i3) /* User-defined infix operator */ infix ("b");
(%o3) b
(%i4) /* Parses same as a b c, not abc */ a/* foo */b/* bar */c;
(%o4) a b c
(%i5) /* Comments /* can be nested /* to any depth */ */ */ 1 + xyz;
(%o5) xyz + 1
9.2 Files
A file is simply an area on a particular storage device which contains data or text. Files
on the disks are figuratively grouped into "directories". A directory is just a list of files.
Commands which deal with files are: save, load,
loadfile, stringout, batch, demo, writefile, closefile, and appendfile.
System variable
__ is the input expression currently being evaluated. That is, while an input expres-
sion expr is being evaluated, __ is expr.
__ is assigned the input expression before the input is simplified or evaluated. How-
ever, the value of __ is simplified (but not evaluated) when it is displayed.
__ is recognized by batch and load. In a file processed by batch, __ has the same
meaning as at the interactive prompt. In a file processed by load, __ is bound to the
input expression most recently entered at the interactive prompt or in a batch file;
__ is not bound to the input expressions in the file being processed. In particular,
when load (filename) is called from the interactive prompt, __ is bound to load
(filename) while the file is being processed.
124 Maxima Manual
System variable
_ is the most recent input expression (e.g., %i1, %i2, %i3, ...).
_ is assigned the input expression before the input is simplified or evaluated. However,
the value of _ is simplified (but not evaluated) when it is displayed.
_ is recognized by batch and load. In a file processed by batch, _ has the same
meaning as at the interactive prompt. In a file processed by load, _ is bound to the
input expression most recently evaluated at the interactive prompt or in a batch file;
_ is not bound to the input expressions in the file being processed.
See also __ and %.
Examples:
(%i1) 13 + 29;
(%o1) 42
(%i2) :lisp $_
((MPLUS) 13 29)
(%i2) _;
(%o2) 42
(%i3) sin (%pi/2);
(%o3) 1
(%i4) :lisp $_
((%SIN) ((MQUOTIENT) $%PI 2))
(%i4) _;
(%o4) 1
(%i5) a: 13$
(%i6) b: 29$
(%i7) a + b;
(%o7) 42
(%i8) :lisp $_
((MPLUS) $A $B)
Chapter 9: Input and Output 125
(%i8) _;
(%o8) b + a
(%i9) a + b;
(%o9) 42
(%i10) ev (_);
(%o10) 42
% System variable
% is the output expression (e.g., %o1, %o2, %o3, ...) most recently computed by
Maxima, whether or not it was displayed.
% is recognized by batch and load. In a file processed by batch, % has the same
meaning as at the interactive prompt. In a file processed by load, % is bound to the
output expression most recently computed at the interactive prompt or in a batch
file; % is not bound to output expressions in the file being processed.
See also _, %%, and %th.
%% System variable
In compound statements, namely block, lambda, or (s 1, ..., s n), %% is the value
of the previous statement. For example,
block (integrate (x^5, x), ev (%%, x=2) - ev (%%, x=1));
block ([prev], prev: integrate (x^5, x),
ev (prev, x=2) - ev (prev, x=1));
yield the same result, namely 21/2.
A compound statement may comprise other compound statements. Whether a state-
ment be simple or compound, %% is the value of the previous statement. For example,
block (block (a^n, %%*42), %%/6)
yields 7*a^n.
Within a compound statement, the value of %% may be inspected at a break prompt,
which is opened by executing the break function. For example, at the break prompt
opened by
block (a: 42, break ())$
entering %%; yields 42.
At the first statement in a compound statement, or outside of a compound statement,
%% is undefined.
%% is recognized by batch and load, and it has the same meaning as at the interactive
prompt.
See also %.
? Special symbol
As prefix to a function or variable name, ? signifies that the name is a Lisp name,
not a Maxima name. For example, ?round signifies the Lisp function ROUND. See
Section 3.1 [Lisp and Maxima], page 7 for more on this point.
The notation ? word (a question mark followed a word, separated by whitespace) is
equivalent to describe("word"). The question mark must occur at the beginning of
an input line; otherwise it is not recognized as a request for documentation.
?? Special symbol
The notation ?? word (?? followed a word, separated by whitespace) is equivalent to
describe("word", inexact). The question mark must occur at the beginning of an
input line; otherwise it is not recognized as a request for documentation.
closefile () Function
Closes the transcript file opened by writefile or appendfile.
a - 1
a/b; - a b
b
1/2
sqrt(x); sqrt(x) x
4 X 4
X*4/3; --- - X
3 3
E
D
C + B + A
Example expression is --------------
cos(X - 1) + 1
-- an error. Quitting. To debug this try debugmode(true);
The user can modify these variables, either to replace the default values or to append
additional directories. For example,
file_search_maxima: ["/usr/local/foo/###.mac",
"/usr/local/bar/###.mac"]$
replaces the default value of file_search_maxima, while
file_search_maxima: append (file_search_maxima,
["/usr/local/foo/###.mac", "/usr/local/bar/###.mac"])$
appends two additional directories. It may be convenient to put such an expression in
the file maxima-init.mac so that the file search path is assigned automatically when
Maxima starts.
Multiple filename extensions and multiple paths can be specified by special wildcard
constructions. The string ### expands into the sought-after name, while a comma-
separated list enclosed in curly braces {foo,bar,baz} expands into multiple strings.
For example, supposing the sought-after name is neumann,
"/home/{wfs,gcj}/###.{lisp,mac}"
expands into /home/wfs/neumann.lisp, /home/gcj/neumann.lisp,
/home/wfs/neumann.mac, and /home/gcj/neumann.mac.
(%i1) aa + 1729;
(%o1) aa + 1729
(%i2) grind (%);
aa+1729$
(%o2) done
(%i3) [aa, 1729, aa + 1729];
(%o3) [aa, 1729, aa + 1729]
(%i4) grind (%);
[aa,1729,aa+1729]$
(%o4) done
(%i5) matrix ([aa, 17], [29, bb]);
[ aa 17 ]
(%o5) [ ]
[ 29 bb ]
(%i6) grind (%);
matrix([aa,17],[29,bb])$
(%o6) done
(%i7) set (aa, 17, 29, bb);
(%o7) {17, 29, aa, bb}
(%i8) grind (%);
{17,29,aa,bb}$
(%o8) done
(%i9) exp (aa / (bb + 17)^29);
aa
-----------
29
(bb + 17)
(%o9) %e
(%i10) grind (%);
%e^(aa/(bb+17)^29)$
(%o10) done
(%i11) expr: expand ((aa + bb)^10);
10 9 2 8 3 7 4 6
(%o11) bb + 10 aa bb + 45 aa bb + 120 aa bb + 210 aa bb
5 5 6 4 7 3 8 2
+ 252 aa bb + 210 aa bb + 120 aa bb + 45 aa bb
9 10
+ 10 aa bb + aa
(%i12) grind (expr);
bb^10+10*aa*bb^9+45*aa^2*bb^8+120*aa^3*bb^7+210*aa^4*bb^6
+252*aa^5*bb^5+210*aa^6*bb^4+120*aa^7*bb^3+45*aa^8*bb^2
+10*aa^9*bb+aa^10$
(%o12) done
(%i13) string (expr);
(%o13) bb^10+10*aa*bb^9+45*aa^2*bb^8+120*aa^3*bb^7+210*aa^4*bb^6\
+252*aa^5*bb^5+210*aa^6*bb^4+120*aa^7*bb^3+45*aa^8*bb^2+10*aa^9*\
bb+aa^10
(%i14) cholesky (A):= block ([n : length (A), L : copymatrix (A),
p : makelist (0, i, 1, length (A))], for i thru n do
134 Maxima Manual
for j : i thru n do
(x : L[i, j], x : x - sum (L[j, k] * L[i, k], k, 1, i - 1),
if i = j then p[i] : 1 / sqrt(x) else L[j, i] : x * p[i]),
for i thru n do L[i, i] : 1 / p[i],
for i thru n do for j : i + 1 thru n do L[i, j] : 0, L)$
(%i15) grind (cholesky);
cholesky(A):=block(
[n:length(A),L:copymatrix(A),
p:makelist(0,i,1,length(A))],
for i thru n do
(for j from i thru n do
(x:L[i,j],x:x-sum(L[j,k]*L[i,k],k,1,i-1),
if i = j then p[i]:1/sqrt(x)
else L[j,i]:x*p[i])),
for i thru n do L[i,i]:1/p[i],
for i thru n do (for j from i+1 thru n do L[i,j]:0),L)$
(%o15) done
(%i16) string (fundef (cholesky));
(%o16) cholesky(A):=block([n:length(A),L:copymatrix(A),p:makelis\
t(0,i,1,length(A))],for i thru n do (for j from i thru n do (x:L\
[i,j],x:x-sum(L[j,k]*L[i,k],k,1,i-1),if i = j then p[i]:1/sqrt(x\
) else L[j,i]:x*p[i])),for i thru n do L[i,i]:1/p[i],for i thru \
n do (for j from i+1 thru n do L[i,j]:0),L)
3 2 2 3
(%t4) b + 3 a b + 3 a b + a
3 2 2 3
(%t4) f = b + 3 a b + 3 a b + a
(%o4) e = (b + a)
(%i5) %t4;
3 2 2 3
(%o5) f = b + 3 a b + 3 a b + a
load does not recognize :lisp constructs in Maxima files, and while processing file-
name, the global variables _, __, %, and %th have whatever bindings they had when
load was called.
See also loadfile, batch, batchload, and demo. loadfile processes Lisp files;
batch, batchload, and demo process Maxima files.
See file_search for more detail about the file search mechanism.
load evaluates its argument.
3 2 2 3
(output2) b + 3 a b + 3 a b + a
(%i3)
See also labels.
10 log(a) - log(b)
(%i2) r;
(%o2) 10 log(a) - log(b)
(%i3) disp ("(a+b)^3 is", expand ((a+b)^3), "log (a^10/b) is",
radcan (log (a^10/b)))$
(a+b)^3 is
3 2 2 3
b + 3 a b + 3 a b + a
log (a^10/b) is
10 log(a) - log(b)
{1.000000000 4.000000000
}
(%i2) tcl_output ([1, 2, 3, 4, 5, 6], 2, 3)$
{2.000000000 5.000000000
}
(%i3) tcl_output ([3/7, 5/9, 11/13, 13/17], 1)$
}
(%i4) tcl_output ([x1, y1, x2, y2, x3, y3], 2)$
\begin{verbatim}
f(x):=1-x;
\end{verbatim}
(%o2) false
(%i3) set_tex_environment (":=", "$$", "$$");
(%o3) [$$, $$]
(%i4) tex (f (x) := 1 - x);
148 Maxima Manual
$$f(x):=1-x$$
(%o4) false
When ttyoff is true, output expressions are not displayed. Output expressions are
still computed and assigned labels. See labels.
Text printed by built-in Maxima functions, such as error messages and the output of
describe, is not affected by ttyoff.
10 Floating Point
11 Contexts
(%o6) pos
(%i7) asksign (a[1]);
x = a
1
(%o7) pos
(%i8) asksign (foo (a));
x = foo(a)
(%o8) pos
(%i9) asksign (foo (a) + bar (b));
x = foo(a)
x = bar(b)
(%o9) pos
(%i10) asksign (log (a));
x = a
p;
(%o10) pos
(%i11) asksign (a - b);
x = a
x = b
156 Maxima Manual
x = a
x = b
p;
(%o11) neg
features Declaration
Maxima recognizes certain mathematical properties of functions and variables. These
are called "features".
declare (x, foo) gives the property foo to the function or variable x.
declare (foo, feature) declares a new feature foo. For example, declare ([red,
green, blue], feature) declares three new features, red, green, and blue.
The predicate featurep (x, foo) returns true if x has the foo property, and false
otherwise.
The infolist features is a list of known features. These are integer, noninteger,
even, odd, rational, irrational, real, imaginary, complex, analytic,
increasing, decreasing, oddfun, evenfun, posfun, commutative, lassociative,
rassociative, symmetric, and antisymmetric, plus any user-defined features.
features is a list of mathematical features. There is also a list of non-mathematical,
system-dependent features. See status.
12 Polynomials
3 2
- 5154 x - 1291 x + 7688 x + 15376]
(%o6) (x - a x + 1) (x + a x + 1)
(%i7) factor (-y^2*z^2 - x*z^2 + x^2*y^2 + x^3);
2
(%o7) - (y + x) (z - x) (z + x)
(%i8) (2 + x)/(3 + x)/(b + x)/(c + x)^2;
x + 2
(%o8) ------------------------
2
(x + 3) (x + b) (x + c)
(%i9) ratsimp (%);
4 3
(%o9) (x + 2)/(x + (2 c + b + 3) x
2 2 2 2
+ (c + (2 b + 6) c + 3 b) x + ((b + 3) c + 6 b c) x + 3 b c )
(%i10) partfrac (%, x);
2 4 3
(%o10) - (c - 4 c - b + 6)/((c + (- 2 b - 6) c
2 2 2 2
+ (b + 12 b + 9) c + (- 6 b - 18 b) c + 9 b ) (x + c))
c - 2
- ---------------------------------
2 2
(c + (- b - 3) c + 3 b) (x + c)
b - 2
+ -------------------------------------------------
2 2 3 2
((b - 3) c + (6 b - 2 b ) c + b - 3 b ) (x + b)
1
- ----------------------------------------------
2
((b - 3) c + (18 - 6 b) c + 9 b - 27) (x + 3)
(%i11) map (factor, %);
2
c - 4 c - b + 6 c - 2
(%o11) - ------------------------- - ------------------------
2 2 2
(c - 3) (c - b) (x + c) (c - 3) (c - b) (x + c)
b - 2 1
+ ------------------------ - ------------------------
2 2
(b - 3) (c - b) (x + b) (b - 3) (c - 3) (x + 3)
(%i12) ratsimp ((x^5 - 1)/(x - 1));
4 3 2
164 Maxima Manual
(%o12) x + x + x + x + 1
(%i13) subst (a, x, %);
4 3 2
(%o13) a + a + a + a + 1
(%i14) factor (%th(2), %);
2 3 3 2
(%o14) (x - a) (x - a ) (x - a ) (x + a + a + a + 1)
(%i15) factor (1 + x^12);
4 8 4
(%o15) (x + 1) (x - x + 1)
(%i16) factor (1 + x^99);
2 6 3
(%o16) (x + 1) (x - x + 1) (x - x + 1)
10 9 8 7 6 5 4 3 2
(x - x + x - x + x - x + x - x + x - x + 1)
20 19 17 16 14 13 11 10 9 7 6
(x + x - x - x + x + x - x - x - x + x + x
4 3 60 57 51 48 42 39 33
- x - x + x + 1) (x + x - x - x + x + x - x
30 27 21 18 12 9 3
- x - x + x + x - x - x + x + 1)
2 2 2 2
+ 2 u v x + u x + a w + v + 2 u v + u
Chapter 12: Polynomials 165
fasttimes (p 1, p 2) Function
Returns the product of the polynomials p 1 and p 2 by using a special algorithm for
multiplication of polynomials. p_1 and p_2 should be multivariate, dense, and nearly
the same size. Classical multiplication is of order n_1 n_2 where n_1 is the degree of
p_1 and n_2 is the degree of p_2. fasttimes is of order max (n_1, n_2)^1.585.
fullratsubst will also accept its arguments in the format of lratsubst. That is,
the first argument may be a single substitution equation or a list of such equations,
while the second argument is the expression being processed.
load ("lrats") loads fullratsubst and lratsubst.
Examples:
(%i1) load ("lrats")$
subst can carry out multiple substitutions. lratsubst is analogous to subst.
(%i2) subst ([a = b, c = d], a + c);
(%o2) d + b
(%i3) lratsubst ([a^2 = b, c^2 = d], (a + e)*c*(a + c));
(%o3) (d + a c) e + a d + b c
If only one substitution is desired, then a single equation may be given as first
argument.
(%i4) lratsubst (a^2 = b, a^3);
(%o4) a b
fullratsubst is equivalent to ratsubst except that it recurses until its result
stops changing.
(%i5) ratsubst (b*a, a^2, a^3);
2
(%o5) a b
(%i6) fullratsubst (b*a, a^2, a^3);
2
(%o6) a b
fullratsubst also accepts a list of equations or a single equation as first argu-
ment.
(%i7) fullratsubst ([a^2 = b, b^2 = c, c^2 = a], a^3*b*c);
(%o7) b
(%i8) fullratsubst (a^2 = b*a, a^3);
2
(%o8) a b
fullratsubst may cause an indefinite recursion.
(%i9) errcatch (fullratsubst (b*a^2, a^2, a^3));
The gcd flag, default: spmod, if false will also prevent the greatest common divisor
from being taken when expressions are converted to canonical rational expression
(CRE) form. This will sometimes speed the calculation if gcds are not required.
quotient (p 1, p 2) Function
quotient (p 1, p 2, x 1, ..., x n) Function
Returns the polynomial p 1 divided by the polynomial p 2. The arguments x 1, ...,
x n are interpreted as in ratvars.
quotient returns the first element of the two-element list returned by divide.
keepfloat if true prevents floating point numbers from being converted to rational
numbers.
See also ratexpand and ratsimp.
Examples:
(%i1) ((x - 2*y)^4/(x^2 - 4*y^2)^2 + 1)*(y + a)*(2*y + x) /
(4*y^2 + x^2);
4
(x - 2 y)
(y + a) (2 y + x) (------------ + 1)
2 2 2
(x - 4 y )
(%o1) ------------------------------------
2 2
4 y + x
(%i2) rat (%, y, a, x);
2 a + 2 y
(%o2)/R/ ---------
x + 2 y
2
b + 3
Examples:
(%i1) ratsubst (a, x*y^2, x^4*y^3 + x^4*y^8);
3 4
(%o1) a x y + a
(%i2) cos(x)^4 + cos(x)^3 + cos(x)^2 + cos(x) + 1;
4 3 2
(%o2) cos (x) + cos (x) + cos (x) + cos(x) + 1
(%i3) ratsubst (1 - sin(x)^2, cos(x)^2, %);
4 2 2
(%o3) sin (x) - 3 sin (x) + cos(x) (2 - sin (x)) + 3
(%i4) ratsubst (1 - cos(x)^2, sin(x)^2, sin(x)^4);
4 2
(%o4) cos (x) - 2 cos (x) + 1
(%i5) radsubstflag: false$
(%i6) ratsubst (u, sqrt(x), x);
(%o6) x
(%i7) radsubstflag: true$
(%i8) ratsubst (u, sqrt(x), x);
2
(%o8) u
Examples:
(%i1) ratweight (a, 1, b, 1);
(%o1) [a, 1, b, 1]
(%i2) expr1: rat(a + b + 1)$
(%i3) expr1^2;
2 2
(%o3)/R/ b + (2 a + 2) b + a + 2 a + 1
(%i4) ratwtlvl: 1$
(%i5) expr1^2;
(%o5)/R/ 2 b + 2 a + 1
remainder (p 1, p 2) Function
remainder (p 1, p 2, x 1, ..., x n) Function
Returns the remainder of the polynomial p 1 divided by the polynomial p 2. The
arguments x 1, ..., x n are interpreted as in ratvars.
remainder returns the second element of the two-element list returned by divide.
resultant (p 1, p 2, x) Function
resultant Variable
Computes the resultant of the two polynomials p 1 and p 2, eliminating the variable
x. The resultant is a determinant of the coefficients of x in p 1 and p 2, which equals
zero if and only if p 1 and p 2 have a non-constant factor in common.
If p 1 or p 2 can be factored, it may be desirable to call factor before calling
resultant.
The variable resultant controls which algorithm will be used to compute the re-
sultant. subres for subresultant prs, mod for modular resultant algorithm, and red
for reduced prs. On most problems subres should be best. On some large degree
univariate or bivariate problems mod may be better.
The function bezout takes the same arguments as resultant and returns a matrix.
The determinant of the return value is the desired resultant.
13 Constants
%e Constant
%e represents the base of the natural logarithm, also known as Eulers number. The
numeric value of %e is the double-precision floating-point value 2.718281828459045d0.
%i Constant
%i represents the imaginary unit, sqrt(1).
false Constant
false represents the Boolean constant of the same name. Maxima implements false
by the value NIL in Lisp.
ind Constant
ind represents a bounded, indefinite result.
See also limit.
Example:
(%i1) limit (sin(1/x), x, 0);
(%o1) ind
inf Constant
inf represents real positive infinity.
infinity Constant
infinity represents complex infinity.
minf Constant
minf represents real minus (i.e., negative) infinity.
%phi Constant
%phi represents the so-called golden mean, (1+sqrt(5))/2. The numeric value of %phi
is the double-precision floating-point value 1.618033988749895d0.
fibtophi expresses Fibonacci numbers fib(n) in terms of %phi.
By default, Maxima does not know the algebraic properties of %phi. After evaluat-
ing tellrat(%phi^2 - %phi - 1) and algebraic: true, ratsimp can simplify some
expressions containing %phi.
Examples:
fibtophi expresses Fibonacci numbers fib(n) in terms of %phi.
182 Maxima Manual
%pi Constant
%pi represents the ratio of the perimeter of a circle to its diameter. The numeric
value of %pi is the double-precision floating-point value 3.141592653589793d0.
true Constant
true represents the Boolean constant of the same name. Maxima implements true
by the value T in Lisp.
und Constant
und represents an undefined result.
See also limit.
Example:
Chapter 13: Constants 183
14 Logarithms
(%o7) [0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0]
(%i8) map (lambda ([x], li [2] (x)), L);
(%o8) [0, .2676526384986274, .5822405249432515,
.9784693966661848, 1.64493407, 2.190177004178597
- .7010261407036192 %i, 2.374395264042415
- 1.273806203464065 %i, 2.448686757245154
- 1.758084846201883 %i, 2.467401098097648
- 2.177586087815347 %i]
(%i9) map (lambda ([x], li [3] (x)), L);
(%o9) [0, .2584613953442624, 0.537213192678042,
.8444258046482203, 1.2020569, 1.642866878950322
- .07821473130035025 %i, 2.060877505514697
- .2582419849982037 %i, 2.433418896388322
- .4919260182322965 %i, 2.762071904015935
- .7546938285978846 %i]
15 Trigonometric
2 2 3
Some identities are applied when and /2 are multiplied by an integer variable.
(%i1) declare (n, integer, m, even);
(%o1) done
(%i2) [sin (%pi * n), cos (%pi * m), sin (%pi/2 * m), cos (%pi/2 * m)];
m/2
(%o2) [0, 1, 0, (- 1) ]
atrig1 Package
The atrig1 package contains several additional simplification rules for inverse trigono-
metric functions. Together with rules already known to Maxima, the following angles
are fully implemented: 0, %pi/6, %pi/4, %pi/3, and %pi/2. Corresponding angles in
the other three quadrants are also available. Do load(atrig1); to use them.
ntrig Package
The ntrig package contains a set of simplification rules that are used to simplify
trigonometric function whose arguments are of the form f (n %pi/10) where f is any
of the functions sin, cos, tan, csc, sec and cot.
The trigonometric simplification routines will use declared information in some simple
cases. Declarations about variables are used as follows, e.g.
(%i1) declare(j, integer, e, even, o, odd)$
(%i2) sin(x + (e + 1/2)*%pi);
(%o2) cos(x)
(%i3) sin(x + (o + 1/2)*%pi);
(%o3) - cos(x)
The following example is taken from Davenport, Siret, and Tournier, Calcul Formel,
Masson (or in English, Addison-Wesley), section 1.5.5, Morley theorem.
(%i1) c: %pi/3 - a - b;
%pi
(%o1) - b - a + ---
Chapter 15: Trigonometric 195
3
(%i2) bc: sin(a)*sin(3*c)/sin(a+b);
sin(a) sin(3 b + 3 a)
(%o2) ---------------------
sin(b + a)
(%i3) ba: bc, c=a, a=c$
(%i4) ac2: ba^2 + bc^2 - 2*bc*ba*cos(b);
2 2
sin (a) sin (3 b + 3 a)
(%o4) -----------------------
2
sin (b + a)
%pi
2 sin(a) sin(3 a) cos(b) sin(b + a - ---) sin(3 b + 3 a)
3
- --------------------------------------------------------
%pi
sin(a - ---) sin(b + a)
3
2 2 %pi
sin (3 a) sin (b + a - ---)
3
+ ---------------------------
2 %pi
sin (a - ---)
3
(%i5) trigrat (ac2);
(%o5) - (sqrt(3) sin(4 b + 4 a) - cos(4 b + 4 a)
- 9)/4
196 Maxima Manual
Chapter 16: Special Functions 197
16 Special Functions
asympa Function
asympa is a package for asymptotic analysis. The package contains simplification
functions for asymptotic analysis, including the big O and little o functions that
are widely used in complexity analysis and numerical analysis.
load ("asympa") loads this package.
k z v+2 k
X (1) 2
k=0
k! (v + k + 1)
v+2 k
X 1 z
k=0
k! (v + k + 1) 2
poistrim () Function
is a reserved function name which (if the user has defined it) gets applied during Pois-
son multiplication. It is a predicate function of 6 arguments which are the coefficients
of the u, v, ..., z in a term. Terms for which poistrim is true (for the coefficients of
that term) are eliminated during multiplication.
v/2 %i z
4 bessel_j(v, z) gamma(v + 1) %e
(%o2) ---------------------------------------
v
z
(%i3) hgfred([1,1],[2],z);
log(1 - z)
(%o3) - ----------
z
(%i4) hgfred([a,a+1/2],[3/2],z^2);
204 Maxima Manual
1 - 2 a 1 - 2 a
(z + 1) - (1 - z)
(%o4) -------------------------------
2 (1 - 2 a) z
It can be beneficial to load orthopoly too as the following example shows. Note that
L is the generalized Laguerre polynomial.
(%i5) load(orthopoly)$
(%i6) hgfred([-2],[a],z);
(a - 1)
2 L (z)
2
(%o6) -------------
a (a + 1)
(%i7) ev(%);
2
z 2 z
(%o7) --------- - --- + 1
a (a + 1) a
Chapter 17: Elliptic Functions 205
17 Elliptic Functions
The elliptic functions and integrals are primarily intended to support symbolic compu-
tation. Therefore, most of derivatives of the functions and integrals are known. However,
if floating-point values are given, a floating-point result is returned.
Support for most of the other properties of elliptic functions and integrals other than
derivatives has not yet been written.
Some examples of elliptic functions:
(%i1) jacobi_sn (u, m);
(%o1) jacobi_sn(u, m)
(%i2) jacobi_sn (u, 1);
(%o2) tanh(u)
(%i3) jacobi_sn (u, 0);
(%o3) sin(u)
(%i4) diff (jacobi_sn (u, m), u);
(%o4) jacobi_cn(u, m) jacobi_dn(u, m)
(%i5) diff (jacobi_sn (u, m), m);
(%o5) jacobi_cn(u, m) jacobi_dn(u, m)
elliptic_e(asin(jacobi_sn(u, m)), m)
(u - ------------------------------------)/(2 m)
1 - m
2
jacobi_cn (u, m) jacobi_sn(u, m)
+ --------------------------------
2 (1 - m)
Some examples of elliptic integrals:
(%i1) elliptic_f (phi, m);
(%o1) elliptic_f(phi, m)
206 Maxima Manual
cos(phi) sin(phi)
- ---------------------)/(2 (1 - m))
2
sqrt(1 - m sin (phi))
Support for elliptic functions and integrals was written by Raymond Toy. It is placed
under the terms of the General Public License (GPL) that governs the distribution of
Maxima.
See also [elliptic e], page 208 and [elliptic ec], page 209.
d
Z
p
0 (1 n sin ) 1 m sin2
2
For certain values of m, the value of the integral is known in terms of Gamma func-
tions. Use makegamma to evaluate them.
210 Maxima Manual
Chapter 18: Limits 211
18 Limits
19 Differentiation
atomgrad Property
atomgrad is the atomic gradient property of an expression. This property is assigned
by gradef.
Chapter 19: Differentiation 215
2
f(0, 1) = a
(%o3) done
(%i4) diff (4*f(x,y)^2 - u(x,y)^2, x);
d d
(%o4) 8 f(x, y) (-- (f(x, y))) - 2 u(x, y) (-- (u(x, y)))
dx dx
(%i5) at (%, [x = 0, y = 1]);
!
2 d !
(%o5) 16 a - 2 u(0, 1) (-- (u(x, y))! )
dx !
!x = 0, y = 1
216 Maxima Manual
cartan - Function
The exterior calculus of differential forms is a basic tool of differential geometry
developed by Elie Cartan and has important applications in the theory of partial
differential equations. The cartan package implements the functions ext_diff and
lie_diff, along with the operators ~ (wedge product) and | (contraction of a form
with a vector.) Type demo (tensor) to see a brief description of these commands
along with examples.
cartan was implemented by F.B. Estabrook and H.D. Wahlquist.
p;
- a s
(%o1) sin(a b) %e
depends (f, x) is declared, diff (f, x) yields a symbolic derivative (that is, a
diff noun).
Each argument f 1, x 1, etc., can be the name of a variable or array, or a list of names.
Every element of f i (perhaps just a single element) is declared to depend on every
element of x i (perhaps just a single element). If some f i is the name of an array or
contains the name of an array, all elements of the array depend on x i.
diff recognizes indirect dependencies established by depends and applies the chain
rule in these cases.
remove (f, dependency) removes all dependencies declared for f.
depends returns a list of the dependencies established. The dependencies are ap-
pended to the global variable dependencies. depends evaluates its arguments.
diff is the only Maxima command which recognizes dependencies established by
depends. Other functions (integrate, laplace, etc.) only recognize dependencies
explicitly represented by their arguments. For example, integrate does not recognize
the dependence of f on x unless explicitly represented as integrate (f(x), x).
(%i1) depends ([f, g], x);
(%o1) [f(x), g(x)]
(%i2) depends ([r, s], [u, v, w]);
(%o2) [r(u, v, w), s(u, v, w)]
(%i3) depends (u, t);
(%o3) [u(t)]
(%i4) dependencies;
(%o4) [f(x), g(x), r(u, v, w), s(u, v, w), u(t)]
(%i5) diff (r.s, u);
dr ds
(%o5) -- . s + r . --
du du
(%i6) diff (r.s, t);
dr du ds du
(%o6) -- -- . s + r . -- --
du dt du dt
(%i7) remove (r, dependency);
(%o7) done
(%i8) diff (r.s, t);
ds du
(%o8) r . -- --
du dt
Example:
(%i1) diff (y, x, 2) + diff (y, z, 3) + diff (y, x) * x^2;
3 2
d y d y 2 dy
(%o1) --- + --- + x --
3 2 dx
dz dx
(%i2) derivdegree (%, y, x);
(%o2) 2
dscalar (f ) Function
Applies the scalar dAlembertian to the scalar function f.
load ("ctensor") loads this function.
20 Integration
pos;
226 Maxima Manual
sqrt(a b (a b - 1)) t
2 cosh(---------------------) 2
b a t
(%o4) - ----------------------------- + -------
3 2 2 a b - 1
a b - 2 a b + a
2
+ ------------------
3 2 2
a b - 2 a b + a
If none of the preceding heuristics find the indefinite integral, the Risch algorithm is
executed. The flag risch may be set as an evflag, in a call to ev or on the com-
mand line, e.g., ev (integrate (expr, x), risch) or integrate (expr, x), risch.
If risch is present, integrate calls the risch function without attempting heuristics
first. See also risch.
integrate works only with functional relations represented explicitly with the f(x)
notation. integrate does not respect implicit dependencies established by the
depends function.
integrate may need to know some property of a parameter in the integrand.
integrate will first consult the assume database, and, if the variable of interest
is not there, integrate will ask the user. Depending on the question, suitable
responses are yes; or no;, or pos;, zero;, or neg;.
integrate is not, by default, declared to be linear. See declare and linear.
integrate attempts integration by parts only in a few special cases.
Examples:
Elementary indefinite and definite integrals.
(%i1) integrate (sin(x)^3, x);
3
cos (x)
(%o1) ------- - cos(x)
3
(%i2) integrate (x/ sqrt (b^2 - x^2), x);
2 2
(%o2) - sqrt(b - x )
(%i3) integrate (cos(x)^2 * exp(x), x, 0, %pi);
%pi
3 %e 3
(%o3) ------- - -
5 5
(%i4) integrate (x^2 * exp(-x^2), x, minf, inf);
sqrt(%pi)
(%o4) ---------
2
Use of assume and interactive query.
(%i1) assume (a > 1)$
(%i2) integrate (x**a/(x+1)**(5/2), x, 0, inf);
2 a + 2
Is ------- an integer?
5
no;
Is 2 a - 3 positive, negative, or zero?
neg;
3
(%o2) beta(a + 1, - - a)
2
228 Maxima Manual
Change of variable. There are two changes of variable in this example: one using
a derivative established by gradef, and one using the derivation diff(r(x)) of
an unspecified function r(x).
(%i3) gradef (q(x), sin(x**2));
(%o3) q(x)
(%i4) diff (log (q (r (x))), x);
d 2
(-- (r(x))) sin(r (x))
dx
(%o4) ----------------------
q(r(x))
(%i5) integrate (%, x);
(%o5) log(q(r(x)))
Return value contains the integrate noun form. In this example, Maxima can
extract one factor of the denominator of a rational function, but cannot factor the
remainder or otherwise find its integral. grind shows the noun form integrate
in the result. See also integrate_use_rootsof for more on integrals of rational
functions.
(%i1) expand ((x-4) * (x^3+2*x+1));
4 3 2
(%o1) x - 4 x + 2 x - 7 x - 4
(%i2) integrate (1/%, x);
/ 2
[ x + 4 x + 18
I ------------- dx
] 3
log(x - 4) / x + 2 x + 1
(%o2) ---------- - ------------------
73 73
(%i3) grind (%);
log(x-4)/73-(integrate((x^2+4*x+18)/(x^3+2*x+1),x))/73$
Defining a function in terms of an integral. The body of a function is not evalu-
ated when the function is defined. Thus the body of f_1 in this example contains
the noun form of integrate. The quote-quote operator causes the integral
to be evaluated, and the result becomes the body of f_2.
(%i1) f_1 (a) := integrate (x^3, x, 1, a);
3
(%o1) f_1(a) := integrate(x , x, 1, a)
(%i2) ev (f_1 (7), nouns);
(%o2) 600
(%i3) /* Note parentheses around integrate(...) here */
f_2 (a) := (integrate (x^3, x, 1, a));
4
a 1
(%o3) f_2(a) := -- - -
4 4
(%i4) f_2 (7);
(%o4) 600
Chapter 20: Integration 229
x
(%o5) -- = x + %c1
3
2 x + 1
2 5 atan(-------)
log(x + x + 1) sqrt(3)
- --------------- + ---------------
14 7 sqrt(3)
Alternatively the user may compute the roots of the denominator separately, and
then express the integrand in terms of these roots, e.g., 1/((x - a)*(x - b)*(x -
c)) or 1/((x^2 - (a+b)*x + a*b)*(x - c)) if the denominator is a cubic polynomial.
Sometimes this will help Maxima obtain a more useful result.
20.3.1 Overview
quad_qag Integration of a general function over a finite interval. quad_qag implements a
simple globally adaptive integrator using the strategy of Aind (Piessens, 1973).
The caller may choose among 6 pairs of Gauss-Kronrod quadrature formulae for
the rule evaluation component. The high-degree rules are suitable for strongly
oscillating integrands.
quad_qags
Integration of a general function over a finite interval. quad_qags implements
globally adaptive interval subdivision with extrapolation (de Doncker, 1978) by
the Epsilon algorithm (Wynn, 1956).
quad_qagi
Integration of a general function over an infinite or semi-infinite interval. The
interval is mapped onto a finite interval and then the same strategy as in quad_
qags is applied.
quad_qawo
Integration of cos(omegax)f (x) or sin(omegax)f (x) over a finite interval,
where omega is a constant. The rule evaluation component is based on the
1
Applied Mathematics and Programming Division, K.U. Leuven
2
Applied Mathematics and Programming Division, K.U. Leuven
3
Institut f
ur Mathematik, T.U. Wien
4
National Bureau of Standards, Washington, D.C., U.S.A
5
http://www.netlib.org/slatec
6
http://www.netlib.org/quadpack
7
R. Piessens, E. de Doncker-Kapenga, C.W. Uberhuber, and D.K. Kahaner. QUADPACK: A Subroutine
Package for Automatic Integration. Berlin: Springer-Verlag, 1983, ISBN 0387125531.
Chapter 20: Integration 233
The function to be integrated is f(x), with dependent variable x, and the function is to
be integrated between the limits a and b. key is the integrator to be used and should
be an integer between 1 and 6, inclusive. The value of key selects the order of the
Gauss-Kronrod integration rule. High-order rules are suitable for strongly oscillating
integrands.
The integrand may be specified as the name of a Maxima or Lisp function or operator,
a Maxima lambda expression, or a general Maxima expression.
The numerical integration is done adaptively by subdividing the integration region
into sub-intervals until the desired accuracy is achieved.
The keyword arguments are optional and may be specified in any order. They all
take the form key=val. The keyword arguments are:
epsrel Desired relative error of approximation. Default is 1d-10.
234 Maxima Manual
The function to be integrated is f(x), with dependent variable x, and the function is
to be integrated between the limits a and b.
The integrand may be specified as the name of a Maxima or Lisp function or operator,
a Maxima lambda expression, or a general Maxima expression.
The keyword arguments are optional and may be specified in any order. They all
take the form key=val. The keyword arguments are:
epsrel Desired relative error of approximation. Default is 1d-10.
epsabs Desired absolute error of approximation. Default is 0.
Chapter 20: Integration 235
limit Size of internal work array. (limit - limlst)/2 is the maximum number of
subintervals to use. Default is 200.
quad_qags returns a list of four elements:
an approximation to the integral,
the estimated absolute error of the approximation,
the number integrand evaluations,
an error code.
The error code (fourth element of the return value) can have the values:
0 no problems were encountered;
1 too many sub-intervals were done;
2 excessive roundoff error is detected;
3 extremely bad integrand behavior occurs;
4 failed to converge
5 integral is probably divergent or slowly convergent
6 if the input is invalid.
Examples:
(%i1) quad_qags (x^(1/2)*log(1/x), x, 0, 1, epsrel=1d-10);
(%o1) [.4444444444444448, 1.11022302462516E-15, 315, 0]
Note that quad_qags is more accurate and efficient than quad_qag for this integrand.
Z a
f (x)dx
Z
f (x)dx
using the Quadpack QAGI routine. The function to be integrated is f(x), with de-
pendent variable x, and the function is to be integrated over an infinite range.
The integrand may be specified as the name of a Maxima or Lisp function or operator,
a Maxima lambda expression, or a general Maxima expression.
The parameter inftype determines the integration interval as follows:
inf The interval is from a to positive infinity.
236 Maxima Manual
b
f (x)
Z
dx
a xc
Chapter 20: Integration 237
using the Quadpack QAWC routine. The function to be integrated is f(x)/(x - c),
with dependent variable x, and the function is to be integrated over the interval a to
b.
The integrand may be specified as the name of a Maxima or Lisp function or operator,
a Maxima lambda expression, or a general Maxima expression.
The keyword arguments are optional and may be specified in any order. They all
take the form key=val. The keyword arguments are:
epsrel Desired relative error of approximation. Default is 1d-10.
epsabs Desired absolute error of approximation. Default is 0.
limit Size of internal work array. (limit - limlst)/2 is the maximum number of
subintervals to use. Default is 200.
quad_qawc returns a list of four elements:
an approximation to the integral,
the estimated absolute error of the approximation,
the number integrand evaluations,
an error code.
The error code (fourth element of the return value) can have the values:
0 no problems were encountered;
1 too many sub-intervals were done;
2 excessive roundoff error is detected;
3 extremely bad integrand behavior occurs;
6 if the input is invalid.
Examples:
(%i1) quad_qawc (2^(-5)*((x-1)^2+4^(-5))^(-1), x, 2, 0, 5, epsrel=1d-7);
(%o1) [- 3.130120337415925, 1.306830140249558E-8, 495, 0]
(%i2) integrate (2^(-alpha)*(((x-1)^2 + 4^(-alpha))*(x-2))^(-1),
x, 0, 5);
Principal Value
alpha
alpha 9 4 9
4 log(------------- + -------------)
alpha alpha
64 4 + 4 64 4 + 4
(%o2) (-----------------------------------------
alpha
2 4 + 2
3 alpha 3 alpha
------- -------
2 alpha/2 2 alpha/2
2 4 atan(4 4 ) 2 4 atan(4 ) alpha
238 Maxima Manual
- --------------------------- - -------------------------)/2
alpha alpha
2 4 + 2 2 4 + 2
(%i3) ev (%, alpha=5, numer);
(%o3) - 3.130120337415917
quad qawf (f(x), x, a, omega, trig, [epsabs, limit, maxp1, limlst]) Function
quad qawf (f, x, a, omega, trig, [epsabs, limit, maxp1, limlst]) Function
Calculates a Fourier cosine or Fourier sine transform on a semi-infinite interval us-
ing the Quadpack QAWF function. The same approach as in quad_qawo is applied
on successive finite intervals, and convergence acceleration by means of the Epsilon
algorithm (Wynn, 1956) is applied to the series of the integral contributions.
quad_qawf computes the integral
Z
f (x)w(x)dx
a
quad qawo (f(x), x, a, b, omega, trig, [epsrel, epsabs, limit, maxp1, Function
limlst])
quad qawo (f, x, a, b, omega, trig, [epsrel, epsabs, limit, maxp1, limlst]) Function
Integration of cos(omegax)f (x) or sin(omegax)f (x) over a finite interval, where
omega is a constant. The rule evaluation component is based on the modified
Clenshaw-Curtis technique. quad_qawo applies adaptive subdivision with extrapo-
lation, similar to quad_qags.
quad_qawo computes the integral using the Quadpack QAWO routine:
Z b
f (x)w(x)dx
a
quad qaws (f(x), x, a, b, alpha, beta, wfun, [epsrel, epsabs, limit]) Function
quad qaws (f, x, a, b, alpha, beta, wfun, [epsrel, epsabs, limit]) Function
Integration of w(x)f (x) over a finite interval, where w(x) is a certain algebraic or log-
arithmic function. A globally adaptive subdivision strategy is applied, with modified
Clenshaw-Curtis integration on the subintervals which contain the endpoints of the
interval of integration.
quad_qaws computes the integral using the Quadpack QAWS routine:
Z b
f (x)w(x)dx
a
pos;
alpha alpha
2 %pi 2 sqrt(2 2 + 1)
(%o2) -------------------------------
alpha
4 2 + 2
(%i3) ev (%, alpha=4, numer);
(%o3) 8.750097361672829
242 Maxima Manual
Chapter 21: Equations 243
21 Equations
In some cases, solve is not be able to find a solution, or if it does the solution may
be a very large expression.
If the equation is univariate and is either linear, quadratic, or biquadratic, then again
solve is called if no approximations have been introduced. If approximations have
been introduced or the equation is not univariate and neither linear, quadratic, or
biquadratic, then if the switch realonly is true, the function realroots is called to
find the real-valued solutions. If realonly is false, then allroots is called which
looks for real and complex-valued solutions.
If algsys produces a solution which has fewer significant digits than required, the
user can change the value of algepsilon to a higher value.
If algexact is set to true, solve will always be called.
(4) Finally, the solutions obtained in step (3) are substituted into previous levels and
the solution process returns to (1).
When algsys encounters a multivariate equation which contains floating point ap-
proximations (usually due to its failing to find exact solutions at an earlier stage),
then it does not attempt to apply exact methods to such equations and instead prints
the message: "algsys cannot solve - system too complicated."
Interactions with radcan can produce large or complicated expressions. In that case,
it may be possible to isolate parts of the result with pickapart or reveal.
Occasionally, radcan may introduce an imaginary unit %i into a solution which is
actually real-valued.
Examples:
(%i1) e1: 2*x*(1 - a1) - 2*(x - 1)*a2;
(%o1) 2 (1 - a1) x - 2 a2 (x - 1)
(%i2) e2: a2 - a1;
(%o2) a2 - a1
(%i3) e3: a1*(-y - x^2 + 1);
2
(%o3) a1 (- y - x + 1)
(%i4) e4: a2*(y - (x - 1)^2);
2
(%o4) a2 (y - (x - 1) )
(%i5) algsys ([e1, e2, e3, e4], [x, y, a1, a2]);
(%o5) [[x = 0, y = %r1, a1 = 0, a2 = 0],
[x = 1, y = 0, a1 = 1, a2 = 1]]
(%i6) e1: x^2 - y^2;
2 2
(%o6) x - y
(%i7) e2: -1 - y + 2*y^2 - x + x^2;
2 2
(%o7) 2 y - y + x - x - 1
(%i8) algsys ([e1, e2], [x, y]);
1 1
(%o8) [[x = - -------, y = -------],
sqrt(3) sqrt(3)
Chapter 21: Equations 245
1 1 1 1
[x = -------, y = - -------], [x = - -, y = - -], [x = 1, y = 1]]
sqrt(3) sqrt(3) 3 3
x = .9659625152196369 %i - .4069597231924075,
- 5.32907051820075E-15
4.44089209850063E-15 %i - 4.88498130835069E-15
- 4.44089209850063E-15 %i - 4.88498130835069E-15
3.5527136788005E-15
(%o3) done
(%i4) polyfactor: true$
(%i5) allroots (eqn);
246 Maxima Manual
2
(x + 1.015755543828121) (x + .8139194463848151 x
+ 1.098699797110288)
sqrt(23) 25 1/3
(%t3) (--------- + --)
6 sqrt(3) 54
Solution:
sqrt(3) %i 1
---------- - -
sqrt(3) %i 1 2 2 1
(%t4) x = (- ---------- - -) %t3 + -------------- - -
2 2 9 %t3 3
sqrt(3) %i 1
- ---------- - -
sqrt(3) %i 1 2 2 1
(%t5) x = (---------- - -) %t3 + ---------------- - -
2 2 9 %t3 3
1 1
(%t6) x = %t3 + ----- - -
9 %t3 3
(%o6) [%t4, %t5, %t6]
(%i6) breakup: false$
(%i7) solve (x^3 + x^2 - 1);
Chapter 21: Equations 247
Solution:
sqrt(3) %i 1
---------- - -
2 2 sqrt(23) 25 1/3
(%t7) x = --------------------- + (--------- + --)
sqrt(23) 25 1/3 6 sqrt(3) 54
9 (--------- + --)
6 sqrt(3) 54
sqrt(3) %i 1 1
(- ---------- - -) - -
2 2 3
sqrt(3) %i 1
- ---------- - -
2 2 1
+ --------------------- - -
sqrt(23) 25 1/3 3
9 (--------- + --)
6 sqrt(3) 54
sqrt(23) 25 1/3 1 1
(%t9) x = (--------- + --) + --------------------- - -
6 sqrt(3) 54 sqrt(23) 25 1/3 3
9 (--------- + --)
6 sqrt(3) 54
(%o9) [%t7, %t8, %t9]
17
(%t2) x : --
7
1
(%t3) y : - -
7
(%o3) [[%t2, %t3]]
(%i3) x;
17
(%o3) --
7
(%i4) y;
1
(%o4) - -
7
(%i5) globalsolve: false$
(%i6) kill (x, y)$
Chapter 21: Equations 249
17
(%t7) x = --
7
1
(%t8) y = - -
7
(%o8) [[%t7, %t8]]
(%i8) x;
(%o8) x
(%i9) y;
(%o9) y
(%t7) z = a - 1
(%t8) y = 2 a
(%t9) x = a + 1
(%o9) [%t7, %t8, %t9]
(%i9) %;
(%o9) [z = a - 1, y = 2 a, x = a + 1]
(%i10) [globalsolve: true, programmode: false];
(%o10) [true, false]
(%i11) linsolve ([e1, e2, e3], [x, y, z]);
Solution
(%t11) z : a - 1
(%t12) y : 2 a
(%t13) x : a + 1
(%o13) [%t11, %t12, %t13]
(%i13) %;
(%o13) [z : a - 1, y : 2 a, x : a + 1]
(%i14) [x, y, z];
(%o14) [a + 1, 2 a, a - 1]
(%i15) [globalsolve: true, programmode: true];
(%o15) [true, true]
(%i16) linsolve ([e1, e2, e3], [x, y, z]);
(%o16) [x : a + 1, y : 2 a, z : a - 1]
(%i17) [x, y, z];
(%o17) [a + 1, 2 a, a - 1]
252 Maxima Manual
true examples is simply that 2 divides into 4 but not into 3. rootsconmode: all
involves taking the least common multiple of the denominators of the exponents.
rootscontract uses ratsimp in a manner similar to logcontract.
Examples:
(%i1) rootsconmode: false$
(%i2) rootscontract (x^(1/2)*y^(3/2));
3
(%o2) sqrt(x y )
(%i3) rootscontract (x^(1/2)*y^(1/4));
1/4
(%o3) sqrt(x) y
(%i4) rootsconmode: true$
(%i5) rootscontract (x^(1/2)*y^(1/4));
(%o5) sqrt(x sqrt(y))
(%i6) rootscontract (x^(1/2)*y^(1/3));
1/3
(%o6) sqrt(x) y
(%i7) rootsconmode: all$
(%i8) rootscontract (x^(1/2)*y^(1/4));
2 1/4
(%o8) (x y)
(%i9) rootscontract (x^(1/2)*y^(1/3));
3 2 1/6
(%o9) (x y )
(%i10) rootsconmode: false$
(%i11) rootscontract (sqrt(sqrt(x) + sqrt(1 + x))
*sqrt(sqrt(1 + x) - sqrt(x)));
(%o11) 1
(%i12) rootsconmode: true$
(%i13) rootscontract (sqrt(5+sqrt(5)) - 5^(1/4)*sqrt(1+sqrt(5)));
(%o13) 0
- .1331240357358706, y = .0767837852378778
- .1331240357358706, y = 3.608003221870287 %i
+ .0767837852378778], [x = - 1.733751846381093,
y = - .1535675710019696]]
(%i5) solve (1 + a*x + x^3, x);
3
sqrt(3) %i 1 sqrt(4 a + 27) 1 1/3
(%o5) [x = (- ---------- - -) (--------------- - -)
2 2 6 sqrt(3) 2
sqrt(3) %i 1
(---------- - -) a
2 2
- --------------------------, x =
3
sqrt(4 a + 27) 1 1/3
3 (--------------- - -)
6 sqrt(3) 2
3
sqrt(3) %i 1 sqrt(4 a + 27) 1 1/3
(---------- - -) (--------------- - -)
2 2 6 sqrt(3) 2
sqrt(3) %i 1
(- ---------- - -) a
2 2
- --------------------------, x =
3
sqrt(4 a + 27) 1 1/3
3 (--------------- - -)
6 sqrt(3) 2
3
sqrt(4 a + 27) 1 1/3 a
(--------------- - -) - --------------------------]
6 sqrt(3) 2 3
sqrt(4 a + 27) 1 1/3
3 (--------------- - -)
6 sqrt(3) 2
(%i6) solve (x^3 - 1);
258 Maxima Manual
sqrt(3) %i - 1 sqrt(3) %i + 1
(%o6) [x = --------------, x = - --------------, x = 1]
2 2
(%i7) solve (x^6 - 1);
sqrt(3) %i + 1 sqrt(3) %i - 1
(%o7) [x = --------------, x = --------------, x = - 1,
2 2
sqrt(3) %i + 1 sqrt(3) %i - 1
x = - --------------, x = - --------------, x = 1]
2 2
(%i8) ev (x^6 - 1, %[1]);
6
(sqrt(3) %i + 1)
(%o8) ----------------- - 1
64
(%i9) expand (%);
(%o9) 0
(%i10) x^2 - 1;
2
(%o10) x - 1
(%i11) solve (%, x);
(%o11) [x = - 1, x = 1]
(%i12) ev (%th(2), %[1]);
(%o12) 0
22 Differential Equations
2 dx
dx
(%i3) atvalue(diff(g(x),x),x=0,a);
(%o3) a
(%i4) atvalue(f(x),x=0,1);
(%o4) 1
(%i5) desolve([%o1,%o2],[f(x),g(x)]);
x
(%o5) [f(x) = a %e - a + 1, g(x) =
x
cos(x) + a %e - a + g(0) - 1]
(%i6) [%o1,%o2],%o5,diff;
x x x x
(%o6) [a %e = a %e , a %e - cos(x) = a %e - cos(x)]
y - 10 y 3
(%o7) --------- = x - -
6 2
Chapter 23: Numerical 265
23 Numerical
fortindent controls the left margin indentation of expressions printed out by the
fortran command. 0 gives normal printout (i.e., 6 spaces), and positive values will
causes the expressions to be printed farther to the right.
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.
(%i4) ev (expr2, x=1e155);
(%o4) 7.0E+154
find_root expects the function in question to have a different sign at the endpoints
of the search interval. If this condition is not met, the behavior of find_root is
governed by find_root_error. When find_root_error is true, find_root prints
an error message. Otherwise find_root returns the value of find_root_error. The
default value of find_root_error is true.
If f evaluates to something other than a number at any step in the search algorithm,
find_root returns a partially-evaluated find_root expression.
The order of a and b is ignored; the region in which a root is sought is
[min(a, b), max(a, b)].
Examples:
(%i1) f(x) := sin(x) - x/2;
x
(%o1) f(x) := sin(x) - -
2
(%i2) find_root (sin(x) - x/2, x, 0.1, %pi);
(%o2) 1.895494267033981
(%i3) find_root (sin(x) = x/2, x, 0.1, %pi);
(%o3) 1.895494267033981
(%i4) find_root (f(x), x, 0.1, %pi);
(%o4) 1.895494267033981
(%i5) find_root (f, 0.1, %pi);
(%o5) 1.895494267033981
(%i6) find_root (exp(x) = y, x, 0, 100);
x
(%o6) find_root(%e = y, x, 0.0, 100.0)
(%i7) find_root (exp(x) = y, x, 0, 100), y = 10;
(%o7) 2.302585092994046
(%i8) log (10.0);
(%o8) 2.302585092994046
24 Arrays
Examples:
arrayinfo and listarray applied to a declared array.
(%i1) array (aa, 2, 3);
(%o1) aa
(%i2) aa [2, 3] : %pi;
(%o2) %pi
(%i3) aa [1, 2] : %e;
(%o3) %e
(%i4) arrayinfo (aa);
(%o4) [declared, 2, [2, 3]]
(%i5) listarray (aa);
(%o5) [#####, #####, #####, #####, #####, #####, %e, #####,
#####, #####, #####, %pi]
arrayinfo and listarray applied to an undeclared (hashed) array.
(%i1) bb [FOO] : (a + b)^2;
2
(%o1) (b + a)
(%i2) bb [BAR] : (c - d)^3;
3
(%o2) (c - d)
(%i3) arrayinfo (bb);
(%o3) [hashed, 1, [BAR], [FOO]]
(%i4) listarray (bb);
3 2
(%o4) [(c - d) , (b + a) ]
arrayinfo and listarray applied to an array function.
(%i1) cc [x, y] := y / x;
y
(%o1) cc := -
x, y x
(%i2) cc [u, v];
v
(%o2) -
u
(%i3) cc [4, z];
z
(%o3) -
4
(%i4) arrayinfo (cc);
(%o4) [hashed, 2, [4, z], [u, v]]
(%i5) listarray (cc);
z v
(%o5) [-, -]
4 u
arrayinfo and listarray applied to a subscripted function.
(%i1) dd [x] (y) := y ^ x;
x
Chapter 24: Arrays 275
(%o1) dd (y) := y
x
(%i2) dd [a + b];
b + a
(%o2) lambda([y], y )
(%i3) dd [v - u];
v - u
(%o3) lambda([y], y )
(%i4) arrayinfo (dd);
(%o4) [hashed, 1, [b + a], [v - u]]
(%i5) listarray (dd);
b + a v - u
(%o5) [lambda([y], y ), lambda([y], y )]
Examples:
Create an array of 9 elements and fill it from a list.
(%i1) array (a1, fixnum, 8);
(%o1) a1
(%i2) listarray (a1);
(%o2) [0, 0, 0, 0, 0, 0, 0, 0, 0]
(%i3) fillarray (a1, [1, 2, 3, 4, 5, 6, 7, 8, 9]);
(%o3) a1
(%i4) listarray (a1);
(%o4) [1, 2, 3, 4, 5, 6, 7, 8, 9]
When there are too few elements to fill the array, the last element is repeated. When
there are too many elements, the extra elements are ignored.
(%i1) a2 : make_array (fixnum, 8);
(%o1) {Array: #(0 0 0 0 0 0 0 0)}
(%i2) fillarray (a2, [1, 2, 3, 4, 5]);
(%o2) {Array: #(1 2 3 4 5 5 5 5)}
(%i3) fillarray (a2, [4]);
(%o3) {Array: #(4 4 4 4 4 4 4 4)}
(%i4) fillarray (a2, makelist (i, i, 1, 100));
(%o4) {Array: #(1 2 3 4 5 6 7 8)}
Multple-dimension arrays are filled in row-major order.
(%i1) a3 : make_array (fixnum, 2, 5);
(%o1) {Array: #2A((0 0 0 0 0) (0 0 0 0 0))}
(%i2) fillarray (a3, [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]);
(%o2) {Array: #2A((1 2 3 4 5) (6 7 8 9 10))}
(%i3) a4 : make_array (fixnum, 5, 2);
(%o3) {Array: #2A((0 0) (0 0) (0 0) (0 0) (0 0))}
(%i4) fillarray (a4, a3);
(%o4) {Array: #2A((1 2) (3 4) (5 6) (7 8) (9 10))}
b + a
(%o2) lambda([y], y )
(%i3) dd [v - u];
v - u
(%o3) lambda([y], y )
(%i4) listarray (dd);
b + a v - u
(%o4) [lambda([y], y ), lambda([y], y )]
(%i5) arrayinfo (dd);
(%o5) [hashed, 1, [b + a], [v - u]]
(%i2) i : 3 $
these an error would be caused since x+1 would not be a valid subscript for an art-q
array, a list or a matrix). Its indices (also known as keys) may be any object. It only
takes one key at a time (b[x+1,u]:y would ignore the u). Referencing is done by
b[x+1] ==> y^2. Of course the key may be a list, e.g. b[[x+1,u]]:y would be valid.
This is incompatible with the old Maxima hash arrays, but saves consing.
An advantage of storing the arrays as values of the symbol is that the usual conven-
tions about local variables of a function apply to arrays as well. The Hash table type
also uses less consing and is more efficient than the old type of Maxima hashar. To
obtain consistent behaviour in translated and compiled code set translate_fast_
arrays to be true.
282 Maxima Manual
Chapter 25: Matrices and Linear Algebra 283
25.1.1 Dot
The operator . represents noncommutative multiplication and scalar product. When
the operands are 1-column or 1-row matrices a and b, the expression a.b is equivalent to
sum (a[i]*b[i], i, 1, length(a)). If a and b are not complex, this is the scalar product,
also called the inner product or dot product, of a and b. The scalar product is defined as
conjugate(a).b when a and b are complex; innerproduct in the eigen package provides
the complex scalar product.
When the operands are more general matrices, the product is the matrix product a and
b. The number of rows of b must equal the number of columns of a, and the result has
number of rows equal to the number of rows of a and number of columns equal to the
number of columns of b.
To distinguish . as an arithmetic operator from the decimal point in a floating point
number, it may be necessary to leave spaces on either side. For example, 5.e3 is 5000.0
but 5 . e3 is 5 times e3.
There are several flags which govern the simplification of expressions involving .,
namely dot, dot0nscsimp, dot0simp, dot1simp, dotassoc, dotconstrules, dotdistrib,
dotexptsimp, dotident, and dotscrules.
25.1.2 Vectors
vect is a package of functions for vector analysis. load ("vect") loads this package,
and demo ("vect") displays a demonstration.
The vector analysis package can combine and simplify symbolic expressions including dot
products and cross products, together with the gradient, divergence, curl, and Laplacian
operators. The distribution of these operators over sums or products is governed by several
flags, as are various other expansions, including expansion into components in any specific
orthogonal coordinate systems. There are also functions for deriving the scalar or vector
potential of a field.
The vect package contains these functions: vectorsimp, scalefactors, express,
potential, and vectorpotential.
Warning: the vect package declares the dot operator . to be a commutative operator.
25.1.3 eigen
The package eigen contains several functions devoted to the symbolic computation
of eigenvalues and eigenvectors. Maxima loads the package automatically if one of the
functions eigenvalues or eigenvectors is invoked. The package may be loaded explicitly
as load ("eigen").
284 Maxima Manual
adjoint (M ) Function
Returns the adjoint of the matrix M. The adjoint matrix is the transpose of the matrix
of cofactors of M.
[ x1 ]
(%o4) [ ]
[ x2 ]
(%i5) ev (a . % - lambda*%, %th(2)[1]);
[ x2 - 2 x1 ]
(%o5) [ ]
[ 2 x1 - x2 ]
(%i6) %[1, 1] = 0;
(%o6) x2 - 2 x1 = 0
(%i7) x2^2 + x1^2 = 1;
2 2
(%o7) x2 + x1 = 1
(%i8) solve ([%th(2), %], [x1, x2]);
1 2
(%o8) [[x1 = - -------, x2 = - -------],
sqrt(5) sqrt(5)
1 2
[x1 = -------, x2 = -------]]
sqrt(5) sqrt(5)
[ bb ]
(%o2) [ ]
[ cc ]
[ ]
[ dd ]
(%o1) done
(%i2) conjugate (aa + bb*%i);
(%o2) aa - %i bb
(%i3) conjugate (cc);
(%o3) conjugate(cc)
(%i4) conjugate (ii);
(%o4) - ii
(%i5) conjugate (xx + yy);
copymatrix (M ) Function
Returns a copy of the matrix M. This is the only way to make a copy aside from
copying M element by element.
Note that an assignment of one matrix to another, as in m2: m1, does not copy m1. An
assignment m2 [i,j]: x or setelmx (x, i, j, m2 also modifies m1 [i,j]. Creating
a copy with copymatrix and then using assignment creates a separate, modified copy.
determinant (M ) Function
Computes the determinant of M by a method similar to Gaussian elimination.
The form of the result depends upon the setting of the switch ratmx.
There is a special routine for computing sparse determinants which is called when the
switches ratmx and sparse are both true.
(%i5) (1 - c)^m;
[ %i ]
[ 1 - c (1 - c) ]
(%o5) [ ]
[ b + a %pi ]
[ (1 - c) (1 - c) ]
echelon (M ) Function
Returns the echelon form of the matrix M, as produced by Gaussian elimination. The
echelon form is computed from M by elementary row operations such that the first
non-zero element in each row in the resulting matrix is one and the column elements
under the first one in each row are all zero.
triangularize also carries out Gaussian elimination, but it does not normalize the
leading non-zero element in each row.
lu_factor and cholesky are other functions which yield triangularized matrices.
(%i1) M: matrix ([3, 7, aa, bb], [-1, 8, 5, 2], [9, 2, 11, 4]);
[ 3 7 aa bb ]
[ ]
(%o1) [ - 1 8 5 2 ]
290 Maxima Manual
[ ]
[ 9 2 11 4 ]
(%i2) echelon (M);
[ 1 - 8 - 5 - 2 ]
[ ]
[ 28 11 ]
[ 0 1 -- -- ]
(%o2) [ 37 37 ]
[ ]
[ 37 bb - 119 ]
[ 0 0 1 ----------- ]
[ 37 aa - 313 ]
eigenvalues (M ) Function
eivals (M ) Function
Returns a list of two lists containing the eigenvalues of the matrix M. The first sublist
of the return value is the list of eigenvalues of the matrix, and the second sublist is
the list of the multiplicities of the eigenvalues in the corresponding order.
eivals is a synonym for eigenvalues.
eigenvalues calls the function solve to find the roots of the characteristic polynomial
of the matrix. Sometimes solve may not be able to find the roots of the polynomial;
in that case some other functions in this package (except innerproduct, unitvector,
columnvector and gramschmidt) will not work.
In some cases the eigenvalues found by solve may be complicated expressions. (This
may happen when solve returns a not-so-obviously real expression for an eigenvalue
which is known to be real.) It may be possible to simplify the eigenvalues using some
other functions.
The package eigen.mac is loaded automatically when eigenvalues or eigenvectors
is referenced. If eigen.mac is not already loaded, load ("eigen") loads it. After
loading, all functions and variables in the package are available.
eigenvectors (M ) Function
eivects (M ) Function
takes a matrix M as its argument and returns a list of lists the first sublist of which
is the output of eigenvalues and the other sublists of which are the eigenvectors of
the matrix corresponding to those eigenvalues respectively.
eivects is a synonym for eigenvectors.
The package eigen.mac is loaded automatically when eigenvalues or eigenvectors
is referenced. If eigen.mac is not already loaded, load ("eigen") loads it. After
loading, all functions and variables in the package are available.
The flags that affect this function are:
nondiagonalizable is set to true or false depending on whether the matrix is
nondiagonalizable or diagonalizable after eigenvectors returns.
hermitianmatrix when true, causes the degenerate eigenvectors of the Hermitian
matrix to be orthogonalized using the Gram-Schmidt algorithm.
Chapter 25: Matrices and Linear Algebra 291
knowneigvals when true causes the eigen package to assume the eigenvalues of
the matrix are known to the user and stored under the global name listeigvals.
listeigvals should be set to a list similar to the output eigenvalues.
The function algsys is used here to solve for the eigenvectors. Sometimes if the
eigenvalues are messy, algsys may not be able to find a solution. In some cases, it
may be possible to simplify the eigenvalues by first finding them using eigenvalues
command and then using other functions to reduce them to something simpler. Fol-
lowing simplification, eigenvectors can be called again with the knowneigvals flag
set to true.
Matrix entered.
(%i3) m;
[ 3 ]
[ (b + a) 0 0 ]
[ ]
(%o3) [ 4 ]
[ 0 (b + a) 0 ]
[ ]
[ 5 ]
[ 0 0 (b + a) ]
292 Maxima Manual
[ 1, 1 1, 2 ]
(%o8) [ ]
[ B B ]
[ 2, 1 2, 2 ]
invert (M ) Function
Returns the inverse of the matrix M. The inverse is computed by the adjoint method.
This allows a user to compute the inverse of a matrix with bfloat entries or polynomials
with floating pt. coefficients without converting to cre-form.
Cofactors are computed by the determinant function, so if ratmx is false the inverse
is computed without changing the representation of the elements.
The current implementation is inefficient for matrices of high order.
When detout is true, the determinant is factored out of the inverse.
The elements of the inverse are not automatically expanded. If M has polynomial ele-
ments, better appearing output can be generated by expand (invert (m)), detout.
If it is desirable to then divide through by the determinant this can be accomplished
by xthru (%) or alternatively from scratch by
expand (adjoint (m)) / expand (determinant (m))
invert (m) := adjoint (m) / determinant (m)
See ^^ (noncommutative exponent) for another method of inverting a matrix.
[ --- 3 %e ]
[ %pi ]
(%o6) [ ]
[ 8 11 ]
[ - - -- ]
[ a b ]
Matrix to a scalar exponent, element by element.
(%i7) x ^ 3;
[ 4913 27 ]
(%o7) [ ]
[ - 512 1331 ]
Scalar base to a matrix exponent, element by element.
(%i8) exp(y);
[ %pi %e ]
[ %e %e ]
(%o8) [ ]
[ a b ]
[ %e %e ]
Matrix base to a matrix exponent. This is not carried out element by element.
(%i9) x ^ y;
[ %pi %e ]
[ ]
[ a b ]
[ 17 3 ]
(%o9) [ ]
[ - 8 11 ]
Noncommutative matrix multiplication.
(%i10) x . y;
[ 3 a + 17 %pi 3 b + 17 %e ]
(%o10) [ ]
[ 11 a - 8 %pi 11 b - 8 %e ]
(%i11) y . x;
[ 17 %pi - 8 %e 3 %pi + 11 %e ]
(%o11) [ ]
[ 17 a - 8 b 11 b + 3 a ]
Noncommutative matrix exponentiation. A scalar base b to a matrix power M
is carried out element by element and so b^^m is the same as b^m.
(%i12) x ^^ 3;
[ 3833 1719 ]
(%o12) [ ]
[ - 4584 395 ]
(%i13) %e ^^ y;
[ %pi %e ]
[ %e %e ]
(%o13) [ ]
[ a b ]
[ %e %e ]
Chapter 25: Matrices and Linear Algebra 297
[ 2 2 2 ]
[ sqrt((c - z) + (b - y) + (a - x) ) ]
Col 2 = [ ]
[ 2 2 2 ]
[ sqrt((f - z) + (e - y) + (d - x) ) ]
mattrace (M ) Function
Returns the trace (that is, the sum of the elements on the main diagonal) of the
square matrix M.
mattrace is called by ncharpoly, an alternative to Maximas charpoly.
load ("nchrpl") loads this function.
ncharpoly works by computing traces of powers of the given matrix, which are known
to be equal to sums of powers of the roots of the characteristic polynomial. From
these quantities the symmetric functions of the roots can be calculated, which are
nothing more than the coefficients of the characteristic polynomial. charpoly works
by forming the determinant of x * ident [n] - a. Thus ncharpoly wins, for example,
in the case of large dense matrices filled with integers, since it avoids polynomial
arithmetic altogether.
load ("nchrpl") loads this file.
nonscalar Declaration
Makes atoms behave as does a list or matrix with respect to the dot operator.
rank (M ) Function
Computes the rank of the matrix M. That is, the order of the largest non-singular
subdeterminant of M.
rank may return the wrong answer if it cannot determine that a matrix element that
is equivalent to zero is indeed so.
similaritytransform (M ) Function
simtran (M ) Function
similaritytransform computes a similarity transform of the matrix M. It returns a
list which is the output of the uniteigenvectors command. In addition if the flag
nondiagonalizable is false two global matrices leftmatrix and rightmatrix are
computed. These matrices have the property that leftmatrix . M . rightmatrix is
a diagonal matrix with the eigenvalues of M on the diagonal. If nondiagonalizable
is true the left and right matrices are not computed.
If the flag hermitianmatrix is true then leftmatrix is the complex conjugate of
the transpose of rightmatrix. Otherwise leftmatrix is the inverse of rightmatrix.
rightmatrix is the matrix the columns of which are the unit eigenvectors of M.
The other flags (see eigenvalues and eigenvectors) have the same effects since
similaritytransform calls the other functions in the package in order to be able to
form rightmatrix.
load ("eigen") loads this function.
simtran is a synonym for similaritytransform.
transpose (M ) Function
Returns the transpose of M.
If M is a matrix, the return value is another matrix N such that N[i,j] = M[j,i].
If M is a list, the return value is a matrix N of length (m) rows and 1 column, such
that N[i,1] = M[i].
Otherwise M is a symbol, and the return value is a noun expression transpose
(M ).
triangularize (M ) Function
Returns the upper triangular form of the matrix M, as produced by Gaussian elim-
ination. The return value is the same as echelon, except that the leading nonzero
coefficient in each row is not normalized to 1.
lu_factor and cholesky are other functions which yield triangularized matrices.
(%i1) M: matrix ([3, 7, aa, bb], [-1, 8, 5, 2], [9, 2, 11, 4]);
[ 3 7 aa bb ]
[ ]
(%o1) [ - 1 8 5 2 ]
[ ]
[ 9 2 11 4 ]
(%i2) triangularize (M);
[ - 1 8 5 2 ]
[ ]
(%o2) [ 0 - 74 - 56 - 22 ]
[ ]
[ 0 0 626 - 74 aa 238 - 74 bb ]
uniteigenvectors (M ) Function
ueivects (M ) Function
Computes unit eigenvectors of the matrix M. The return value is a list of lists, the first
sublist of which is the output of the eigenvalues command, and the other sublists
of which are the unit eigenvectors of the matrix corresponding to those eigenvalues
respectively.
The flags mentioned in the description of the eigenvectors command have the same
effects in this one as well.
When knowneigvects is true, the eigen package assumes that the eigenvectors of the
matrix are known to the user and are stored under the global name listeigvects.
listeigvects should be set to a list similar to the output of the eigenvectors
command.
If knowneigvects is set to true and the list of eigenvectors is given the setting of the
flag nondiagonalizable may not be correct. If that is the case please set it to the
Chapter 25: Matrices and Linear Algebra 303
correct value. The author assumes that the user knows what he is doing and will not
try to diagonalize a matrix the eigenvectors of which do not span the vector space of
the appropriate dimension.
load ("eigen") loads this function.
ueivects is a synonym for uniteigenvectors.
[ Special symbol
] Special symbol
[ and ] mark the beginning and end, respectively, of a list.
[ and ] also enclose the subscripts of a list, array, hash array, or array function.
Examples:
(%i1) x: [a, b, c];
(%o1) [a, b, c]
(%i2) x[3];
(%o2) c
(%i3) array (y, fixnum, 3);
(%o3) y
(%i4) y[2]: %pi;
(%o4) %pi
(%i5) y[2];
(%o5) %pi
(%i6) z[foo]: bar;
(%o6) bar
(%i7) z[foo];
(%o7) bar
(%i8) g[k] := 1/(k^2+1);
1
(%o8) g := ------
k 2
k + 1
(%i9) g[10];
1
(%o9) ---
101
Chapter 26: Affine 305
26 Affine
dotsimp (f ) Function
Returns 0 if and only if f is in the ideal generated by the equations, i.e., if and only
if f is a polynomial combination of the elements of the equations.
load(affine) loads this function.
27 itensor
the homogeneous and isotropic case (Friedmann equations) and the spherically symmet-
ric, static case (Schwarzschild solution.) The second, bradic.dem, demonstrates how to
compute the Friedmann equations from the action of Brans-Dicke gravity theory, and also
derives the Hamiltonian associated with the theorys scalar field.
(%o6) [v(t)]
(%i7) ishow(diff(v([i],[]),t))$
d
(%t7) -- (v )
dt i
(%i8) ishow(idiff(v([i],[]),j))$
(%t8) v
i,j
(%i9) ishow(extdiff(v([i],[]),j))$
(%t9) v - v
j,i i,j
-----------
2
(%i10) ishow(liediff(v,w([i],[])))$
%3 %3
(%t10) v w + v w
i,%3 ,i %3
(%i11) ishow(covdiff(v([i],[]),j))$
%4
(%t11) v - v ichr2
i,j %4 i j
(%i12) ishow(ev(%,ichr2))$
%4 %5
(%t12) v - (g v (e p + e p - e p - e p
i,j %4 j %5,i ,i j %5 i j,%5 ,%5 i j
+ e p + e p ))/2
i %5,j ,j i %5
(%i13) iframe_flag:true;
(%o13) true
(%i14) ishow(covdiff(v([i],[]),j))$
%6
(%t14) v - v icc2
i,j %6 i j
(%i15) ishow(ev(%,icc2))$
%6
(%t15) v - v ifc2
i,j %6 i j
(%i16) ishow(radcan(ev(%,ifc2,ifc1)))$
%6 %7 %6 %7
(%t16) - (ifg v ifb + ifg v ifb - 2 v
%6 j %7 i %6 i j %7 i,j
%6 %7
- ifg v ifb )/2
%6 %7 i j
(%i17) ishow(canform(s([i,j],[])-s([j,i])))$
(%t17) s - s
i j j i
Chapter 27: itensor 313
(%i18) decsym(s,2,0,[sym(all)],[]);
(%o18) done
(%i19) ishow(canform(s([i,j],[])-s([j,i])))$
(%t19) 0
(%i20) ishow(canform(a([i,j],[])+a([j,i])))$
(%t20) a + a
j i i j
(%i21) decsym(a,2,0,[anti(all)],[]);
(%o21) done
(%i22) ishow(canform(a([i,j],[])+a([j,i])))$
(%t22) 0
listoftens Function
Lists all tensors in a tensorial expression, complete with their indices. E.g.,
(%i6) ishow(a([i,j],[k])*b([u],[],v)+c([x,y],[])*d([],[])*e)$
k
(%t6) d e c + a b
x y i j u,v
(%i7) ishow(listoftens(%))$
k
(%t7) [a , b , c , d]
i j u,v x y
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) ishow(a([i,j],[k,l],m,n)*b([k,o],[j,m,p],q,r))$
k l j m p
(%t2) a b
i j,m n k o,q r
(%i3) indices(%);
(%o3) [[l, p, i, n, o, q, r], [k, j, m]]
A tensor product containing the same index more than twice is syntactically illegal.
indices attempts to deal with these expressions in a reasonable manner; however,
when it is called to operate upon such an illegal expression, its behavior should be
considered undefined.
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) allsym:true;
(%o2) true
(%i3) g([],[%4,%5])*g([],[%6,%7])*ichr2([%1,%4],[%3])*
ichr2([%2,%3],[u])*ichr2([%5,%6],[%1])*ichr2([%7,r],[%2])-
g([],[%4,%5])*g([],[%6,%7])*ichr2([%1,%2],[u])*
ichr2([%3,%5],[%1])*ichr2([%4,%6],[%3])*ichr2([%7,r],[%2]),noeval$
(%i4) expr:ishow(%)$
%4 %5 %6 %7 %3 u %1 %2
(%t4) g g ichr2 ichr2 ichr2 ichr2
%1 %4 %2 %3 %5 %6 %7 r
Chapter 27: itensor 315
%4 %5 %6 %7 u %1 %3 %2
- g g ichr2 ichr2 ichr2 ichr2
%1 %2 %3 %5 %4 %6 %7 r
(%i5) flipflag:true;
(%o5) true
(%i6) ishow(rename(expr))$
%2 %5 %6 %7 %4 u %1 %3
(%t6) g g ichr2 ichr2 ichr2 ichr2
%1 %2 %3 %4 %5 %6 %7 r
%4 %5 %6 %7
u %1 %3 %2
- g gichr2 ichr2 ichr2 ichr2
%1 %2 %3 %4 %5 %6 %7 r
(%i7) flipflag:false;
(%o7) false
(%i8) rename(%th(2));
(%o8) 0
(%i9) ishow(rename(expr))$
%1 %2 %3 %4 %5 %6 %7 u
(%t9) g g ichr2 ichr2 ichr2 ichr2
%1 %6 %2 %3 %4 r %5 %7
%1 %2 %3 %4 %6 %5 %7 u
- g g ichr2 ichr2 ichr2 ichr2
%1 %3 %2 %6 %4 r %5 %7
(%i2) components(g([],[i,j]),e([],[i])*p([],[j]))$
(%i3) ishow(g([],[i,j]))$
i j
(%t3) e p
2) As a matrix:
(%i5) lg:-ident(4)$lg[1,1]:1$lg;
[ 1 0 0 0 ]
[ ]
[ 0 - 1 0 0 ]
(%o5) [ ]
[ 0 0 - 1 0 ]
Chapter 27: itensor 317
[ ]
[ 0 0 0 - 1 ]
(%i6) components(g([i,j],[]),lg);
(%o6) done
(%i7) ishow(g([i,j],[]))$
(%t7) g
i j
(%i8) g([1,1],[]);
(%o8) 1
(%i9) g([4,4],[]);
(%o9) - 1
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) matchdeclare(l1,listp);
(%o2) done
(%i3) defrule(r1,m(l1,[]),(i1:idummy(),
g([l1[1],l1[2]],[])*q([i1],[])*e([],[i1])))$
(%i4) defrule(r2,m([],l1),(i1:idummy(),
w([],[l1[1],l1[2]])*e([i1],[])*q([],[i1])))$
(%i5) ishow(m([i,n],[])*m([],[i,m]))$
i m
(%t5) m m
i n
(%i6) ishow(rename(applyb1(%,r1,r2)))$
%1 %2 %3 m
318 Maxima Manual
(%t6) e q w q e g
%1 %2 %3 n
(%i1) load(ctensor);
(%o1) /share/tensor/ctensor.mac
(%i2) load(itensor);
(%o2) /share/tensor/itensor.lisp
(%i3) lg:matrix([sqrt(r/(r-2*m)),0,0,0],[0,r,0,0],
[0,0,sin(theta)*r,0],[0,0,0,sqrt((r-2*m)/r)]);
[ r ]
[ sqrt(-------) 0 0 0 ]
[ r - 2 m ]
[ ]
[ 0 r 0 0 ]
(%o3) [ ]
[ 0 0 r sin(theta) 0 ]
[ ]
[ r - 2 m ]
[ 0 0 0 sqrt(-------) ]
[ r ]
(%i4) components(g([i,j],[]),lg);
(%o4) done
(%i5) showcomps(g([i,j],[]));
[ r ]
[ sqrt(-------) 0 0 0 ]
[ r - 2 m ]
[ ]
[ 0 r 0 0 ]
(%t5) g = [ ]
i j [ 0 0 r sin(theta) 0 ]
[ ]
[ r - 2 m ]
[ 0 0 0 sqrt(-------) ]
[ r ]
(%o5) false
The showcomps command can also display components of a tensor of rank higher than
2.
Chapter 27: itensor 319
idummy () Function
Increments icounter and returns as its value an index of the form %n where n is
a positive integer. This guarantees that dummy indices which are needed in form-
ing expressions will not conflict with indices already in use (see the example under
indices).
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) kdelta([1,2],[2,1]);
(%o2) - 1
(%i3) kdels([1,2],[2,1]);
(%o3) 1
(%i4) ishow(kdelta([a,b],[c,d]))$
c d d c
(%t4) kdelta kdelta - kdelta kdelta
a b a b
(%i4) ishow(kdels([a,b],[c,d]))$
c d d c
(%t4) kdelta kdelta + kdelta kdelta
a b a b
320 Maxima Manual
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) expr:ishow(levi_civita([],[i,j])
*levi_civita([k,l],[])*a([j],[k]))$
i j k
(%t2) levi_civita a levi_civita
j k l
(%i3) ishow(ev(expr,levi_civita))$
i j k 1 2
(%t3) kdelta a kdelta
1 2 j k l
(%i4) ishow(ev(%,kdelta))$
i j j i k
(%t4) (kdelta kdelta - kdelta kdelta ) a
1 2 1 2 j
1 2 2 1
(kdelta kdelta - kdelta kdelta )
k l k l
(%i5) ishow(lc2kdt(expr))$
k i j k j i
(%t5) a kdelta kdelta - a kdelta kdelta
j k l j k l
(%i6) ishow(contract(expand(%)))$
i i
(%t6) a - a kdelta
l l
The lc2kdt function sometimes makes use of the metric tensor. If the metric tensor
was not defined previously with imetric, this results in an error.
(%i7) expr:ishow(levi_civita([],[i,j])
*levi_civita([],[k,l])*a([j,k],[]))$
i j k l
Chapter 27: itensor 321
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.
(%i9) imetric(g);
(%o9) done
(%i10) ishow(lc2kdt(expr))$
%3 i k %4 j l %3 i l %4 j
(%t10) (g kdelta g kdelta - g kdelta g
%3 %4 %3
k
kdelta ) a
%4 j k
(%i11) ishow(contract(expand(%)))$
l i l i j
(%t11) a - g a
j
lc l Function
Simplification rule used for expressions containing the unevaluated Levi-Civita symbol
(levi_civita). Along with lc_u, it can be used to simplify many expressions more
efficiently than the evaluation of levi_civita. For example:
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) el1:ishow(levi_civita([i,j,k],[])*a([],[i])*a([],[j]))$
i j
(%t2) a a levi_civita
i j k
(%i3) el2:ishow(levi_civita([],[i,j,k])*a([i])*a([j]))$
i j k
(%t3) levi_civita a a
i j
(%i4) canform(contract(expand(applyb1(el1,lc_l,lc_u))));
(%t4) 0
(%i5) canform(contract(expand(applyb1(el2,lc_l,lc_u))));
(%t5) 0
322 Maxima Manual
lc u Function
Simplification rule used for expressions containing the unevaluated Levi-Civita symbol
(levi_civita). Along with lc_u, it can be used to simplify many expressions more
efficiently than the evaluation of levi_civita. For details, see lc_l.
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) expr:contract( expand( a([i1, j1, k1], [])
*kdels([i, j, k], [i1, j1, k1])))$
(%i3) ishow(expr)$
(%t3) a + a + a + a + a + a
Chapter 27: itensor 323
k j i k i j j k i j i k i k j i j k
(%i4) decsym(a,3,0,[sym(all)],[]);
(%o4) done
(%i5) ishow(canform(expr))$
(%t5) 6 a
i j k
(%i6) remsym(a,3,0);
(%o6) done
(%i7) decsym(a,3,0,[anti(all)],[]);
(%o7) done
(%i8) ishow(canform(expr))$
(%t8) 0
(%i9) remsym(a,3,0);
(%o9) done
(%i10) decsym(a,3,0,[cyc(all)],[]);
(%o10) done
(%i11) ishow(canform(expr))$
(%t11) 3 a + 3 a
i k j i j k
(%i12) dispsym(a,3,0);
(%o12) [[cyc, [[1, 2, 3]], []]]
cause the differentiation to be carried out with respect to the v ith member of the
list vect_coords. If vect_coords is bound to an atomic variable, then that variable
subscripted by v i will be used for the variable of differentiation. This permits an
array of coordinate names or subscripted names like x[1], x[2], ... to be used.
A further extension adds the ability to diff to compute derivatives with respect to
an indexed variable. In particular, the tensor package knows how to differentiate
expressions containing combinations of the metric tensor and its derivatives with
respect to the metric tensor and its first and second derivatives. This capability
is particularly useful when considering Lagrangian formulations of a gravitational
theory, allowing one to derive the Einstein tensor and field equations from the action
principle.
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) ishow(liediff(v,a([i,j],[])*b([],[k],l)))$
k %2 %2 %2
(%t2) b (v a + v a + v a )
,l i j,%2 ,j i %2 ,i %2 j
%1 k %1 k %1 k
+ (v b - b v + v b ) a
,%1 l ,l ,%1 ,l ,%1 i j
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.
However, if icurvature is entered in noun form, it can be evaluated using evundiff:
(%i3) ishow(icurvature([i,j,k],[l],m))$
l
(%t3) icurvature
i j k,m
(%i4) ishow(evundiff(%))$
l l %1 l %1
(%t4) - ichr2 - ichr2 ichr2 - ichr2 ichr2
i k,j m %1 j i k,m %1 j,m i k
l l %1 l %1
+ ichr2 + ichr2 ichr2 + ichr2 ichr2
i j,k m %1 k i j,m %1 k,m i j
Note: In earlier versions of Maxima, derivative forms of the Christoffel-symbols also
could not be evaluated. This has been fixed now, so evundiff is no longer necessary
for expressions like this:
(%i5) imetric(g);
(%o5) done
(%i6) ishow(ichr2([i,j],[k],l))$
k %3
g (g - g + g )
j %3,i l i j,%3 l i %3,j l
(%t6) -----------------------------------------
2
k %3
g (g - g + g )
,l j %3,i i j,%3 i %3,j
+ -----------------------------------
2
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) ishow(a([i],[J,r],k,r)+a([i],[j,r,s],k,r,s))$
J r j r s
(%t2) a + a
i,k r i,k r s
(%i3) ishow(flushnd(%,a,3))$
J r
(%t3) a
i,k r
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) ishow(g([],[a,b],c))$
a b
(%t2) g
,c
Chapter 27: itensor 327
(%i3) ishow(conmetderiv(%,g))$
%1 b a %1 a b
(%t3) - g ichr2 - g ichr2
%1 c %1 c
ab ab ab a
g g + g g = (g g ) = (kdelta ) = 0
,d bc bc,d bc ,d c ,d
hence
ab ab
g g = - g g
,d bc bc,d
and
ab ab
g g = g g
,j ab,i ,i ab,j
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) imetric(g);
(%o2) done
(%i3) ishow(g([],[a,b])*g([],[b,c])*g([a,b],[],d)*g([b,c],[],e))$
a b b c
(%t3) g g g g
a b,d b c,e
(%i4) ishow(canform(%))$
See also weyl.dem for an example that uses simpmetderiv and conmetderiv together
to simplify contractions of the Weyl tensor.
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) entertensor()$
Enter tensor name: a;
Enter a list of the covariant indices: [i,j];
Enter a list of the contravariant indices: [k];
Enter a list of the derivative indices: [];
k
(%t2) a
i j
(%i3) ishow(covdiff(%,s))$
k %1 k %1 k
(%t3) - a ichr2 - a ichr2 + a
i %1 j s %1 j i s i j,s
k %1
+ ichr2 a
%1 s i j
(%i4) imetric:g;
(%o4) g
(%i5) ishow(ev(%th(2),ichr2))$
%1 %4 k
g a (g - g + g )
i %1 s %4,j j s,%4 j %4,s
(%t5) - ------------------------------------------
2
%1 %3 k
330 Maxima Manual
g a (g - g + g )
%1 j s %3,i i s,%3 i %3,s
- ------------------------------------------
2
k %2 %1
g a (g - g + g )
i j s %2,%1 %1 s,%2 %1 %2,s k
+ ------------------------------------------- + a
2 i j,s
(%i6)
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) ishow(icurvature([r,s,t],[u]))$
u u %1 u
(%t2) - ichr2 - ichr2 ichr2 + ichr2
r t,s %1 s r t r s,t
u %1
+ ichr2 ichr2
%1 t r s
(%i3) ishow(igeodesic_coords(%,ichr2))$
u u
(%t3) ichr2 - ichr2
r s,t r t,s
(%i4) ishow(igeodesic_coords(icurvature([r,s,t],[u]),ichr2)+
igeodesic_coords(icurvature([s,t,r],[u]),ichr2)+
igeodesic_coords(icurvature([t,r,s],[u]),ichr2))$
u u u u
(%t4) - ichr2 + ichr2 + ichr2 - ichr2
t s,r t r,s s t,r s r,t
u u
- ichr2 + ichr2
r t,s r s,t
(%i5) canform(%);
Chapter 27: itensor 331
(%o5) 0
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) iframe_flag:true;
(%o2) true
(%i3) ishow(covdiff(v([],[i]),j))$
i i %1
(%t3) v + icc2 v
,j %1 j
(%i4) ishow(ev(%,icc2))$
%1 i i
(%t4) v ifc2 + v
%1 j ,j
(%i5) ishow(ev(%,ifc2))$
%1 i %2 i
(%t5) v ifg ifc1 + v
%1 j %2 ,j
(%i6) ishow(ev(%,ifc1))$
%1 i %2
v ifg (ifb - ifb + ifb )
j %2 %1 %2 %1 j %1 j %2 i
(%t6) -------------------------------------------------- + v
332 Maxima Manual
2 ,j
(%i7) ishow(ifb([a,b,c]))$
%3 %4
(%t7) (ifri - ifri ) ifr ifr
a %3,%4 a %4,%3 b c
An alternate method is used to compute the frame bracket (ifb) if the iframe_bracket_
form flag is set to false:
(%i8) block([iframe_bracket_form:false],ishow(ifb([a,b,c])))$
%6 %5 %5 %6
(%t8) ifri (ifr ifr - ifr ifr )
a %5 b c,%6 b,%6 c
iframes () Function
Since in this version of Maxima, contraction identities for ifr and ifri are always
defined, as is the frame bracket (ifb), this function does nothing.
ifb Variable
The frame bracket. The contribution of the frame metric to the connection coefficients
is expressed using the frame bracket:
The frame bracket itself is defined in terms of the frame field and frame metric.
Two alternate methods of computation are used depending on the value of frame_
bracket_form. If true (the default) or if the itorsion_flag is true:
d e f
ifb = ifr ifr (ifri - ifri - ifri itr )
abc b c a d,e a e,d a f d e
Otherwise:
e d d e
ifb = (ifr ifr - ifr ifr ) ifri
abc b c,e b,e c a d
icc1 Variable
Connection coefficients of the first kind. In itensor, defined as
Chapter 27: itensor 333
icc2 Variable
Connection coefficients of the second kind. In itensor, defined as
c c c c
icc2 = ichr2 - ikt2 - inmc2
ab ab ab ab
ifc1 Variable
Frame coefficient of the first kind (also known as Ricci-rotation coefficients.) This
tensor represents the contribution of the frame metric to the connection coefficient of
the first kind. Defined as:
ifc2 Variable
Frame coefficient of the first kind. This tensor represents the contribution of the frame
metric to the connection coefficient of the first kind. Defined as a permutation of the
frame bracket (ifb) with the appropriate indices raised and lowered as necessary:
c cd
ifc2 = ifg ifc1
ab abd
ifr Variable
The frame field. Contracts with the inverse frame field (ifri) to form the frame
metric (ifg).
334 Maxima Manual
ifri Variable
The inverse frame field. Specifies the frame base (dual basis vectors). Along with the
frame metric, it forms the basis of all calculations based on frames.
ifg Variable
The frame metric. Defaults to kdelta, but can be changed using components.
ifgi Variable
The inverse frame metric. Contracts with the frame metric (ifg) to kdelta.
inm Variable
The nonmetricity vector. Conformal nonmetricity is defined through the covariant
derivative of the metric tensor. Normally zero, the metric tensors covariant derivative
will evaluate to the following when inonmet_flag is set to true:
g =- g inm
ij;k ij k
inmc1 Variable
Covariant permutation of the nonmetricity vector components. Defined as
inmc2 Variable
Contravariant permutation of the nonmetricity vector components. Used in the con-
nection coefficients if inonmet_flag is true. Defined as:
c c cd
-inm kdelta - kdelta inm + g inm g
c a b a b d ab
Chapter 27: itensor 335
inmc2 = -------------------------------------------
ab 2
ikt1 Variable
Covariant permutation of the torsion tensor (also known as contorsion). Defined as:
d d d
-g itr - g itr - itr g
ad cb bd ca ab cd
ikt1 = ----------------------------------
abc 2
ikt2 Variable
Contravariant permutation of the torsion tensor (also known as contorsion). Defined
as:
c cd
ikt2 = g ikt1
ab abd
itr Variable
The torsion tensor. For a metric with torsion, repeated covariant differentiation on a
scalar function will not commute, as demonstrated by the following example:
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) imetric:g;
(%o2) g
(%i3) covdiff( covdiff( f( [], []), i), j)
- covdiff( covdiff( f( [], []), j), i)$
(%i4) ishow(%)$
%4 %2
(%t4) f ichr2 - f ichr2
,%4 j i ,%2 i j
(%i5) canform(%);
(%o5) 0
(%i6) itorsion_flag:true;
(%o6) true
(%i7) covdiff( covdiff( f( [], []), i), j)
- covdiff( covdiff( f( [], []), j), i)$
(%i8) ishow(%)$
336 Maxima Manual
%8 %6
(%t8) f icc2 - f icc2 - f + f
,%8 j i ,%6 i j ,j i ,i j
(%i9) ishow(canform(%))$
%1 %1
(%t9) f icc2 - f icc2
,%1 j i ,%1 i j
(%i10) ishow(canform(ev(%,icc2)))$
%1 %1
(%t10) f ikt2 - f ikt2
,%1 i j ,%1 j i
(%i11) ishow(canform(ev(%,ikt2)))$
%2 %1 %2 %1
(%t11) f g ikt1 - f g ikt1
,%2 i j %1 ,%2 j i %1
(%i12) ishow(factor(canform(rename(expand(ev(%,ikt1))))))$
%3 %2 %1 %1
f g g (itr - itr )
,%3 %2 %1 j i i j
(%t12) ------------------------------------
2
(%i13) decsym(itr,2,1,[anti(all)],[]);
(%o13) done
(%i14) defcon(g,g,kdelta);
(%o14) done
(%i15) subst(g,nounify(g),%th(3))$
(%i16) ishow(canform(contract(%)))$
%1
(%t16) - f itr
,%1 i j
~ Operator
The wedge product operator is denoted by the tilde ~. This is a binary operator. Its
arguments should be expressions involving scalars, covariant tensors of rank one, or
covariant tensors of rank l that have been declared antisymmetric in all covariant
indices.
The behavior of the wedge product operator is controlled by the igeowedge_flag
flag, as in the following example:
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) ishow(a([i])~b([j]))$
a b - b a
i j i j
(%t2) -------------
2
(%i3) decsym(a,2,0,[anti(all)],[]);
(%o3) done
(%i4) ishow(a([i,j])~b([k]))$
a b + b a - a b
i j k i j k i k j
(%t4) ---------------------------
3
(%i5) igeowedge_flag:true;
(%o5) true
(%i6) ishow(a([i])~b([j]))$
(%t6) a b - b a
i j i j
(%i7) ishow(a([i,j])~b([k]))$
(%t7) a b + b a - a b
i j k i j k i k j
338 Maxima Manual
| Operator
The vertical bar | denotes the "contraction with a vector" binary operation. When a
totally antisymmetric covariant tensor is contracted with a contravariant vector, the
result is the same regardless which index was used for the contraction. Thus, it is
possible to define the contraction operation in an index-free manner.
In the itensor package, contraction with a vector is always carried out with respect
to the first index in the literal sorting order. This ensures better simplification of
expressions involving the | operator. For instance:
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) decsym(a,2,0,[anti(all)],[]);
(%o2) done
(%i3) ishow(a([i,j],[])|v)$
%1
(%t3) v a
%1 j
(%i4) ishow(a([j,i],[])|v)$
%1
(%t4) - v a
%1 j
Note that it is essential that the tensors used with the | operator be declared totally
antisymmetric in their covariant indices. Otherwise, the results will be incorrect.
(%t7) - (a - a + a )
k j,i k i,j j i,k
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) imetric(g);
(%o2) done
(%i3) idim(4);
(%o3) done
(%i4) icounter:100;
(%o4) 100
(%i5) decsym(A,3,0,[anti(all)],[])$
(%i6) ishow(A([i,j,k],[]))$
(%t6) A
i j k
(%i7) ishow(canform(hodge(%)))$
%1 %2 %3 %4
levi_civita g A
%1 %102 %2 %3 %4
(%t7) -----------------------------------------
6
(%i8) ishow(canform(hodge(%)))$
%1 %2 %3 %8 %4 %5 %6 %7
(%t8) levi_civita levi_civita g
%1 %106
g g g A /6
%2 %107 %3 %108 %4 %8 %5 %6 %7
(%i9) lc2kdt(%)$
(%i10) %,kdelta$
(%i11) ishow(canform(contract(expand(%))))$
(%t11) - A
%106 %107 %108
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) load(tentex);
(%o2) /share/tensor/tentex.lisp
(%i3) idummyx:m;
(%o3) m
(%i4) ishow(icurvature([j,k,l],[i]))$
m1 i m1 i i
(%t4) ichr2 ichr2 - ichr2 ichr2 - ichr2
j k m1 l j l m1 k j l,k
i
+ ichr2
j k,l
(%i5) tentex(%)$
$$\Gamma_{j\,k}^{m_1}\,\Gamma_{l\,m_1}^{i}-\Gamma_{j\,l}^{m_1}\,
\Gamma_{k\,m_1}^{i}-\Gamma_{j\,l,k}^{i}+\Gamma_{j\,k,l}^{i}$$
Note the use of the idummyx assignment, to avoid the appearance of the percent sign
in the TeX expression, which may lead to compile errors.
NB: This version of the tentex function is somewhat experimental.
statement can be evaluated by just doing ev. The following examples demonstrate
the features of this function.
(%i1) load(itensor);
(%o1) /share/tensor/itensor.lisp
(%i2) eqn:ishow(t([i,j],[k])=f([],[])*g([l,m],[])*a([],[m],j)
*b([i],[l,k]))$
k m l k
(%t2) t = f a b g
i j ,j i l m
(%i3) ic_convert(eqn);
(%o3) for i thru dim do (for j thru dim do (
for k thru dim do
t : f sum(sum(diff(a , ct_coords ) b
i, j, k m j i, l, k
g , l, 1, dim), m, 1, dim)))
l, m
(%i4) imetric(g);
(%o4) done
(%i5) metricconvert:true;
(%o5) true
(%i6) ic_convert(eqn);
(%o6) for i thru dim do (for j thru dim do (
for k thru dim do
t : f sum(sum(diff(a , ct_coords ) b
i, j, k m j i, l, k
lg , l, 1, dim), m, 1, dim)))
l, m
28 ctensor
Matrix entered.
344 Maxima Manual
1
(%t4) mcs = -
1, 2, 2 x
1
(%t5) mcs = -
1, 3, 3 x
d
x
(%t6) mcs = ---
1, 4, 4 2 d
x
(%t7) mcs = - -
2, 2, 1 a
cos(y)
(%t8) mcs = ------
2, 3, 3 sin(y)
2
x sin (y)
(%t9) mcs = - ---------
3, 3, 1 a
d
x
(%t11) mcs = ---
4, 4, 1 2 a
(%o11) done
csetup () Function
A function in the ctensor (component tensor) package which initializes the package
and allows the user to enter a metric interactively. See ctensor for more details.
(%i1) load(ctensor);
(%o1) /share/tensor/ctensor.mac
(%i2) ct_coordsys([r*cos(theta)*cos(phi),r*cos(theta)*sin(phi),
r*sin(theta),[r,theta,phi]]);
(%o2) done
(%i3) lg:trigsimp(lg);
[ 1 0 0 ]
[ ]
[ 2 ]
(%o3) [ 0 r 0 ]
[ ]
[ 2 2 ]
[ 0 0 r cos (theta) ]
(%i4) ct_coords;
(%o4) [r, theta, phi]
(%i5) dim;
Chapter 28: ctensor 347
(%o5) 3
(%i1) load(ctensor);
(%o1) /share/tensor/ctensor.mac
(%i2) cframe_flag:true;
(%o2) true
(%i3) ct_coordsys([r*cos(theta)*cos(phi),r*cos(theta)*sin(phi),
r*sin(theta),[r,theta,phi]]);
(%o3) done
(%i4) fri;
(%o4)
[cos(phi)cos(theta) -cos(phi) r sin(theta) -sin(phi) r cos(theta)]
[ ]
[sin(phi)cos(theta) -sin(phi) r sin(theta) cos(phi) r cos(theta)]
[ ]
[ sin(theta) r cos(theta) 0 ]
(%i5) cmetric();
(%o5) false
(%i6) lg:trigsimp(lg);
[ 1 0 0 ]
[ ]
[ 2 ]
(%o6) [ 0 r 0 ]
[ ]
[ 2 2 ]
[ 0 0 r cos (theta) ]
The optional argument extra arg can be any one of the following:
cylindrical tells ct_coordsys to attach an additional cylindrical coordinate.
minkowski tells ct_coordsys to attach an additional coordinate with negative metric
signature.
all tells ct_coordsys to call cmetric and christof(false) after setting up the
metric.
If the global variable verbose is set to true, ct_coordsys displays the values of dim,
ct_coords, and either lg or lfg and fri, depending on the value of cframe_flag.
lg -- ug
\ \
lcs -- mcs -- ric -- uric
\ \ \
\ tracer - ein -- lein
\
riem -- lriem -- weyl
\
uriem
ctensor can also work using moving frames. When cframe_flag is set to true, the
following tensors can be calculated:
lfg -- ufg
\
fri -- fr -- lcs -- mcs -- lriem -- ric -- uric
\ | \ \ \
lg -- ug | weyl tracer - ein -- lein
|\
| riem
|
\uriem
scurvature () Function
Returns the scalar curvature (obtained by contracting the Ricci tensor) of the Rie-
mannian manifold with the given metric.
Computes the covariant Riemann-tensor as the array lriem. If the argument dis is
true, unique nonzero values are displayed.
If the variable cframe_flag is true, the covariant Riemann tensor is computed di-
rectly from the frame field coefficients. Otherwise, the (3,1) Riemann tensor is com-
puted first.
For information on index ordering, see riemann.
rinvariant () Function
Forms the Kretchmann-invariant (kinvariant) obtained by contracting the tensors
lriem[i,j,k,l]*uriem[i,j,k,l].
This object is not automatically simplified since it can be very large.
Function Comments
---------------------------------
christof() For mcs only
ricci()
uricci()
einstein()
riemann()
weyl()
checkdiv()
ctaylor () Function
The ctaylor function truncates its argument by converting it to a Taylor-series using
taylor, and then calling ratdisrep. This has the combined effect of dropping terms
higher order in the expansion variable ctayvar. The order of terms that should be
dropped is defined by ctaypov; the point around which the series expansion is carried
out is specified in ctaypt.
Chapter 28: ctensor 351
(%i1) load(ctensor);
(%o1) /share/tensor/ctensor.mac
(%i2) ratfac:true;
(%o2) true
(%i3) derivabbrev:true;
(%o3) true
(%i4) ct_coords:[t,r,theta,phi];
(%o4) [t, r, theta, phi]
(%i5) lg:matrix([-1,0,0,0],[0,1,0,0],[0,0,r^2,0],
[0,0,0,r^2*sin(theta)^2]);
[ - 1 0 0 0 ]
[ ]
[ 0 1 0 0 ]
[ ]
(%o5) [ 2 ]
[ 0 0 r 0 ]
[ ]
[ 2 2 ]
[ 0 0 0 r sin (theta) ]
(%i6) h:matrix([h11,0,0,0],[0,h22,0,0],[0,0,h33,0],[0,0,0,h44]);
[ h11 0 0 0 ]
[ ]
[ 0 h22 0 0 ]
(%o6) [ ]
[ 0 0 h33 0 ]
[ ]
[ 0 0 0 h44 ]
(%i7) depends(l,r);
(%o7) [l(r)]
(%i8) lg:lg+l*h;
[ h11 l - 1 0 0 0 ]
[ ]
[ 0 h22 l + 1 0 0 ]
[ ]
(%o8) [ 2 ]
[ 0 0 r + h33 l 0 ]
[ ]
[ 2 2 ]
[ 0 0 0 r sin (theta) + h44 l ]
(%i9) cmetric(false);
(%o9) done
(%i10) einstein(false);
(%o10) done
(%i11) ntermst(ein);
[[1, 1], 62]
352 Maxima Manual
[[1, 2], 0]
[[1, 3], 0]
[[1, 4], 0]
[[2, 1], 0]
[[2, 2], 24]
[[2, 3], 0]
[[2, 4], 0]
[[3, 1], 0]
[[3, 2], 0]
[[3, 3], 46]
[[3, 4], 0]
[[4, 1], 0]
[[4, 2], 0]
[[4, 3], 0]
[[4, 4], 46]
(%o12) done
(%i14) ctayswitch:true;
(%o14) true
(%i15) ctayvar:l;
(%o15) l
(%i16) ctaypov:1;
(%o16) 1
(%i17) ctaypt:0;
(%o17) 0
(%i18) christof(false);
(%o18) done
(%i19) ricci(false);
(%o19) done
(%i20) einstein(false);
(%o20) done
(%i21) ntermst(ein);
[[1, 1], 6]
[[1, 2], 0]
[[1, 3], 0]
[[1, 4], 0]
[[2, 1], 0]
[[2, 2], 13]
[[2, 3], 2]
[[2, 4], 0]
[[3, 1], 0]
[[3, 2], 2]
[[3, 3], 9]
[[3, 4], 0]
[[4, 1], 0]
[[4, 2], 0]
Chapter 28: ctensor 353
[[4, 3], 0]
[[4, 4], 9]
(%o21) done
(%i22) ratsimp(ein[1,1]);
2 2 4 2 2
(%o22) - (((h11 h22 - h11 ) (l ) r - 2 h33 l r ) sin (theta)
r r r
2 2 4 2
- 2 h44 l r - h33 h44 (l ) )/(4 r sin (theta))
r r r
This capability can be useful, for instance, when working in the weak field limit far
from a gravitational source.
nptetrad () Function
Computes a Newman-Penrose null tetrad (np) and its raised-index counterpart (npi).
See petrov for an example.
The null tetrad is constructed on the assumption that a four-diemensional orthonor-
mal frame metric with metric signature (-,+,+,+) is being used. The components of
the null tetrad are related to the inverse frame matrix as follows:
petrov () Function
Computes the Petrov classification of the metric characterized by psi[0]...psi[4].
For example, the following demonstrates how to obtain the Petrov-classification of
the Kerr metric:
(%i1) load(ctensor);
(%o1) /share/tensor/ctensor.mac
(%i2) (cframe_flag:true,gcd:spmod,ctrgsimp:true,ratfac:true);
(%o2) true
(%i3) ct_coordsys(exteriorschwarzschild,all);
(%o3) done
(%i4) ug:invert(lg)$
(%i5) weyl(false);
(%o5) done
(%i6) nptetrad(true);
(%t6) np =
[ sqrt(r - 2 m) sqrt(r) ]
[--------------- --------------------- 0 0 ]
[sqrt(2) sqrt(r) sqrt(2) sqrt(r - 2 m) ]
[ ]
[ sqrt(r - 2 m) sqrt(r) ]
[--------------- - --------------------- 0 0 ]
[sqrt(2) sqrt(r) sqrt(2) sqrt(r - 2 m) ]
Chapter 28: ctensor 355
[ ]
[ r %i r sin(theta) ]
[ 0 0 ------- --------------- ]
[ sqrt(2) sqrt(2) ]
[ ]
[ r %i r sin(theta)]
[ 0 0 ------- - ---------------]
[ sqrt(2) sqrt(2) ]
sqrt(r) sqrt(r - 2 m)
(%t7) npi = matrix([- ---------------------,---------------, 0, 0],
sqrt(2) sqrt(r - 2 m) sqrt(2) sqrt(r)
sqrt(r) sqrt(r - 2 m)
[- ---------------------, - ---------------, 0, 0],
sqrt(2) sqrt(r - 2 m) sqrt(2) sqrt(r)
1 %i
[0, 0, ---------, --------------------],
sqrt(2) r sqrt(2) r sin(theta)
1 %i
[0, 0, ---------, - --------------------])
sqrt(2) r sqrt(2) r sin(theta)
(%o7) done
(%i7) psi(true);
(%t8) psi = 0
0
(%t9) psi = 0
1
m
(%t10) psi = --
2 3
r
(%t11) psi = 0
3
(%t12) psi = 0
4
(%o12) done
(%i12) petrov();
(%o12) D
dInverno, Class. Quant. Grav. 17 2885-2902 (2000). Except for some simple test
cases, the implementation is untested as of December 19, 2004, and is likely to contain
errors.
m m m
- g tr - g tr - tr g
im kj jm ki ij km
kt = -------------------------------
ijk 2
k km
kt = g kt
ij ijm
Note that only the mixed-index tensor is calculated and stored in the array kt.
The nonmetricity coefficients are calculated from the user-supplied nonmetricity vector
nm. From this, the nonmetricity coefficients nmc are computed as follows:
k k km
-nmD - D nm + g nm g
k i j i j m ij
nmc = ------------------------------
ij 2
ctransform (M ) Function
A function in the ctensor (component tensor) package which will perform a coordi-
nate transformation upon an arbitrary square symmetric matrix M. The user must
input the functions which define the transformation. (Formerly called transform.)
2 2
+ 2 a d d - 2 a d , a x + a - a]
x x x
(%i10) deindex;
358 Maxima Manual
cograd () Function
Computes the covariant gradient of a scalar function allowing the user to choose the
corresponding vector name as the example under contragrad illustrates.
contragrad () Function
Computes the contravariant gradient of a scalar function allowing the user to choose
the corresponding vector name as the example below for the Schwarzschild metric
illustrates:
(%i1) load(ctensor);
(%o1) /share/tensor/ctensor.mac
(%i2) derivabbrev:true;
(%o2) true
(%i3) ct_coordsys(exteriorschwarzschild,all);
(%o3) done
(%i4) depends(f,r);
(%o4) [f(r)]
(%i5) cograd(f,g1);
(%o5) done
(%i6) listarray(g1);
(%o6) [0, f , 0, 0]
r
(%i7) contragrad(f,g2);
(%o7) done
(%i8) listarray(g2);
f r - 2 f m
r r
(%o8) [0, -------------, 0, 0]
r
dscalar () Function
computes the tensor dAlembertian of the scalar function once dependencies have
been declared upon the function. For example:
(%i1) load(ctensor);
(%o1) /share/tensor/ctensor.mac
(%i2) derivabbrev:true;
(%o2) true
(%i3) ct_coordsys(exteriorschwarzschild,all);
(%o3) done
(%i4) depends(p,r);
(%o4) [p(r)]
(%i5) factor(dscalar(p));
2
p r - 2 m p r + 2 p r - 2 m p
Chapter 28: ctensor 359
r r r r r r
(%o5) --------------------------------------
2
r
checkdiv () Function
computes the covariant divergence of the mixed second rank tensor (whose first index
must be covariant) by printing the corresponding n components of the vector field (the
divergence) where n = dim. If the argument to the function is g then the divergence
of the Einstein tensor will be formed and must be zero. In addition, the divergence
(vector) is given the array name div.
bdvac (f ) Function
generates the covariant components of the vacuum field equations of the Brans- Dicke
gravitational theory. The scalar field is specified by the argument f, which should be
a (quoted) function name with functional dependencies, e.g., p(x).
The components of the second rank covariant field tensor are represented by the array
bd.
invariant1 () Function
generates the mixed Euler- Lagrange tensor (field equations) for the invariant density
of R^2. The field equations are the components of an array named inv1.
invariant2 () Function
*** NOT YET IMPLEMENTED ***
generates the mixed Euler- Lagrange tensor (field equations) for the invariant density
of ric[i,j]*uriem[i,j]. The field equations are the components of an array named
inv2.
bimetric () Function
*** NOT YET IMPLEMENTED ***
generates the field equations of Rosens bimetric theory. The field equations are the
components of an array named rosen.
diagmatrixp (M ) Function
Returns true if M is a diagonal matrix or (2D) array.
symmetricp (M ) Function
Returns true if M is a symmetric matrix or (2D) array.
360 Maxima Manual
ntermst (f ) Function
gives the user a quick picture of the "size" of the doubly subscripted tensor (array) f.
It prints two element lists where the second element corresponds to NTERMS of the
components specified by the first elements. In this way, it is possible to quickly find
the non-zero expressions and attempt simplification.
[ 2 m (r - 2 m) ]
[ 0 ------------- 0 0 ]
[ 4 ]
[ r ]
riem = [ ]
1, 2 [ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
Chapter 28: ctensor 361
[ m (r - 2 m) ]
[ 0 0 - ----------- 0 ]
[ 4 ]
[ r ]
riem = [ ]
1, 3 [ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
[ m (r - 2 m) ]
[ 0 0 0 - ----------- ]
[ 4 ]
[ r ]
riem = [ ]
1, 4 [ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
[ 0 0 0 0 ]
[ ]
[ 2 m ]
[ - ------------ 0 0 0 ]
riem = [ 2 ]
2, 1 [ r (r - 2 m) ]
[ ]
[ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
[ 2 m ]
[ ------------ 0 0 0 ]
[ 2 ]
[ r (r - 2 m) ]
[ ]
[ 0 0 0 0 ]
[ ]
riem = [ m ]
2, 2 [ 0 0 - ------------ 0 ]
[ 2 ]
[ r (r - 2 m) ]
[ ]
[ m ]
[ 0 0 0 - ------------ ]
[ 2 ]
362 Maxima Manual
[ r (r - 2 m) ]
[ 0 0 0 0 ]
[ ]
[ m ]
[ 0 0 ------------ 0 ]
riem = [ 2 ]
2, 3 [ r (r - 2 m) ]
[ ]
[ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
[ 0 0 0 0]
[ ]
[ m ]
[ 0 0 0 ------------ ]
riem = [ 2 ]
2, 4 [ r (r - 2 m) ]
[ ]
[ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
[ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
[ ]
riem = [ m ]
3, 1 [ - 0 0 0 ]
[ r ]
[ ]
[ 0 0 0 0 ]
[ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
[ ]
riem = [ m ]
3, 2 [ 0 - 0 0 ]
[ r ]
[ ]
[ 0 0 0 0 ]
[ m ]
[ - - 0 0 0 ]
[ r ]
[ ]
[ m ]
Chapter 28: ctensor 363
[ 0 - - 0 0 ]
riem = [ r ]
3, 3 [ ]
[ 0 0 0 0 ]
[ ]
[ 2 m - r ]
[ 0 0 0 ------- + 1 ]
[ r ]
[ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
[ ]
riem = [ 2 m ]
3, 4 [ 0 0 0 - --- ]
[ r ]
[ ]
[ 0 0 0 0 ]
[ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
[ ]
riem = [ 0 0 0 0 ]
4, 1 [ ]
[ 2 ]
[ m sin (theta) ]
[ ------------- 0 0 0 ]
[ r ]
[ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
[ ]
riem = [ 0 0 0 0 ]
4, 2 [ ]
[ 2 ]
[ m sin (theta) ]
[ 0 ------------- 0 0 ]
[ r ]
[ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
[ ]
riem = [ 0 0 0 0 ]
4, 3 [ ]
[ 2 ]
[ 2 m sin (theta) ]
364 Maxima Manual
[ 0 0 - --------------- 0 ]
[ r ]
[ 2 ]
[ m sin (theta) ]
[ - ------------- 0 0 0 ]
[ r ]
[ ]
[ 2 ]
[ m sin (theta) ]
riem = [ 0 - ------------- 0 0 ]
4, 4 [ r ]
[ ]
[ 2 ]
[ 2 m sin (theta) ]
[ 0 0 --------------- 0 ]
[ r ]
[ ]
[ 0 0 0 0 ]
(%o5) done
lfg Variable
The covariant frame metric. By default, it is initialized to the 4-dimensional Lorentz
frame with signature (+,+,+,-). Used when cframe_flag is true.
ufg Variable
The inverse frame metric. Computed from lfg when cmetric is called while cframe_
flag is set to true.
riem Variable
The (3,1) Riemann tensor. Computed when the function riemann is invoked. For
information about index ordering, see the description of riemann.
If cframe_flag is true, riem is computed from the covariant Riemann-tensor lriem.
lriem Variable
The covariant Riemann tensor. Computed by lriemann.
uriem Variable
The contravariant Riemann tensor. Computed by uriemann.
ric Variable
The mixed Ricci-tensor. Computed by ricci.
uric Variable
The contravariant Ricci-tensor. Computed by uricci.
lg Variable
The metric tensor. This tensor must be specified (as a dim by dim matrix) before
other computations can be performed.
ug Variable
The inverse of the metric tensor. Computed by cmetric.
weyl Variable
The Weyl tensor. Computed by weyl.
Chapter 28: ctensor 367
fb Variable
Frame bracket coefficients, as computed by frame_bracket.
kinvariant Variable
The Kretchmann invariant. Computed by rinvariant.
np Variable
A Newman-Penrose null tetrad. Computed by nptetrad.
npi Variable
The raised-index Newman-Penrose null tetrad. Computed by nptetrad. Defined as
ug.np. The product np.transpose(npi) is constant:
(%i39) trigsimp(np.transpose(npi));
[ 0 - 1 0 0 ]
[ ]
[ - 1 0 0 0 ]
(%o39) [ ]
[ 0 0 0 1 ]
[ ]
[ 0 0 1 0 ]
tr Variable
User-supplied rank-3 tensor representing torsion. Used by contortion.
kt Variable
The contortion tensor, computed from tr by contortion.
nm Variable
User-supplied nonmetricity vector. Used by nonmetricity.
nmc Variable
The nonmetricity coefficients, computed from nm by nonmetricity.
28.2.11 Changes
In November, 2004, the ctensor package was extensively rewritten. Many functions and
variables have been renamed in order to make the package compatible with the commercial
version of Macsyma.
New Name Old Name Description
---------------------------------------------------------------------
ctaylor() DLGTAYLOR() Taylor-series expansion of an expression
lgeod[] EM Geodesic equations
ein[] G[] Mixed Einstein-tensor
ric[] LR[] Mixed Ricci-tensor
ricci() LRICCICOM() Compute the mixed Ricci-tensor
ctaypov MINP Maximum power in Taylor-series expansion
cgeodesic() MOTION Compute geodesic equations
ct_coords OMEGA Metric coordinates
ctayvar PARAM Taylor-series expansion variable
lriem[] R[] Covariant Riemann-tensor
uriemann() RAISERIEMANN() Compute the contravariant Riemann-tensor
ratriemann RATRIEMAN Rational simplif. of the Riemann-tensor
uric[] RICCI[] Contravariant Ricci-tensor
uricci() RICCICOM() Compute the contravariant Ricci-tensor
cmetric() SETMETRIC() Set up the metric
Chapter 28: ctensor 369
29 atensor
(%i1) load(atensor);
(%o1) /share/tensor/atensor.mac
(%i2) init_atensor(clifford,0,0,2);
(%o2) done
(%i3) atensimp(v[1].v[1]);
(%o3) - 1
(%i4) atensimp((v[1].v[2]).(v[1].v[2]));
(%o4) - 1
(%i5) q:zeromatrix(4,4);
[ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
(%o5) [ ]
[ 0 0 0 0 ]
[ ]
[ 0 0 0 0 ]
(%i6) q[1,1]:1;
(%o6) 1
(%i7) for i thru adim do q[1,i+1]:q[i+1,1]:v[i];
(%o7) done
(%i8) q[1,4]:q[4,1]:v[1].v[2];
(%o8) v . v
1 2
(%i9) for i from 2 thru 4 do for j from 2 thru 4 do
q[i,j]:atensimp(q[i,1].q[1,j]);
(%o9) done
(%i10) q;
[ 1 v v v . v ]
372 Maxima Manual
[ 1 2 1 2 ]
[ ]
[ v - 1 v . v - v ]
[ 1 1 2 2 ]
(%o10) [ ]
[ v - v . v - 1 v ]
[ 2 1 2 1 ]
[ ]
[ v . v v - v - 1 ]
[ 1 2 2 1 ]
atensor recognizes as base vectors indexed symbols, where the symbol is that stored in
asymbol and the index runs between 1 and adim. For indexed symbols, and indexed symbols
only, the bilinear forms sf, af, and av are evaluated. The evaluation substitutes the value
of aform[i,j] in place of fun(v[i],v[j]) where v represents the value of asymbol and
fun is either af or sf; or, it substitutes v[aform[i,j]] in place of av(v[i],v[j]).
Needless to say, the functions sf, af and av can be redefined.
When the atensor package is loaded, the following flags are set:
dotscrules:true;
dotdistrib:true;
dotexptsimp:false;
If you wish to experiment with a nonassociative algebra, you may also consider setting
dotassoc to false. In this case, however, atensimp will not always be able to obtain the
desired simplifications.
supplied, atensor will configure the values of adim and aform appropriately. Other-
wise, adim will default to 0 and aform will not be defined.
lie_envelop: The algebra of the Lie envelope is defined by the commutation relation
u.v-v.u=2*av(u,v) where av is an antisymmetric function.
The init_atensor function also recognizes several predefined algebra types:
complex implements the algebra of complex numbers as the Clifford algebra Cl(0,1).
The call init_atensor(complex) is equivalent to init_atensor(clifford,0,0,1).
quaternion implements the algebra of quaternions. The call init_
atensor(quaternion) is equivalent to init_atensor(clifford,0,0,2).
pauli implements the algebra of Pauli-spinors as the Clifford-algebra Cl(3,0). A call
to init_atensor(pauli) is equivalent to init_atensor(clifford,3).
dirac implements the algebra of Dirac-spinors as the Clifford-algebra Cl(3,1). A call
to init_atensor(dirac) is equivalent to init_atensor(clifford,3,0,1).
adim Variable
Default value: 0
The dimensionality of the algebra. atensor uses the value of adim to determine if an
indexed object is a valid base vector. See abasep.
aform Variable
Default value: ident(3)
Default values for the bilinear forms sf, af, and av. The default is the identity matrix
ident(3).
asymbol Variable
Default value: v
The symbol for base vectors.
sf (u, v) Function
A symmetric scalar function that is used in commutation relations. The default
implementation checks if both arguments are base vectors using abasep and if that
is the case, substitutes the corresponding value from the matrix aform.
374 Maxima Manual
af (u, v) Function
An antisymmetric scalar function that is used in commutation relations. The default
implementation checks if both arguments are base vectors using abasep and if that
is the case, substitutes the corresponding value from the matrix aform.
av (u, v) Function
An antisymmetric function that is used in commutation relations. The default imple-
mentation checks if both arguments are base vectors using abasep and if that is the
case, substitutes the corresponding value from the matrix aform.
For instance:
(%i1) load(atensor);
(%o1) /share/tensor/atensor.mac
(%i2) adim:3;
(%o2) 3
(%i3) aform:matrix([0,3,-2],[-3,0,1],[2,-1,0]);
[ 0 3 - 2 ]
[ ]
(%o3) [ - 3 0 1 ]
[ ]
[ 2 - 1 0 ]
(%i4) asymbol:x;
(%o4) x
(%i5) av(x[1],x[2]);
(%o5) x
3
30 Series
deftaylor returns a list of the functions f 1, ..., f n. deftaylor evaluates its argu-
ments.
Example:
(%i1) deftaylor (f(x), x^2 + sum(x^i/(2^i*i!^2), i, 4, inf));
(%o1) [f]
(%i2) powerseries (f(x), x, 0);
inf
==== i1
\ x 2
(%o2) > -------- + x
/ i1 2
==== 2 i1!
i1 = 4
(%i3) taylor (exp (sqrt (f(x))), x, 0, 4);
2 3 4
x 3073 x 12817 x
(%o3)/T/ 1 + x + -- + ------- + -------- + . . .
2 18432 307200
4 3 2 n
2 (n + 1) (63 n + 112 n + 18 n - 22 n + 3) 4 2
(%o2) ------------------------------------------------ - ------
693 binomial(2 n, n) 3 11 7
(%i3) unsum (%, n);
4 n
n 4
(%o3) ----------------
binomial(2 n, n)
(%i4) unsum (prod (i^2, i, 1, n), n);
n - 1
/===\
! ! 2
(%o4) ( ! ! i ) (n - 1) (n + 1)
! !
i = 1
(%i5) nusum (%, n, 1, n);
pade (taylor series, numer deg bound, denom deg bound) Function
Returns a list of all rational functions which have the given Taylor series expansion
where the sum of the degrees of the numerator and the denominator is less than or
equal to the truncation level of the power series, i.e. are "best" approximants, and
which additionally satisfy the specified degree bounds.
taylor series is a univariate Taylor series. numer deg bound and denom deg bound
are positive integers specifying degree bounds on the numerator and denominator.
taylor series can also be a Laurent series, and the degree bounds can be inf which
causes all rational functions whose total degree is less than or equal to the length
of the power series to be returned. Total degree is defined as numer deg bound +
denom deg bound. Length of a power series is defined as "truncation level" + 1 -
min(0, "order of series").
(%i1) taylor (1 + x + x^2 + x^3, x, 0, 3);
2 3
(%o1)/T/ 1 + x + x + x + . . .
(%i2) pade (%, 1, 1);
1
(%o2) [- -----]
x - 1
(%i3) t: taylor(-(83787*x^10 - 45552*x^9 - 187296*x^8
+ 387072*x^7 + 86016*x^6 - 1507328*x^5
+ 1966080*x^4 + 4194304*x^3 - 25165824*x^2
Chapter 30: Series 379
+ 67108864*x - 134217728)
/134217728, x, 0, 10);
2 3 4 5 6 7
x 3 x x 15 x 23 x 21 x 189 x
(%o3)/T/ 1 - - + ---- - -- - ----- + ----- - ----- - ------
2 16 32 1024 2048 32768 65536
8 9 10
5853 x 2847 x 83787 x
+ ------- + ------- - --------- + . . .
4194304 8388608 134217728
(%i4) pade (t, 4, 4);
(%o4) []
There is no rational function of degree 4 numerator/denominator, with this power
series expansion. You must in general have degree of the numerator and degree of
the denominator adding up to at least the degree of the power series, in order to have
enough unknown coefficients to solve.
(%i5) pade (t, 5, 5);
5 4 3
(%o5) [- (520256329 x - 96719020632 x - 489651410240 x
2
- 1619100813312 x - 2176885157888 x - 2386516803584)
5 4 3
/(47041365435 x + 381702613848 x + 1360678489152 x
2
+ 2856700692480 x + 3370143559680 x + 2386516803584)]
log(sin(x))
so well try again after applying the rule:
d
/ -- (sin(x))
[ dx
log(sin(x)) = i ----------- dx
] sin(x)
/
in the first simplification we have returned:
/
[
i cot(x) dx - log(x)
]
/
inf
==== i1 2 i1 2 i1
\ (- 1) 2 bern(2 i1) x
> ------------------------------
/ i1 (2 i1)!
====
i1 = 1
(%o2) -------------------------------------
2
3 2 3
(3 a + 9 a + 9 a - 1) x
+ -------------------------- + . . .
48
(%i2) %^2;
3
x
(%o2)/T/ 1 + (a + 1) x - -- + . . .
6
(%i3) taylor (sqrt (x + 1), x, 0, 5);
2 3 4 5
x x x 5 x 7 x
(%o3)/T/ 1 + - - -- + -- - ---- + ---- + . . .
2 8 16 128 256
(%i4) %^2;
(%o4)/T/ 1 + x + . . .
(%i5) product ((1 + x^i)^2.5, i, 1, inf)/(1 + x^2);
inf
/===\
! ! i 2.5
! ! (x + 1)
! !
i = 1
(%o5) -----------------
2
x + 1
(%i6) ev (taylor(%, x, 0, 3), keepfloat);
2 3
(%o6)/T/ 1 + 2.5 x + 3.375 x + 6.5625 x + . . .
(%i7) taylor (1/log (x + 1), x, 0, 3);
2 3
1 1 x x 19 x
(%o7)/T/ - + - - -- + -- - ----- + . . .
x 2 12 24 720
(%i8) taylor (cos(x) - sec(x), x, 0, 5);
Chapter 30: Series 383
4
2 x
(%o8)/T/ - x - -- + . . .
6
(%i9) taylor ((cos(x) - sec(x))^3, x, 0, 5);
(%o9)/T/ 0 + . . .
(%i10) taylor (1/(cos(x) - sec(x))^3, x, 0, 5);
2 4
1 1 11 347 6767 x 15377 x
(%o10)/T/ - -- + ---- + ------ - ----- - ------- - --------
6 4 2 15120 604800 7983360
x 2 x 120 x
+ . . .
(%i11) taylor (sqrt (1 - k^2*sin(x)^2), x, 0, 6);
2 2 4 2 4
k x (3 k - 4 k ) x
(%o11)/T/ 1 - ----- - ----------------
2 24
6 4 2 6
(45 k - 60 k + 16 k ) x
- -------------------------- + . . .
720
(%i12) taylor ((x + 1)^n, x, 0, 4);
2 2 3 2 3
(n - n) x (n - 3 n + 2 n) x
(%o12)/T/ 1 + n x + ----------- + --------------------
2 6
4 3 2 4
(n - 6 n + 11 n - 6 n) x
+ ---------------------------- + . . .
24
(%i13) taylor (sin (y + x), x, 0, 3, y, 0, 3);
3 2
y y
(%o13)/T/ y - -- + . . . + (1 - -- + . . .) x
6 2
3 2
y y 2 1 y 3
+ (- - + -- + . . .) x + (- - + -- + . . .) x + . . .
2 12 6 12
(%i14) taylor (sin (y + x), [x, y], 0, 3);
3 2 2 3
x + 3 y x + 3 y x + y
(%o14)/T/ y + x - ------------------------- + . . .
6
384 Maxima Manual
1 3
+ (- -- + . . .) x + . . .
4
y
(%i16) taylor (1/sin (y + x), [x, y], 0, 3);
3 2 2 3
1 x + y 7 x + 21 y x + 21 y x + 7 y
(%o16)/T/ ----- + ----- + ------------------------------- + . . .
x + y 6 360
2 2
+ (1 - a - 2 a (y - a) - (y - a) ) x
2 2 2
+ (1 - a - 2 a (y - a) - (y - a) ) x
2 2 3
+ (1 - a - 2 a (y - a) - (y - a) ) x + . . .
(%i2) taylorinfo(%);
(%o2) [[y, a, inf], [x, 0, 3]]
31 Number Theory
(%o3) -------------------------------------------------
5040
(%i4) binomial (x + 7, x);
(x + 1) (x + 2) (x + 3) (x + 4) (x + 5) (x + 6) (x + 7)
(%o4) -------------------------------------------------------
5040
(%i5) binomial (11, y);
(%o5) binomial(11, y)
cf (expr) Function
Converts expr into a continued fraction. expr is an expression comprising continued
fractions and square roots of integers. Operands in the expression may be combined
with arithmetic operators. Aside from continued fractions and square roots, factors
in the expression must be integer or rational numbers. Maxima does not know about
operations on continued fractions outside of cf.
cf evaluates its arguments after binding listarith to false. cf returns a continued
fraction, represented as a list.
A continued fraction a + 1/(b + 1/(c + ...)) is represented by the list [a, b, c,
...]. The list elements a, b, c, ... must evaluate to integers. expr may also contain
sqrt (n) where n is an integer. In this case cf will give as many terms of the continued
fraction as the value of the variable cflength times the period.
A continued fraction can be evaluated to a number by evaluating the arithmetic
representation returned by cfdisrep. See also cfexpand for another way to evaluate
a continued fraction.
See also cfdisrep, cfexpand, and cflength.
Examples:
expr is an expression comprising continued fractions and square roots of integers.
(%i1) cf ([5, 3, 1]*[11, 9, 7] + [3, 7]/[4, 3, 2]);
(%o1) [59, 17, 2, 1, 1, 1, 27]
(%i2) cf ((3/17)*[1, -2, 5]/sqrt(11) + (8/13));
(%o2) [0, 1, 1, 1, 3, 2, 1, 4, 1, 9, 1, 9, 2]
cflength controls how many periods of the continued fraction are computed for
algebraic, irrational numbers.
(%i1) cflength: 1$
(%i2) cf ((1 + sqrt(5))/2);
(%o2) [1, 1, 1, 1, 2]
(%i3) cflength: 2$
Chapter 31: Number Theory 389
cflength controls the number of terms of the continued fraction the function cf will
give, as the value cflength times the period. Thus the default is to give one period.
(%i1) cflength: 1$
(%i2) cf ((1 + sqrt(5))/2);
(%o2) [1, 1, 1, 1, 2]
(%i3) cflength: 2$
(%i4) cf ((1 + sqrt(5))/2);
(%o4) [1, 1, 1, 1, 1, 1, 1, 2]
(%i5) cflength: 3$
(%i6) cf ((1 + sqrt(5))/2);
(%o6) [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2]
%gamma Constant
The Euler-Mascheroni constant, 0.5772156649015329 ....
x + 2 x + 1 2
(x + 1)
32 Symmetries
+ (- 2 (49 - e2) - 2) e2
(%i2) ratsimp (%);
2
(%o2) 28 e3 + 2 e2 - 198 e2 + 2401
Other functions for changing bases: comp2ele.
(%i1) multi_pui ([[2, p1, p2], [2, t1, t2]], a*x + a^2 + x^3,
[[x, y], [a, b]]);
3
3 p1 p2 p1
(%o1) t2 + p1 t1 + ------- - ---
2 2
p2 + a1 2 p3 + 3 a1 p2 + a1
(%o3) [2, a1, --------, --------------------]
2 6
Other functions for changing bases: comp2ele.
3 4 3 4
+ 2 a b x y + 2 a b x y
(%i2) contract (psym, [x, y, z]);
3 4
(%o2) 2 a b x y
2 2 2 2
- 4 e2 f2 - (e1 - 2 e2) (f1 - 2 f2) + e1 f1
+ -----------------------------------------------
2
(%i2) ratsimp (%);
2 2 2
(%o2) y - e1 f1 y + (e1 - 4 e2) f2 + e2 f1
(%i3) ratsimp (direct ([z^3-e1*z^2+e2*z-e3,z^2 - f1* z + f2],
z, b*v + a*u, [[u, v], [a, b]]));
6 5 2 2 2 4
(%o3) y - 2 e1 f1 y + ((2 e1 - 6 e2) f2 + (2 e2 + e1 ) f1 ) y
3 3 3
+ ((9 e3 + 5 e1 e2 - 2 e1 ) f1 f2 + (- 2 e3 - 2 e1 e2) f1 ) y
2 2 4 2
+ ((9 e2 - 6 e1 e2 + e1 ) f2
2 2 2 2 4
+ (- 9 e1 e3 - 6 e2 + 3 e1 e2) f1 f2 + (2 e1 e3 + e2 ) f1 )
2 2 2 3 2
y + (((9 e1 - 27 e2) e3 + 3 e1 e2 - e1 e2) f1 f2
2 2 3 5
+ ((15 e2 - 2 e1 ) e3 - e1 e2 ) f1 f2 - 2 e2 e3 f1 ) y
2 3 3 2 2 3
+ (- 27 e3 + (18 e1 e2 - 4 e1 ) e3 - 4 e2 + e1 e2 ) f2
2 3 3 2 2
+ (27 e3 + (e1 - 9 e1 e2) e3 + e2 ) f1 f2
2 4 2 6
Chapter 32: Symmetries 401
+ (e1 e2 e3 - 9 e3 ) f1 f2 + e3 f1
Finding the polynomial whose roots are the sums a+u where a is a root of z 2 e1 z +e2
and u is a root of z 2 f1 z + f2 .
(%i1) ratsimp (direct ([z^2 - e1* z + e2, z^2 - f1* z + f2],
z, a + u, [[u], [a]]));
4 3 2
(%o1) y + (- 2 f1 - 2 e1) y + (2 f2 + f1 + 3 e1 f1 + 2 e2
2 2 2 2
+ e1 ) y + ((- 2 f1 - 2 e1) f2 - e1 f1 + (- 2 e2 - e1 ) f1
2 2 2
- 2 e1 e2) y + f2 + (e1 f1 - 2 e2 + e1 ) f2 + e2 f1 + e1 e2 f1
2
+ e2
direct accepts two flags: elementaires and puissances (default) which allow de-
composing the symmetric polynomials appearing in the calculation into elementary
symmetric functions, or power functions, respectively.
Functions of sym used in this function:
multi_orbit (so orbit), pui_direct, multi_elem (so elem), multi_pui (so pui),
pui2ele, ele2pui (if the flag direct is in puissances).
pui direct (orbite, [lvar 1, ..., lvar n], [d 1, d 2, ..., d n]) Function
Let f be a polynomial in n blocks of variables lvar 1, ..., lvar n. Let c i be the number
of variables in lvar i, and SC be the product of n symmetric groups of degree c 1,
..., c n. This group acts naturally on f. The list orbite is the orbit, denoted SC(f ),
of the function f under the action of SC. (This list may be obtained by the function
multi_orbit.) The di are integers s.t. c1 d1 , c2 d2 , . . . , cn dn .
Let SD be the product of the symmetric groups Sd1 Sd2 Sdn . The function
pui_direct returns the first n power functions of SD(f ) deduced from the power
functions of SC(f ), where n is the size of SD(f ).
The result is in multi-contracted form w.r.t. SD, i.e. only one element is kept per
orbit, under the action of SD.
(%i1) l: [[x, y], [a, b]];
(%o1) [[x, y], [a, b]]
(%i2) pui_direct (multi_orbit (a*x + b*y, l), l, [2, 2]);
2 2
(%o2) [a x, 4 a b x y + a x ]
(%i3) pui_direct (multi_orbit (a*x + b*y, l), l, [3, 2]);
2 2 2 2 3 3
(%o3) [2 a x, 4 a b x y + 2 a x , 3 a b x y + 2 a x ,
2 2 2 2 3 3 4 4
12 a b x y + 4 a b x y + 2 a x ,
3 2 3 2 4 4 5 5
10 a b x y + 5 a b x y + 2 a x ,
3 3 3 3 4 2 4 2 5 5 6 6
40 a b x y + 15 a b x y + 6 a b x y + 2 a x ]
(%i4) pui_direct ([y + x + 2*c, y + x + 2*b, y + x + 2*a],
[[x, y], [a, b, c]], [2, 3]);
2 2
(%o4) [3 x + 2 a, 6 x y + 3 x + 4 a x + 4 a ,
2 3 2 2 3
9 x y + 12 a x y + 3 x + 6 a x + 12 a x + 8 a ]
32.2.4 Partitions
Chapter 32: Symmetries 403
[1, 1, 1, 1, 1]]
(%i3) treinat ([3, 2]);
(%o3) [[5], [4, 1], [3, 2]]
See also: lgtreillis, ltreillis and treillis.
32.2.6 Resolvents
" resolvante unitaire " [7, 0, 28, 0, 168, 0, 1120, - 154, 7840,
- 2772, 56448, - 33880,
12 9 6 3 15 12 9 6 3
406 Maxima Manual
x - 4 x + 6 x - 4 x + 1, x - 5 x + 10 x - 10 x + 5 x
18 15 12 9 6 3
- 1, x - 6 x + 15 x - 20 x + 15 x - 6 x + 1,
21 18 15 12 9 6 3
x - 7 x + 21 x - 35 x + 35 x - 21 x + 7 x - 1]
[- 7, 1127, - 6139, 431767, - 5472047, 201692519, - 3603982011]
7 6 5 4 3 2
(%o2) y + 7 y - 539 y - 1841 y + 51443 y + 315133 y
+ 376999 y + 125253
(%i3) resolvante: lineaire$
(%i4) resolvante (x^4 - 1, x, x1 + 2*x2 + 3*x3, [x1, x2, x3]);
4
+ 344489984 y + 655360000
(%i5) resolvante: general$
(%i6) resolvante (x^4 - 1, x, x1 + 2*x2 + 3*x3, [x1, x2, x3]);
4
+ 344489984 y + 655360000
(%i7) resolvante (x^4 - 1, x, x1 + 2*x2 + 3*x3, [x1, x2, x3, x4]);
4
+ 344489984 y + 655360000
(%i8) direct ([x^4 - 1], x, x1 + 2*x2 + 3*x3, [[x1, x2, x3]]);
24 20 16 12 8
(%o8) y + 80 y + 7520 y + 1107200 y + 49475840 y
4
+ 344489984 y + 655360000
(%i9) resolvante :lineaire$
(%i10) resolvante (x^4 - 1, x, x1 + x2 + x3, [x1, x2, x3]);
(%o10) y - 1
(%i11) resolvante: symetrique$
(%i12) resolvante (x^4 - 1, x, x1 + x2 + x3, [x1, x2, x3]);
24 23 22 21 20
+ 1323 y + 352947 y - 46305 y - 2463339 y + 324135 y
19 18 17 15
- 30618 y - 453789 y - 40246444 y + 282225202 y
14 12 11 10
- 44274492 y + 155098503 y + 12252303 y + 2893401 y
9 8 7 6
- 171532242 y + 6751269 y + 2657205 y - 94517766 y
5 3
- 3720087 y + 26040609 y + 14348907
(%i18) resolvante: symetrique$
(%i19) resolvante (x^7 - 7*x + 3, x, x1*x2*x3, [x1, x2, x3]);
24 23 22 21 20
+ 1323 y + 352947 y - 46305 y - 2463339 y + 324135 y
408 Maxima Manual
19 18 17 15
- 30618 y - 453789 y - 40246444 y + 282225202 y
14 12 11 10
- 44274492 y + 155098503 y + 12252303 y + 2893401 y
9 8 7 6
- 171532242 y + 6751269 y + 2657205 y - 94517766 y
5 3
- 3720087 y + 26040609 y + 14348907
(%i20) resolvante: cayley$
(%i21) resolvante (x^5 - 4*x^2 + x + 1, x, a, []);
+ 93392896
For the Cayley resolvent, the 2 last arguments are neutral and the input polynomial
must necessarily be of degree 5.
See also:
resolvante_bipartite, resolvante_produit_sym, resolvante_unitaire,
resolvante_alternee1, resolvante_klein, resolvante_klein3, resolvante_
vierer, resolvante_diedrale.
See also:
resolvante_produit_sym, resolvante_unitaire, resolvante , resolvante_
klein, resolvante_klein3, resolvante_vierer, resolvante_diedrale,
resolvante_bipartite.
6 5 4 3 2
- 945 x - 4970 x - 18333 x - 29079 x - 20745 x - 25326 x
- 697
See also:
resolvante_produit_sym, resolvante_unitaire, resolvante_alternee1,
resolvante_klein, resolvante_klein3, resolvante_vierer, resolvante.
4 3 2 10 8 7 6 5 4
- y + 14 y + 3 y + 1, y + 3 y + 14 y - y - 14 y - 31 y
3 2 5 4
- 21 y - 2 y + 1, y - 2 y - 3 y - 1, y - 1]
(%i2) resolvante: produit$
(%i3) resolvante (x^5 + 3*x^4 + 2*x - 1, x, a*b*c, [a, b, c]);
32.2.7 Miscellaneous
33 Groups
<2>
else (if not i = j then p(i, j) else p(i, i)), j, 1, n - 1,
i, 1, j)
(%i2) p(i,j) := concat(x,i).concat(x,j);
(%o2) p(i, j) := concat(x, i) . concat(x, j)
(%i3) symet(5);
<2> <3> <2> <2> <3>
(%o3) [x1 , (x1 . x2) , x2 , (x1 . x3) , (x2 . x3) ,
Rows tried 71
(%o6) 20
412 Maxima Manual
Chapter 34: Runtime Environment 413
34 Runtime Environment
34.2 Interrupts
The user can stop a time-consuming computation with the ^C (control-C) character.
The default action is to stop the computation and print another user prompt. In this case,
it is not possible to restart a stopped computation.
If the Lisp variable *debugger-hook* is set to nil, by executing
:lisp (setq *debugger-hook* nil)
then upon receiving ^C, Maxima will enter the Lisp debugger, and the user may use the
debugger to inspect the Lisp environment. The stopped computation can be restarted by
entering continue in the Lisp debugger. The means of returning to Maxima from the Lisp
debugger (other than running the computation to completion) is different for each version
of Lisp.
On Unix systems, the character ^Z (control-Z) causes Maxima to stop altogether, and
control is returned to the shell prompt. The fg command causes Maxima to resume from
the point at which it was stopped.
feature Declaration
Maxima understands two distinct types of features, system features and features
which apply to mathematical expressions. See also status for information about sys-
tem features. See also features and featurep for information about mathematical
features.
feature itself is not the name of a function or variable.
414 Maxima Manual
room () Function
room (true) Function
room (false) Function
Prints out a description of the state of storage and stack management in Maxima.
room calls the Lisp function of the same name.
room () prints out a moderate description.
room (true) prints out a verbose description.
room (false) prints out a terse description.
timedate () Function
Returns a string representing the current time and date. The string has the format
HH:MM:SS Day, mm/dd/yyyy (GMT-n), where the fields are hours, minutes, seconds,
day of week, month, day of month, year, and hours different from GMT.
Example:
(%i1) d: timedate ();
(%o1) 08:05:09 Wed, 11/02/2005 (GMT-7)
(%i2) print ("timedate reports current time", d)$
timedate reports current time 08:05:09 Wed, 11/02/2005 (GMT-7)
35 Miscellaneous Options
35.2 Share
The Maxima "share" directory contains programs and other files of interest to Maxima
users, but not part of the core implementation of Maxima. These programs are typically
loaded via load or setup_autoload.
:lisp *maxima-sharedir* displays the location of the share directory within the users
file system.
printfile ("share.usg") prints an out-of-date list of share packages. Users may find
it more informative to browse the share directory using a file system browser.
alphabetic Declaration
alphabetic is a declaration type recognized by declare. The expression declare(s,
alphabetic) tells Maxima to recognize as alphabetic all of the characters in s, which
must be a string.
See also Section 6.4 [Identifiers], page 61.
Example:
(%i1) xx\~yy\\@ : 1729;
(%o1) 1729
(%i2) declare ("~@", alphabetic);
(%o2) done
(%i3) xx~yy@ + @yyxx + xx@@yy~;
(%o3) xx@@yy~ + @yyxx + 1729
(%i4) listofvars (%);
(%o4) [@yyxx, xx@@yy~]
props All atoms which have any property other than those mentioned above,
such as properties established by atvalue or matchdeclare, etc., as well
as properties established in the declare function.
let_rule_packages
All user-defined let rule packages plus the special package default_
let_rule_package. (default_let_rule_package is the name of the
rule package used when one is not explicitly set by the user.)
(-1)^(1/3): -1
(-1)^(1/4): (-1)^(1/4)
domain:complex
m1pbranch:false m1pbranch:true
(-1)^(1/3) 1/2+%i*sqrt(3)/2
(-1)^(1/4) sqrt(2)/2+%i*sqrt(2)/2
420 Maxima Manual
remove ("a", operator) or, equivalently, remove ("a", op) removes from a the op-
erator properties declared by prefix, infix, nary, postfix, matchfix, or nofix.
Note that the name of the operator must be written as a quoted string.
remove always returns done whether or not an atom has a specified property.
This behavior is unlike the more specific remove functions remvalue, remarray,
remfunction, and remrule.
maxapplyheight is the maximum height which applyb1 reaches before giving up.
See also apply1, apply2, and let.
(%o8) I sin(t) dt
]
/
x + %pi
(%i9) checklimits (%);
(%o9) [b = x + 2 %pi, a = x + %pi, x = t, f = sin(t)]
letrules () Function
letrules (package name) Function
Displays the rules in a rule package. letrules () displays the rules in the current
rule package. letrules (package name) displays the rules in package name.
The current rule package is named by current_let_rule_package. If not otherwise
specified, current_let_rule_package defaults to default_let_rule_package.
See also disprule, which displays rules defined by tellsimp and tellsimpafter.
(%o5) done
(%i6) !-3, 5-!;
16
(%o6) - --
15
(%i7) "!-" (3, 5);
16
(%o7) - --
15
remrule (op, rulename) removes the rule with the name rulename from the operator
op. When op is a built-in or user-defined operator (as defined by infix, prefix, etc.),
op and rulename must be enclosed in double quote marks.
remrule (op, all) removes all rules for the operator op.
See also remlet, which removes a rule defined by let.
Examples:
(%i1) tellsimp (foo (aa, bb), bb - aa);
(%o1) [foorule1, false]
(%i2) tellsimpafter (aa + bb, special_add (aa, bb));
(%o2) [+rule1, simplus]
(%i3) infix ("@@");
(%o3) @@
(%i4) tellsimp (aa @@ bb, bb/aa);
(%o4) [@@rule1, false]
(%i5) tellsimpafter (quux (%pi, %e), %pi - %e);
(%o5) [quuxrule1, false]
(%i6) tellsimpafter (quux (%e, %pi), %pi + %e);
(%o6) [quuxrule2, quuxrule1, false]
(%i7) [foo (aa, bb), aa + bb, aa @@ bb, quux (%pi, %e),
quux (%e, %pi)];
bb
(%o7) [bb - aa, special_add(aa, bb), --, %pi - %e, %pi + %e]
aa
(%i8) remrule (foo, foorule1);
(%o8) foo
(%i9) remrule ("+", "+rule1");
(%o9) +
(%i10) remrule ("@@", "@@rule1");
(%o10) @@
(%i11) remrule (quux, all);
(%o11) quux
(%i12) [foo (aa, bb), aa + bb, aa @@ bb, quux (%pi, %e),
quux (%e, %pi)];
(%o12) [foo(aa, bb), bb + aa, aa @@ bb, quux(%pi, %e),
quux(%e, %pi)]
Examples:
(%i1) matchdeclare (x, freeof (%i));
(%o1) done
(%i2) %iargs: false$
(%i3) tellsimp (sin(%i*x), %i*sinh(x));
(%o3) [sinrule1, simp-%sin]
(%i4) trigexpand (sin (%i*y + x));
(%o4) sin(x) cos(%i y) + %i cos(x) sinh(y)
(%i5) %iargs:true$
(%i6) errcatch(0^0);
0
0 has been generated
(%o6) []
(%i7) ev (tellsimp (0^0, 1), simp: false);
(%o7) [^rule1, simpexpt]
(%i8) 0^0;
(%o8) 1
(%i9) remrule ("^", %th(2)[1]);
(%o9) ^
(%i10) tellsimp (sin(x)^2, 1 - cos(x)^2);
(%o10) [^rule2, simpexpt]
(%i11) (1 + sin(x))^2;
2
(%o11) (sin(x) + 1)
(%i12) expand (%);
2
(%o12) 2 sin(x) - cos (x) + 2
(%i13) sin(x)^2;
2
(%o13) 1 - cos (x)
(%i14) kill (rules);
(%o14) done
(%i15) matchdeclare (a, true);
(%o15) done
(%i16) tellsimp (sin(a)^2, 1 - cos(a)^2);
(%o16) [^rule3, simpexpt]
(%i17) sin(y)^2;
2
(%o17) 1 - cos (y)
pattern may be any nonatomic expression in which the main operator is not a pattern
variable; the simplification rule is associated with the main operator. The names of
functions (with one exception, described below), lists, and arrays may appear in
pattern as the main operator only as literals (not pattern variables); this rules out
expressions such as aa(x) and bb[y] as patterns, if aa and bb are pattern variables.
Names of functions, lists, and arrays which are pattern variables may appear as
operators other than the main operator in pattern.
There is one exception to the above rule concerning names of functions. The name of
a subscripted function in an expression such as aa[x](y) may be a pattern variable,
because the main operator is not aa but rather the Lisp atom mqapply. This is a
consequence of the representation of expressions involving subscripted functions.
Simplification rules are applied after evaluation (if not suppressed through quotation
or the flag noeval). Rules established by tellsimpafter are applied in the order
they were defined, and after any built-in rules. Rules are applied bottom-up, that is,
applied first to subexpressions before application to the whole expression. It may be
necessary to repeatedly simplify a result (for example, via the quote-quote operator
or the flag infeval) to ensure that all rules are applied.
Pattern variables are treated as local variables in simplification rules. Once a rule is
defined, the value of a pattern variable does not affect the rule, and is not affected
by the rule. An assignment to a pattern variable which results from a successful rule
match does not affect the current assignment (or lack of it) of the pattern variable.
However, as with all atoms in Maxima, the properties of pattern variables (as declared
by put and related functions) are global.
The rule constructed by tellsimpafter is named after the main operator of pattern.
Rules for built-in operators, and user-defined operators defined by infix, prefix,
postfix, matchfix, and nofix, have names which are Lisp identifiers. Rules for
other functions have names which are Maxima identifiers.
The treatment of noun and verb forms is slightly confused. If a rule is defined for
a noun (or verb) form and a rule for the corresponding verb (or noun) form already
exists, the newly-defined rule applies to both forms (noun and verb). If a rule for the
corresponding verb (or noun) form does not exist, the newly-defined rule applies only
to the noun (or verb) form.
The rule constructed by tellsimpafter is an ordinary Lisp function. If the name of
the rule is $foorule1, the construct :lisp (trace $foorule1) traces the function,
and :lisp (symbol-function $foorule1 displays its definition.
tellsimpafter quotes its arguments. tellsimpafter returns the list of rules for the
main operator of pattern, including the newly established rule.
See also matchdeclare, defmatch, defrule, tellsimp, let, kill, remrule, and
clear_rules.
Examples:
pattern may be any nonatomic expression in which the main operator is not a pattern
variable.
(%i1) matchdeclare (aa, atom, [ll, mm], listp, xx, true)$
(%i2) tellsimpafter (sin (ll), map (sin, ll));
Chapter 36: Rules and Patterns 439
37 Lists
38 Sets
38.1.1 Usage
To construct a set with members a_1, ..., a_n, write set(a_1, ..., a_n) or {a_1,
..., a_n}; to construct the empty set, write set() or {}. In input, set(...) and { ... }
are equivalent. Sets are always displayed with curly braces.
If a member is listed more than once, simplification eliminates the redundant member.
(%i1) set();
(%o1) {}
(%i2) set(a, b, a);
(%o2) {a, b}
(%i3) set(a, set(b));
(%o3) {a, {b}}
(%i4) set(a, [b]);
(%o4) {a, [b]}
(%i5) {};
(%o5) {}
(%i6) {a, b, a};
(%o6) {a, b}
(%i7) {a, {b}};
(%o7) {a, {b}}
(%i8) {a, [b]};
(%o8) {a, [b]}
Two would-be elements x and y are redundant (i.e., considered the same for the purpose
of set construction) if and only if is(x = y) yields true. Note that is(equal(x, y)) can
yield true while is(x = y) yields false; in that case the elements x and y are considered
distinct.
(%i1) x: a/c + b/c;
b a
(%o1) - + -
c c
(%i2) y: a/c + b/c;
b a
(%o2) - + -
c c
450 Maxima Manual
(%i3) z: (a + b)/c;
b + a
(%o3) -----
c
(%i4) is (x = y);
(%o4) true
(%i5) is (y = z);
(%o5) false
(%i6) is (equal (y, z));
(%o6) true
(%i7) y - z;
b + a b a
(%o7) - ----- + - + -
c c c
(%i8) ratsimp (%);
(%o8) 0
(%i9) {x, y, z};
b + a b a
(%o9) {-----, - + -}
c c c
To construct a set from the elements of a list, use setify.
(%i1) setify ([b, a]);
(%o1) {a, b}
Set members x and y are equal provided is(x = y) evaluates to true. Thus rat(x) and
x are equal as set members; consequently,
(%i1) {x, rat(x)};
(%o1) {x}
Further, since is((x - 1)*(x + 1) = x^2 - 1) evaluates to false, (x - 1)*(x + 1) and
x^2 - 1 are distinct set members; thus
(%i1) {(x - 1)*(x + 1), x^2 - 1};
2
(%o1) {(x - 1) (x + 1), x - 1}
To reduce this set to a singleton set, apply rat to each set member:
(%i1) {(x - 1)*(x + 1), x^2 - 1};
2
(%o1) {(x - 1) (x + 1), x - 1}
(%i2) map (rat, %);
2
(%o2)/R/ {x - 1}
To remove redundancies from other sets, you may need to use other simplification func-
tions. Here is an example that uses trigsimp:
(%i1) {1, cos(x)^2 + sin(x)^2};
2 2
(%o1) {1, sin (x) + cos (x)}
(%i2) map (trigsimp, %);
(%o2) {1}
Chapter 38: Sets 451
A set is simplified when its members are non-redundant and sorted. The current version
of the set functions uses the Maxima function orderlessp to order sets; however, future
versions of the set functions might use a different ordering function.
Some operations on sets, such as substitution, automatically force a re-simplification;
for example,
(%i1) s: {a, b, c}$
(%i2) subst (c=a, s);
(%o2) {a, b}
(%i3) subst ([a=x, b=x, c=x], s);
(%o3) {x}
(%i4) map (lambda ([x], x^2), set (-1, 0, 1));
(%o4) {0, 1}
Maxima treats lists and sets as distinct objects; functions such as union and
intersection complain if any argument is not a set. If you need to apply a set function
to a list, use the setify function to convert it to a set. Thus
(%i1) union ([1, 2], {a, b});
Function union expects a set, instead found [1,2]
-- an error. Quitting. To debug this try debugmode(true);
(%i2) union (setify ([1, 2]), {a, b});
(%o2) {1, 2, a, b}
To extract all set elements of a set s that satisfy a predicate f, use subset(s, f). (A
predicate is a boolean-valued function.) For example, to find the equations in a given set
that do not depend on a variable z, use
(%i1) subset ({x + y + z, x - y + 4, x + y - 5},
lambda ([e], freeof (z, e)));
(%o1) {- y + x + 4, y + x - 5}
The section Section 38.2 [Functions and Variables for Sets], page 453 has a complete list
of the set functions in Maxima.
38.1.3 Bugs
The set functions use the Maxima function orderlessp to order set members and the
(Lisp-level) function like to test for set member equality. Both of these functions have
known bugs that may manifest if you attempt to use sets with members that are lists or
matrices that contain expressions in canonical rational expression (CRE) form. An example
is
(%i1) {[x], [rat (x)]};
Maxima encountered a Lisp error:
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.
This expression causes Maxima to halt with an error (the error message depends on
which version of Lisp your Maxima uses). Another example is
(%i1) setify ([[rat(a)], [rat(b)]]);
Maxima encountered a Lisp error:
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.
These bugs are caused by bugs in orderlessp and like; they are not caused by bugs
in the set functions. To illustrate, try the expressions
(%i1) orderlessp ([rat(a)], [rat(b)]);
Maxima encountered a Lisp error:
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.
(%i2) is ([rat(a)] = [rat(a)]);
(%o2) false
Until these bugs are fixed, do not construct sets with members that are lists or matrices
containing expressions in CRE form; a set with a member in CRE form, however, shouldnt
be a problem:
(%i1) {x, rat (x)};
(%o1) {x}
Maximas orderlessp has another bug that can cause problems with set functions,
namely that the ordering predicate orderlessp is not transitive. The simplest known
example that shows this is
(%i1) q: x^2$
(%i2) r: (x + 1)^2$
(%i3) s: x*(x + 2)$
(%i4) orderlessp (q, r);
(%o4) true
Chapter 38: Sets 453
38.1.4 Authors
Stavros Macrakis of Cambridge, Massachusetts and Barton Willis of the University of
Nebraska at Kearney (UNK) wrote the Maxima set functions and their documentation.
(%o2) true
(%i3) is (cardinality (set_partitions ({1, 2, 3, 4, 5, 6})) =
belln (6));
(%o3) true
belln applied to arguments which are not nonnegative integers.
(%i1) [belln (x), belln (sqrt(3)), belln (-9)];
(%o1) [belln(x), belln(sqrt(3)), belln(- 9)]
Given one set as the second argument, every(f, s) returns true if is(f (a i)) returns
true for all a i in s. every may or may not evaluate f for all a i in s. Since sets are
unordered, every may evaluate f (a i) in any order.
Given one or more lists as arguments, every(f, L 1, ..., L n) returns true if
is(f (x 1, ..., x n)) returns true for all x 1, ..., x n in L 1, ..., L n, respectively.
every may or may not evaluate f for every combination x 1, ..., x n. every evaluates
lists in the order of increasing index.
Given an empty set {} or empty lists [] as arguments, every returns false.
When the global flag maperror is true, all lists L 1, ..., L n must have equal lengths.
When maperror is false, list arguments are effectively truncated to the length of the
shortest list.
Return values of the predicate f which evaluate (via is) to something other than
true or false are governed by the global flag prederror. When prederror is true,
such values are treated as false, and the return value from every is false. When
prederror is false, such values are treated as unknown, and the return value from
every is unknown.
Examples:
every applied to a single set. The predicate is a function of one argument.
(%i1) every (integerp, {1, 2, 3, 4, 5, 6});
(%o1) true
(%i2) every (atom, {1, 2, sin(3), 4, 5 + y, 6});
(%o2) false
every applied to two lists. The predicate is a function of two arguments.
(%i1) every ("=", [a, b, c], [a, b, c]);
(%o1) true
(%i2) every ("#", [a, b, c], [a, b, c]);
(%o2) false
Return values of the predicate f which evaluate to something other than true or
false are governed by the global flag prederror.
(%i1) prederror : false;
(%o1) false
(%i2) map (lambda ([a, b], is (a < b)), [x, y, z],
[x^2, y^2, z^2]);
(%o2) [unknown, unknown, unknown]
(%i3) every ("<", [x, y, z], [x^2, y^2, z^2]);
(%o3) unknown
(%i4) prederror : true;
(%o4) true
(%i5) every ("<", [x, y, z], [x^2, y^2, z^2]);
(%o5) false
extremal_subset(s, f, max) returns the subset of the set or list s for which the
real-valued function f takes on its maximum value.
extremal_subset(s, f, min) returns the subset of the set or list s for which the
real-valued function f takes on its minimum value.
Examples:
(%i1) extremal_subset ({-2, -1, 0, 1, 2}, abs, max);
(%o1) {- 2, 2}
(%i2) extremal_subset ({sqrt(2), 1.57, %pi/2}, sin, min);
(%o2) {sqrt(2)}
(%o5) {d}
(%i6) intersection (S_2, S_3);
(%o6) {d, e, f}
(%i7) intersection (S_1, S_2, S_3);
(%o7) {d}
(%i8) intersection (S_1, S_2, S_3, S_4);
(%o8) {}
39 Function Definition
39.2 Function
in the block variables, are done in parallel. This means, that if you had used c: a in the
above, the value of c would have been the value of a at the time you just entered the block,
but before a was bound. Thus doing something like
block ([a: a], expr1, ... a: a+3, ..., exprn)
will protect the external value of a from being altered, but would let you access what
that value was. Thus the right hand side of the assignments, is evaluated in the entering
context, before any binding occurs. Using just block ([x], ... would cause the x to have
itself as value, just as if it would have if you entered a fresh Maxima session.
The actual arguments to a function are treated in exactly same way as the variables in
a block. Thus in
f(x) := (expr1, ..., exprn);
and
f(1);
we would have a similar context for evaluation of the expressions as if we had done
block ([x: 1], expr1, ..., exprn)
Inside functions, when the right hand side of a definition, may be computed at runtime,
it is useful to use define and possibly buildq.
39.3 Macros
Construct a list of equations with some variables or expressions on the left-hand side
and their values on the right-hand side. macroexpand shows the expression returned
by show_values.
(%i1) show_values ([L]) ::= buildq ([L], map ("=", L, L));
(%o1) show_values([L]) ::= buildq([L], map("=", L, L))
(%i2) (a: 17, b: 29, c: 1729)$
(%i3) show_values (a, b, c - a - b);
(%o3) [a = 17, b = 29, c - b - a = 1683]
(%i4) macroexpand (show_values (a, b, c - a - b));
(%o4) map(=, ([a, b, c - b - a]), [a, b, c - b - a])
Given a function of several arguments, create another function for which some of the
arguments are fixed.
(%i1) curry (f, [a]) :=
buildq ([f, a], lambda ([[x]], apply (f, append (a, x))))$
(%i2) by3 : curry ("*", 3);
(%o2) lambda([[x]], apply(*, append([3], x)))
(%i3) by3 (a + b);
(%o3) 3 (b + a)
(%i1) buildq ([x: [1, %pi, z - y]], foo (splice (x)) / length (x));
foo(1, %pi, z - y)
(%o1) -----------------------
length([1, %pi, z - y])
(%i2) buildq ([x: [1, %pi]], "/" (splice (x)));
1
(%o2) ---
%pi
(%i3) matchfix ("<>", "<>");
(%o3) <>
(%i4) buildq ([x: [1, %pi, z - y]], "<>" (splice (x)));
(%o4) <>1, %pi, z - y<>
(%o3) [%t3]
(%i4) dispfun (fname);
fname is not the name of a user function.
-- an error. Quitting. To debug this try debugmode(true);
(%i5) apply (dispfun, [fname]);
x
(%t5) F(x) := ----
Chapter 39: Function Definition 483
1729
(%o5) [%t5]
apply evaluates the function name F. Single quote defeats evaluation. demoivre is
the name of a global variable and also a function.
(%i1) demoivre;
(%o1) false
(%i2) demoivre (exp (%i * x));
(%o2) %i sin(x) + cos(x)
(%i3) apply (demoivre, [exp (%i * x)]);
demoivre evaluates to false
Improper name or value in functional position.
-- an error. Quitting. To debug this try debugmode(true);
(%i4) apply (demoivre, [exp (%i * x)]);
(%o4) %i sin(x) + cos(x)
within the block. One cannot use go to transfer to a tag in a block other than the
one containing the go.
Blocks typically appear on the right side of a function definition but can be used in
other places as well.
(%o2) G2 := x . y - y . x
x, y
When the last or only function argument x n is a list of one element, the function
defined by define accepts a variable number of arguments.
(%i1) define (H ([L]), (apply ("+", L)));
(%o1) H([L]) := apply("+", L)
(%i2) H (a, b, c);
(%o2) c + b + a
When the first argument is an expression with operator funmake, arraymake, or ev,
the first argument is evaluated.
(%i1) [F : I, u : x];
(%o1) [I, x]
(%i2) funmake (F, [u]);
(%o2) I(x)
(%i3) define (funmake (F, [u]), cos(u) + 1);
(%o3) I(x) := cos(x) + 1
(%i4) define (arraymake (F, [u]), cos(u) + 1);
(%o4) I := cos(x) + 1
x
(%i5) define (foo (x, y), bar (y, x));
(%o5) foo(x, y) := bar(y, x)
(%i6) define (ev (foo (x, y)), sin(x) - cos(y));
(%o6) bar(y, x) := sin(x) - cos(y)
- y
(%t7) f(x, y) := x
Chapter 39: Function Definition 489
- y
(%t8) g := x
x, y
- y
(%t9) h (y) := x
x
1
(%t10) h (y) := --
5 y
5
1
(%t11) h (y) := ---
10 y
10
- y
(%t12) i (y) := 8
8
(%o2) F_2(x, y) := -
y
(%i3) define (F_3 (x), sqrt (x));
(%o3) F_3(x) := sqrt(x)
(%i4) G_1 [x] := x - 100;
(%o4) G_1 := x - 100
x
(%i5) G_2 [x, y] := x / y;
x
(%o5) G_2 := -
x, y y
(%i6) define (G_3 [x], sqrt (x));
(%o6) G_3 := sqrt(x)
x
(%i7) H_1 [x] (y) := x^y;
y
(%o7) H_1 (y) := x
x
(%i8) functions;
(%o8) [F_1(x), F_2(x, y), F_3(x)]
(%i9) arrays;
(%o9) [G_1, G_2, G_3, H_1]
fundef (f ) Function
Returns the definition of the function f.
The argument may be the name of a macro (defined with ::=), an ordinary function
(defined with := or define), an array function (defined with := or define, but
enclosing arguments in square brackets [ ]), a subscripted function, (defined with :=
or define, but enclosing some arguments in square brackets and others in parentheses
( )) one of a family of subscripted functions selected by a particular subscript value,
or a subscripted function defined with a constant subscript.
fundef quotes its argument; the quote-quote operator defeats quotation.
fundef (f ) returns the definition of f. In contrast, dispfun (f ) creates an interme-
diate expression label and assigns the definition to the label.
(%i3) f : det;
(%o3) det
(%i4) funmake (f, [x, y, z]);
(%o4) det(8, 10, 12)
(%i5) %;
(%o5) - 284
Maxima simplifies funmakes return value.
(%i1) funmake (sin, [%pi / 2]);
(%o1) 1
(%i19) i2(1/2);
x
(%o19) lambda([x], -)
2
(%i20) i2(1/2)(%pi);
%pi
(%o20) ---
2
A lambda expression may take a variable number of arguments, which are indi-
cated by [L] as the sole or final argument. The arguments appear within the
function body as a list.
(%i1) f : lambda ([aa, bb, [cc]], aa * cc + bb);
(%o1) lambda([aa, bb, [cc]], aa cc + bb)
(%i2) f (foo, %i, 17, 29, 256);
(%o2) [17 foo + %i, 29 foo + %i, 256 foo + %i]
(%i3) g : lambda ([[aa]], apply ("+", aa));
(%o3) lambda([[aa]], apply(+, aa))
(%i4) g (17, 29, x, y, z, %e);
(%o4) z + y + x + %e + 46
Examples
When macroexpansion is false, a macro function is called every time the calling
expression is evaluated, and the calling expression is not modified.
(%i1) f (x) := h (x) / g (x);
h(x)
(%o1) f(x) := ----
g(x)
(%i2) g (x) ::= block (print ("x + 99 is equal to", x),
return (x + 99));
(%o2) g(x) ::= block(print("x + 99 is equal to", x),
return(x + 99))
(%i3) h (x) ::= block (print ("x - 99 is equal to", x),
return (x - 99));
(%o3) h(x) ::= block(print("x - 99 is equal to", x),
return(x - 99))
(%i4) macroexpansion: false;
(%o4) false
(%i5) f (a * b);
x - 99 is equal to x
x + 99 is equal to x
a b - 99
(%o5) --------
a b + 99
(%i6) dispfun (f);
h(x)
(%t6) f(x) := ----
g(x)
(%o6) done
(%i7) f (a * b);
x - 99 is equal to x
x + 99 is equal to x
a b - 99
(%o7) --------
a b + 99
When macroexpansion is expand, a macro function is called once, and the calling
expression is not modified.
(%i1) f (x) := h (x) / g (x);
h(x)
(%o1) f(x) := ----
g(x)
(%i2) g (x) ::= block (print ("x + 99 is equal to", x),
return (x + 99));
(%o2) g(x) ::= block(print("x + 99 is equal to", x),
return(x + 99))
(%i3) h (x) ::= block (print ("x - 99 is equal to", x),
return (x - 99));
(%o3) h(x) ::= block(print("x - 99 is equal to", x),
496 Maxima Manual
return(x - 99))
(%i4) macroexpansion: expand;
(%o4) expand
(%i5) f (a * b);
x - 99 is equal to x
x + 99 is equal to x
a b - 99
(%o5) --------
a b + 99
(%i6) dispfun (f);
h(x)
(%t6) f(x) := ----
g(x)
(%o6) done
(%i7) f (a * b);
a b - 99
(%o7) --------
a b + 99
When macroexpansion is expand, a macro function is called once, and the calling
expression is modified.
(%i1) f (x) := h (x) / g (x);
h(x)
(%o1) f(x) := ----
g(x)
(%i2) g (x) ::= block (print ("x + 99 is equal to", x),
return (x + 99));
(%o2) g(x) ::= block(print("x + 99 is equal to", x),
return(x + 99))
(%i3) h (x) ::= block (print ("x - 99 is equal to", x),
return (x - 99));
(%o3) h(x) ::= block(print("x - 99 is equal to", x),
return(x - 99))
(%i4) macroexpansion: displace;
(%o4) displace
(%i5) f (a * b);
x - 99 is equal to x
x + 99 is equal to x
a b - 99
(%o5) --------
a b + 99
(%i6) dispfun (f);
x - 99
(%t6) f(x) := ------
x + 99
(%o6) done
(%i7) f (a * b);
a b - 99
Chapter 39: Function Definition 497
(%o7) --------
a b + 99
Note that translated functions may not run identically to the way they did before
translation as certain incompatabilities may exist between the Lisp and Maxima ver-
sions. Principally, the rat function with more than one argument and the ratvars
function should not be used if any variables are mode_declared canonical rational
expressions (CRE). Also the prederror: false setting will not translate.
savedef - if true will cause the Maxima version of a user function to remain when
the function is translated. This permits the definition to be displayed by dispfun
and allows the function to be edited.
transrun - if false will cause the interpreted version of all functions to be run
(provided they are still around) rather than the translated version.
The result returned by translate is a list of the names of the functions translated.
is meant, and translates a such, with apropriate warning. There is no need to turn
this off. With the default settings, no warning messages implies full compatibility of
translated and compiled code with the Maxima interpreter.
not yet have a Lisp function value, will have one at call time. (MFUNCTION-CALL fn
arg1 arg2 ...) is generated when the translator does not know fn is going to be a
Lisp function.
504 Maxima Manual
Chapter 40: Program Flow 505
40 Program Flow
backtrace () Function
backtrace (n) Function
Prints the call stack, that is, the list of functions which called the currently active
function.
backtrace() prints the entire call stack.
backtrace (n) prints the n most recent functions, including the currently active
function.
backtrace can be called from a script, a function, or the interactive prompt (not only
in a debugging context).
Examples:
backtrace() prints the entire call stack.
(%i1) h(x) := g(x/7)$
(%i2) g(x) := f(x-11)$
(%i3) f(x) := e(x^2)$
(%i4) e(x) := (backtrace(), 2*x + 13)$
(%i5) h(10);
#0: e(x=4489/49)
#1: f(x=-67/7)
#2: g(x=10/7)
#3: h(x=10)
9615
(%o5) ----
49
backtrace (n) prints the n most recent functions, including the currently active
function.
(%i1) h(x) := (backtrace(1), g(x/7))$
(%i2) g(x) := (backtrace(1), f(x-11))$
(%i3) f(x) := (backtrace(1), e(x^2))$
(%i4) e(x) := (backtrace(1), 2*x + 13)$
(%i5) h(10);
#0: h(x=10)
#0: g(x=10/7)
#0: f(x=-67/7)
#0: e(x=4489/49)
9615
(%o5) ----
49
506 Maxima Manual
do Special operator
The do statement is used for performing iteration. Due to its great generality the do
statement will be described in two parts. First the usual form will be given which
is analogous to that used in several other programming languages (Fortran, Algol,
PL/I, etc.); then the other features will be mentioned.
There are three variants of this form that differ only in their terminating conditions.
They are:
for variable: initial value step increment thru limit do body
for variable: initial value step increment while condition do body
for variable: initial value step increment unless condition do body
(Alternatively, the step may be given after the termination condition or limit.)
initial value, increment, limit, and body can be any expressions. If the increment is
1 then "step 1" may be omitted.
The execution of the do statement proceeds by first assigning the initial value to the
variable (henceforth called the control-variable). Then: (1) If the control-variable has
exceeded the limit of a thru specification, or if the condition of the unless is true,
or if the condition of the while is false then the do terminates. (2) The body is
evaluated. (3) The increment is added to the control-variable. The process from (1)
to (3) is performed repeatedly until the termination condition is satisfied. One may
also give several termination conditions in which case the do terminates when any of
them is satisfied.
In general the thru test is satisfied when the control-variable is greater than the limit
if the increment was non-negative, or when the control-variable is less than the limit
if the increment was negative. The increment and limit may be non-numeric expres-
sions as long as this inequality can be determined. However, unless the increment
is syntactically negative (e.g. is a negative number) at the time the do statement
is input, Maxima assumes it will be positive when the do is executed. If it is not
positive, then the do may not terminate properly.
Note that the limit, increment, and termination condition are evaluated each time
through the loop. Thus if any of these involve much computation, and yield a result
that does not change during all the executions of the body, then it is more efficient
to set a variable to their value prior to the do and use this variable in the do form.
The value normally returned by a do statement is the atom done. However, the
function return may be used inside the body to exit the do prematurely and give it
any desired value. Note however that a return within a do that occurs in a block
will exit only the do and not the block. Note also that the go function may not be
used to exit from a do into a surrounding block.
The control-variable is always local to the do and thus any variable may be used
without affecting the value of a variable with the same name outside of the do. The
control-variable is unbound after the do terminates.
(%i1) for a:-3 thru 26 step 7 do display(a)$
a = - 3
a = 4
Chapter 40: Program Flow 507
a = 11
a = 18
a = 25
(%i1) s: 0$
(%i2) for i: 1 while i <= 10 do s: s+i;
(%o2) done
(%i3) s;
(%o3) 55
Note that the condition while i <= 10 is equivalent to unless i > 10 and also thru
10.
(%i1) series: 1$
(%i2) term: exp (sin (x))$
(%i3) for p: 1 unless p > 7 do
(term: diff (term, x)/p,
series: series + subst (x=0, term)*x^p)$
(%i4) series;
7 6 5 4 2
x x x x x
(%o4) -- - --- - -- - -- + -- + x + 1
90 240 15 8 2
which gives 8 terms of the Taylor series for e^sin(x).
(%i1) poly: 0$
(%i2) for i: 1 thru 5 do
for j: i step -1 thru 1 do
poly: poly + i*x^j$
(%i3) poly;
5 4 3 2
(%o3) 5 x + 9 x + 12 x + 14 x + 15 x
(%i4) guess: -3.0$
(%i5) for i: 1 thru 10 do
(guess: subst (guess, x, 0.5*(x + 10/x)),
if abs (guess^2 - 10) < 0.00005 then return (guess));
(%o5) - 3.162280701754386
This example computes the negative square root of 10 using the Newton- Raphson
iteration a maximum of 10 times. Had the convergence criterion not been met the
value returned would have been done.
Instead of always adding a quantity to the control-variable one may sometimes wish
to change it in some other way for each iteration. In this case one may use next
expression instead of step increment. This will cause the control-variable to be set
to the result of evaluating expression each time through the loop.
(%i6) for count: 2 next 3*count thru 20 do display (count)$
count = 2
count = 6
508 Maxima Manual
count = 18
As an alternative to for variable: value ...do... the syntax for variable from
value ...do... may be used. This permits the from value to be placed after the
step or next value or after the termination condition. If from value is omitted then
1 is used as the initial value.
Sometimes one may be interested in performing an iteration where the control-variable
is never actually used. It is thus permissible to give only the termination conditions
omitting the initialization and updating information as in the following example to
compute the square-root of 5 using a poor initial guess.
(%i1) x: 1000$
(%i2) thru 20 do x: 0.5*(x + 5.0/x)$
(%i3) x;
(%o3) 2.23606797749979
(%i4) sqrt(5), numer;
(%o4) 2.23606797749979
If it is desired one may even omit the termination conditions entirely and just give do
body which will continue to evaluate the body indefinitely. In this case the function
return should be used to terminate execution of the do.
(%i1) newton (f, x):= ([y, df, dfx], df: diff (f (x), x),
do (y: ev(df), x: x - f(x)/y,
if abs (f (x)) < 5e-6 then return (x)))$
(%i2) sqr (x) := x^2 - 5.0$
(%i3) newton (sqr, 1000);
(%o3) 2.236068027062195
(Note that return, when executed, causes the current value of x to be returned as
the value of the do. The block is exited and this value of the do is returned as the
value of the block because the do is the last statement in the block.)
One other form of the do is available in Maxima. The syntax is:
for variable in list end tests do body
The elements of list are any expressions which will successively be assigned to the
variable on each iteration of the body. The optional termination tests end tests can
be used to terminate execution of the do; otherwise it will terminate when the list
is exhausted or when a return is executed in the body. (In fact, list may be any
non-atomic expression, and successive parts are taken.)
(%i1) for f in [log, rho, atan] do ldisp(f(1))$
(%t1) 0
(%t2) rho(1)
%pi
(%t3) ---
4
(%i4) ev(%t3,numer);
(%o4) 0.78539816
Chapter 40: Program Flow 509
errormsg () Function
Reprints the most recent error message. The variable error holds the message, and
errormsg formats and prints it.
go (tag) Function
is used within a block to transfer control to the statement of the block which is tagged
with the argument to go. To tag a statement, precede it by an atomic argument as
another statement in the block. For example:
block ([x], x:1, loop, x+1, ..., go(loop), ...)
The argument to go must be the name of a tag appearing in the same block. One
cannot use go to transfer to tag in a block other than the one containing the go.
if Special operator
Represents conditional evaluation. Various forms of if expressions are recognized.
if cond 1 then expr 1 else expr 0 evaluates to expr 1 if cond 1 evaluates to true,
otherwise the expression evaluates to expr 0.
if cond 1 then expr 1 elseif cond 2 then expr 2 elseif ... else expr 0
evaluates to expr k if cond k is true and all preceding conditions are false. If none
of the conditions are true, the expression evaluates to expr_0.
A trailing else false is assumed if else is missing. That is, if cond 1 then expr 1
is equivalent to if cond 1 then expr 1 else false, and if cond 1 then expr 1
elseif ... elseif cond n then expr n is equivalent to if cond 1 then expr 1
elseif ... elseif cond n then expr n else false.
510 Maxima Manual
The alternatives expr 0, ..., expr n may be any Maxima expressions, including nested
if expressions. The alternatives are neither simplified nor evaluated unless the cor-
responding condition is true.
The conditions cond 1, ..., cond n are expressions which potentially or actually evalu-
ate to true or false. When a condition does not actually evaluate to true or false,
the behavior of if is governed by the global flag prederror. When prederror is
true, it is an error if any evaluated condition does not evaluate to true or false.
Otherwise, conditions which do not evaluate to true or false are accepted, and the
result is a conditional expression.
Among other elements, conditions may comprise relational and logical operators as
follows.
Operation Symbol Type
matrix. Each element of that matrix is a list, and each element of each list is a
matrix.
(%i1) arg_1 : matrix ([a, b], [c, d]);
[ a b ]
(%o1) [ ]
[ c d ]
(%i2) arg_2 : [11, 22];
(%o2) [11, 22]
(%i3) arg_3 : matrix ([xx, yy]);
(%o3) [ xx yy ]
(%i4) xx_0 : outermap(lambda([x, y, z], x / y + z), arg_1,
arg_2, arg_3);
[ [ a a ] [ a a ] ]
[ [[ xx + -- yy + -- ], [ xx + -- yy + -- ]] ]
[ [ 11 11 ] [ 22 22 ] ]
(%o4) Col 1 = [ ]
[ [ c c ] [ c c ] ]
[ [[ xx + -- yy + -- ], [ xx + -- yy + -- ]] ]
[ [ 11 11 ] [ 22 22 ] ]
[ [ b b ] [ b b ] ]
[ [[ xx + -- yy + -- ], [ xx + -- yy + -- ]] ]
[ [ 11 11 ] [ 22 22 ] ]
Col 2 = [ ]
[ [ d d ] [ d d ] ]
[ [[ xx + -- yy + -- ], [ xx + -- yy + -- ]] ]
[ [ 11 11 ] [ 22 22 ] ]
(%i5) xx_1 : xx_0 [1][1];
[ a a ] [ a a ]
(%o5) [[ xx + -- yy + -- ], [ xx + -- yy + -- ]]
[ 11 11 ] [ 22 22 ]
(%i6) xx_2 : xx_0 [1][1] [1];
[ a a ]
(%o6) [ xx + -- yy + -- ]
[ 11 11 ]
(%i7) xx_3 : xx_0 [1][1] [1] [1][1];
a
(%o7) xx + --
11
(%i8) [op (arg_1), op (arg_2), op (arg_3)];
(%o8) [matrix, [, matrix]
(%i9) [op (xx_0), op (xx_1), op (xx_2)];
(%o9) [matrix, [, matrix]
outermap preserves the structure of the arguments in the return value, while
cartesian_product does not.
(%i1) outermap (F, [a, b, c], [1, 2, 3]);
(%o1) [[F(a, 1), F(a, 2), F(a, 3)], [F(b, 1), F(b, 2), F(b, 3)],
[F(c, 1), F(c, 2), F(c, 3)]]
(%i2) setify (flatten (%));
Chapter 40: Program Flow 515
(%o2) {F(a, 1), F(a, 2), F(a, 3), F(b, 1), F(b, 2), F(b, 3),
F(c, 1), F(c, 2), F(c, 3)}
(%i3) map(lambda([L], apply(F, L)),
cartesian_product({a, b, c}, {1, 2, 3}));
(%o3) {F(a, 1), F(a, 2), F(a, 3), F(b, 1), F(b, 2), F(b, 3),
F(c, 1), F(c, 2), F(c, 3)}
(%i4) is (equal (%, %th (2)));
(%o4) true
516 Maxima Manual
Chapter 41: Debugging 517
41 Debugging
(%o1) /tmp/foobar.mac
(%o2) 1094
The file /tmp/foobar.mac is the following:
foo(y) := block ([u:y^2],
u: u+3,
u: u^2,
u);
bar(x,y) := (
x: x+2,
y: y+2,
x: foo(y),
x+y);
USE OF THE DEBUGGER THROUGH EMACS
If the user is running the code under GNU emacs in a shell window (dbl shell), or is
running the graphical interface version, Xmaxima, then if he stops at a break point, he will
see his current position in the source file which will be displayed in the other half of the
window, either highlighted in red, or with a little arrow pointing at the right line. He can
advance single lines at a time by typing M-n (Alt-n).
Under Emacs you should run in a dbl shell, which requires the dbl.el file in the elisp
directory. Make sure you install the elisp files or add the Maxima elisp directory to your
path: e.g., add the following to your .emacs file or the site-init.el
(setq load-path (cons "/usr/share/maxima/5.9.1/emacs" load-path))
(autoload dbl "dbl")
then in emacs
M-x dbl
should start a shell window in which you can run programs, for example Maxima, gcl,
gdb etc. This shell window also knows about source level debugging, and display of source
code in the other window.
The user may set a break point at a certain line of the file by typing C-x space. This
figures out which function the cursor is in, and then it sees which line of that function the
cursor is on. If the cursor is on, say, line 2 of foo, then it will insert in the other window
the command, :br foo 2, to break foo at its second line. To have this enabled, the
user must have maxima-mode.el turned on in the window in which the file foobar.mac is
visiting. There are additional commands available in that file window, such as evaluating
the function into the Maxima, by typing Alt-Control-x.
The number of arguments taken depends on the particular command. Also, you need
not type the whole command, just enough to be unique among the break keywords. Thus
:br would suffice for :break.
The keyword commands are listed below.
:break F n
Set a breakpoint in function F at line offset n from the beginning of the function.
If F is given as a string, then it is assumed to be a file, and n is the offset from
the beginning of the file. The offset is optional. If not given, it is assumed to
be zero (first line of the function or file).
:bt Print a backtrace of the stack frames
:continue
Continue the computation
:delete Delete the specified breakpoints, or all if none are specified
:disable Disable the specified breakpoints, or all if none are specified
:enable Enable the specified breakpoints, or all if none are specified
:frame n Print stack frame n, or the current frame if none is specified
:help Print help on a debugger command, or all commands if none is specified
:info Print information about item
:lisp some-form
Evaluate some-form as a Lisp form
:lisp-quiet some-form
Evaluate Lisp form some-form without any output
:next Like :step, except :next steps over function calls
:quit Quit the current debugger level without completing the computation
:resume Continue the computation
:step Continue the computation until it reaches a new source line
:top Return to the Maxima prompt (from any debugger level) without completing
the computation
elapsed per function call, the number of calls, and the total time elapsed. untimer
removes functions from the list of timed functions.
timer quotes its arguments. f(x) := x^2$ g:f$ timer(g)$ does not put f on the
timer list.
If trace(f) is in effect, then timer(f) has no effect; trace and timer cannot both
be in effect at the same time.
See also timer_devalue.
trace(all) puts all user-defined functions (as named by the global variable
functions) on the list of functions to be traced.
With no arguments, trace returns a list of all the functions currently being traced.
The untrace function disables tracing. See also trace_options.
trace quotes its arguments. Thus, f(x) := x^2$ g:f$ trace(g)$ does not put f on
the trace list.
When a function is redefined, it is removed from the timer list. Thus after timer(f)$
f(x) := x^2$, function f is no longer on the timer list.
If timer (f) is in effect, then trace (f) has no effect; trace and timer cant both
be in effect for the same function.
(%i4) ff(3);
Here is the same function, with the break option conditional on a predicate:
Chapter 41: Debugging 523
(%i7) ff(6);
42 augmented lagrangian
43 bode
44 contrib ode
(%i2) eqn:x*diff(y,x)^2-(1+x*y)*diff(y,x)+y=0;
dy 2 dy
(%o2) x (--) - (x y + 1) -- + y = 0
dx dx
(%i3) contrib_ode(eqn,y,x);
x
(%o3) [y = log(x) + %c, y = %c %e ]
(%i4) method;
(%o4) factor
Nonlinear ODEs can have singular solutions without constants of integration, as in the
second solution of the following example:
(%i1) load(contrib_ode)$
530 Maxima Manual
(%i2) eqn:diff(y,x)^2+x*diff(y,x)-y=0;
dy 2 dy
(%o2) (--) + x -- - y = 0
dx dx
(%i3) contrib_ode(eqn,y,x);
2
2 x
(%o3) [y = %c x + %c , y = - --]
4
(%i4) method;
(%o4) clairault
The following ODE has two parametric solutions in terms of the dummy variable %t. In
this case the parametric solutions can be manipulated to give explicit solutions.
(%i1) load(contrib_ode)$
(%i2) eqn:diff(y,x)=(x+y)^2;
dy 2
(%o2) -- = (y + x)
dx
(%i3) contrib_ode(eqn,y,x);
(%o4) lagrange
The following example (Kamke 1.112) demonstrates an implicit solution.
(%i1) load(contrib_ode)$
(%i2) assume(x>0,y>0);
dy 2 2
(%o3) x -- - x sqrt(y + x ) - y
dx
(%i4) contrib_ode(eqn,y,x);
y
(%o4) [x - asinh(-) = %c]
x
(%i5) method;
Chapter 44: contrib ode 531
(%o5) lie
The following Riccati equation is transformed into a linear second order ODE in the
variable %u. Maxima is unable to solve the new ODE, so it is returned unevaluated.
(%i1) load(contrib_ode)$
(%i2) eqn:x^2*diff(y,x)=a+b*x^n+c*x^2*y^2;
2 dy 2 2 n
(%o2) x -- = c x y + b x + a
dx
(%i3) contrib_ode(eqn,y,x);
d%u
--- 2
dx 2 n - 2 a d %u
(%o3) [[y = - ----, %u c (b x + --) + ---- c = 0]]
%u c 2 2
x dx
(%i4) method;
(%o4) riccati
For first order ODEs contrib_ode calls ode2. It then tries the following methods: fac-
torization, Clairault, Lagrange, Riccati, Abel and Lie symmetry methods. The Lie method
is not attempted on Abel equations if the Abel method fails, but it is tried if the Riccati
method returns an unsolved second order ODE.
For second order ODEs contrib_ode calls ode2 then odelin.
Extensive debugging traces and messages are displayed if the command put(contrib_
ode,true,verbose) is executed.
(%i2) odelin(x*(x+1)*diff(y,x,2)+(x+5)*diff(y,x,1)+(-4)*y,y,x);
...trying factor method
532 Maxima Manual
(%i2) eqn:diff(y,x,2)+(a*x+b)*y;
2
d y
(%o2) --- + (a x + b) y
2
dx
(%i3) ans:[y = bessel_y(1/3,2*(a*x+b)^(3/2)/(3*a))*%k2*sqrt(a*x+b)
+bessel_j(1/3,2*(a*x+b)^(3/2)/(3*a))*%k1*sqrt(a*x+b)];
3/2
1 2 (a x + b)
(%o3) [y = bessel_y(-, --------------) %k2 sqrt(a x + b)
3 3 a
3/2
1 2 (a x + b)
+ bessel_j(-, --------------) %k1 sqrt(a x + b)]
3 3 a
(%i4) ode_check(eqn,ans[1]);
(%o4) 0
%c Variable
%c is the integration constant for first order ODEs.
Chapter 44: contrib ode 533
%k1 Variable
%k1 is the first integration constant for second order ODEs.
%k2 Variable
%k2 is the second integration constant for second order ODEs.
45 descriptive
[ 14.71 16.88 ]
[ ]
[ 18.5 16.88 ]
(%o1) [ ]
[ 10.58 6.63 ]
[ ]
[ 13.33 13.25 ]
[ ]
[ 13.21 8.12 ]
In this case, the number of columns equals the random variable dimension and the
number of rows is the sample size.
Data can be introduced by hand, but big samples are usually stored in plain text files.
For example, file pidigits.data contains the first 100 digits of number %pi:
3
1
4
1
5
9
2
6
5
3 ...
In order to load these digits in Maxima,
(%i1) s1 : read_list (file_search ("pidigits.data"))$
(%i2) length (s1);
(%o2) 100
On the other hand, file wind.data contains daily average wind speeds at 5 meteorological
stations in the Republic of Ireland (This is part of a data set taken at 12 meteorological
stations. The original file is freely downloadable from the StatLib Data Repository and its
analysis is discused in Haslett, J., Raftery, A. E. (1989) Space-time Modelling with Long-
memory Dependence: Assessing Irelands Wind Power Resource, with Discussion. Applied
Statistics 38, 1-50). This loads the data:
(%i1) s2 : read_matrix (file_search ("wind.data"))$
(%i2) length (s2);
(%o2) 100
(%i3) s2 [%]; /* last record */
(%o3) [3.58, 6.0, 4.58, 7.62, 11.25]
Some samples contain non numeric data. As an example, file biomed.data (which is
part of another bigger one downloaded from the StatLib Data Repository) contains four
blood measures taken from two groups of patients, A and B, of different ages,
(%i1) s3 : read_matrix (file_search ("biomed.data"))$
(%i2) length (s3);
(%o2) 100
(%i3) s3 [1]; /* first record */
(%o3) [A, 30, 167.0, 89.0, 25.6, 364]
Chapter 45: descriptive 539
The first individual belongs to group A, is 30 years old and his/her blood measures were
167.0, 89.0, 25.6 and 364.
One must take care when working with categorical data. In the next example, symbol a
is asigned a value in some previous moment and then a sample with categorical value a is
taken,
(%i1) a : 1$
(%i2) matrix ([a, 3], [b, 5]);
[ 1 3 ]
(%o2) [ ]
[ b 5 ]
These are multivariate records in which the wind speed in the first meteorological
station were greater than 18. See that in the lambda expression the i-th component
is refered to as v[i].
(%i1) load (descriptive)$
(%i2) s2 : read_matrix (file_search ("wind.data"))$
(%i3) subsample (s2, lambda([v], v[1] > 18));
[ 19.38 15.37 15.12 23.09 25.25 ]
[ ]
[ 18.29 18.66 19.08 26.08 27.63 ]
(%o3) [ ]
[ 20.25 21.46 19.95 27.71 23.38 ]
[ ]
[ 18.79 18.96 14.46 26.38 21.84 ]
In the following example, we request only the first, second and fifth components of
those records with wind speeds greater or equal than 16 in station number 1 and less
than 25 knots in station number 4. The sample contains only data from stations 1, 2
and 5. In this case, the predicate function is defined as an ordinary Maxima function.
(%i1) load (descriptive)$
(%i2) s2 : read_matrix (file_search ("wind.data"))$
(%i3) g(x):= x[1] >= 16 and x[4] < 25$
(%i4) subsample (s2, g, 1, 2, 5);
[ 19.38 15.37 25.25 ]
[ ]
[ 17.33 14.67 19.58 ]
(%o4) [ ]
[ 16.92 13.21 21.21 ]
[ ]
[ 17.25 18.46 23.87 ]
Here is an example with the categorical variables of biomed.data. We want the
records corresponding to those patients in group B who are older than 38 years.
(%i1) load (descriptive)$
(%i2) s3 : read_matrix (file_search ("biomed.data"))$
(%i3) h(u):= u[1] = B and u[2] > 38 $
(%i4) subsample (s3, h);
[ B 39 28.0 102.3 17.1 146 ]
[ ]
[ B 39 21.0 92.4 10.3 197 ]
[ ]
[ B 39 23.0 111.5 10.0 133 ]
[ ]
[ B 39 26.0 92.6 12.3 196 ]
(%o4) [ ]
[ B 39 25.0 98.7 10.0 174 ]
[ ]
[ B 39 21.0 93.2 5.9 181 ]
[ ]
[ B 39 18.0 95.0 11.3 66 ]
[ ]
Chapter 45: descriptive 541
Example:
(%i1) load (descriptive)$
(%i2) s1 : read_list (file_search ("pidigits.data"))$
(%i3) noncentral_moment (s1, 1), numer; /* the mean */
(%o3) 4.71
(%i4) s2 : read_matrix (file_search ("wind.data"))$
(%i5) noncentral_moment (s2, 5);
(%o5) [319793.8724761506, 320532.1923892463, 391249.5621381556,
2502278.205988911, 1691881.797742255]
See also function central_moment.
544 Maxima Manual
Example:
(%i1) load (descriptive)$
(%i2) s1 : read_list (file_search ("pidigits.data"))$
(%i3) central_moment (s1, 2), numer; /* the variance */
(%o3) 8.425899999999999
(%i4) s2 : read_matrix (file_search ("wind.data"))$
(%i5) central_moment (s2, 3);
(%o5) [11.29584771375004, 16.97988248298583, 5.626661952750102,
37.5986572057918, 25.85981904394192]
See also functions central_moment and mean.
cv (list) Function
cv (matrix) Function
The variation coefficient is the quotient between the sample standard deviation (std)
and the mean,
(%i1) load (descriptive)$
(%i2) s1 : read_list (file_search ("pidigits.data"))$
(%i3) cv (s1), numer;
(%o3) .6193977819764815
(%i4) s2 : read_matrix (file_search ("wind.data"))$
(%i5) cv (s2);
(%o5) [.4192426091090204, .3829365309260502, 0.363779605385983,
.3627381836021478, .3346021393989506]
See also functions std and mean.
(%o3) -
2
(%i4) s2 : read_matrix (file_search ("wind.data"))$
(%i5) median (s2);
(%o5) [10.06, 9.855, 10.73, 15.48, 14.105]
The median is the 1/2-quantile.
See also function quantile.
n
1X
|xi x
|
n i=1
Example:
(%i1) load (descriptive)$
(%i2) s1 : read_list (file_search ("pidigits.data"))$
(%i3) mean_deviation (s1);
51
(%o3) --
20
(%i4) s2 : read_matrix (file_search ("wind.data"))$
(%i5) mean_deviation (s2);
(%o5) [3.287959999999999, 3.075342, 3.23907, 4.715664000000001,
4.028546000000002]
See also function mean.
Chapter 45: descriptive 547
Example:
(%i1) load (descriptive)$
(%i2) y : [5, 7, 2, 5, 9, 5, 6, 4, 9, 2, 4, 2, 5]$
(%i3) harmonic_mean (y), numer;
(%o3) 3.901858027632205
(%i4) s2 : read_matrix (file_search ("wind.data"))$
(%i5) harmonic_mean (s2);
(%o5) [6.948015590052786, 7.391967752360356, 9.055658197151745,
13.44199028193692, 13.01439145898509]
See also functions mean and geometric_mean.
n
! n1
Y
xi
i=1
Example:
548 Maxima Manual
Example:
(%i1) load (descriptive)$
(%i2) s1 : read_list (file_search ("pidigits.data"))$
(%i3) kurtosis (s1), numer;
(%o3) - 1.273247946514421
(%i4) s2 : read_matrix (file_search ("wind.data"))$
(%i5) kurtosis (s2);
(%o5) [- .2715445622195385, 0.119998784429451,
- .4275233490482866, - .6405361979019522, - .4952382132352935]
See also functions mean, var and skewness.
Example:
(%i1) load (descriptive)$
(%i2) s1 : read_list (file_search ("pidigits.data"))$
(%i3) skewness (s1), numer;
(%o3) .009196180476450306
(%i4) s2 : read_matrix (file_search ("wind.data"))$
(%i5) skewness (s2);
(%o5) [.1580509020000979, .2926379232061854, .09242174416107717,
.2059984348148687, .2142520248890832]
See also functions mean, var and kurtosis.
Chapter 45: descriptive 549
S11 = sij
i,j=1,2,...,p
1
Ri2 = 1
sii sii
being an indicator of the goodness of fit of the linear multivariate regression
model on Xi when the rest of variables are used as regressors.
partial correlation matrix: with element (i, j) being
sij
rij.rest =
sii sjj
Example:
(%i1) load (descriptive)$
(%i2) s2 : read_matrix (file_search ("wind.data"))$
(%i3) z : list_correlations (s2)$
(%i4) fpprintprec : 5$ /* for pretty output */
(%i5) z[1]; /* precision matrix */
[ .38486 - .13856 - .15626 - .10239 .031179 ]
[ ]
[ - .13856 .34107 - .15233 .038447 - .052842 ]
[ ]
(%o5) [ - .15626 - .15233 .47296 - .024816 - .10054 ]
[ ]
[ - .10239 .038447 - .024816 .10937 - .034033 ]
[ ]
[ .031179 - .052842 - .10054 - .034033 .14834 ]
(%i6) z[2]; /* multiple correlation vector */
(%o6) [.85063, .80634, .86474, .71867, .72675]
Chapter 45: descriptive 553
ytics = none,
title = "Digit frequencies in pi")$
See also function barsplot.
46 diag
(%i2) a1:matrix([1,2,3],[0,4,5],[0,0,6])$
(%i3) a2:matrix([1,1],[1,0])$
(%i4) diag([a1,x,a2]);
[ 1 2 3 0 0 0 ]
[ ]
[ 0 4 5 0 0 0 ]
[ ]
[ 0 0 6 0 0 0 ]
(%o4) [ ]
[ 0 0 0 x 0 0 ]
[ ]
[ 0 0 0 0 1 1 ]
[ ]
[ 0 0 0 0 1 0 ]
To use this function write first load("diag").
JF (lambda,n) Function
Returns the Jordan cell of order n with eigenvalue lambda.
Example:
(%i1) load("diag")$
(%i2) JF(2,5);
[ 2 1 0 0 0 ]
[ ]
[ 0 2 1 0 0 ]
[ ]
(%o2) [ 0 0 2 1 0 ]
[ ]
[ 0 0 0 2 1 ]
[ ]
[ 0 0 0 0 2 ]
(%i3) JF(3,2);
[ 3 1 ]
558 Maxima Manual
(%o3) [ ]
[ 0 3 ]
To use this function write first load("diag").
(%i3) a:matrix([2,0,0,0,0,0,0,0],
[1,2,0,0,0,0,0,0],
[-4,1,2,0,0,0,0,0],
[2,0,0,2,0,0,0,0],
[-7,2,0,0,2,0,0,0],
[9,0,-2,0,1,2,0,0],
[-34,7,1,-2,-1,1,2,0],
[145,-17,-16,3,9,-2,0,3])$
(%i34) jordan(a);
(%o4) [[2, 3, 3, 1], [3, 1]]
(%i5) dispJordan(%);
[ 2 1 0 0 0 0 0 0 ]
[ ]
[ 0 2 1 0 0 0 0 0 ]
[ ]
[ 0 0 2 0 0 0 0 0 ]
[ ]
[ 0 0 0 2 1 0 0 0 ]
(%o5) [ ]
[ 0 0 0 0 2 1 0 0 ]
[ ]
[ 0 0 0 0 0 2 0 0 ]
[ ]
[ 0 0 0 0 0 0 2 0 ]
[ ]
[ 0 0 0 0 0 0 0 3 ]
To use this function write first load("diag"). See also dispJordan and minimalPoly.
(%i2) b1:matrix([0,0,1,1,1],
Chapter 46: diag 559
[0,0,0,1,1],
[0,0,0,0,1],
[0,0,0,0,0],
[0,0,0,0,0])$
(%i3) jordan(b1);
(%o3) [[0, 3, 2]]
(%i4) dispJordan(%);
[ 0 1 0 0 0 ]
[ ]
[ 0 0 1 0 0 ]
[ ]
(%o4) [ 0 0 0 0 0 ]
[ ]
[ 0 0 0 0 1 ]
[ ]
[ 0 0 0 0 0 ]
To use this function write first load("diag"). See also jordan and minimalPoly.
(%i2) a:matrix([2,1,2,0],
[-2,2,1,2],
[-2,-1,-1,1],
[3,1,2,-1])$
(%i3) jordan(a);
(%o3) [[- 1, 1], [1, 3]]
(%i4) minimalPoly(%);
3
(%o4) (x - 1) (x + 1)
To use this function write first load("diag"). See also jordan and dispJordan.
(%i2) a:matrix([2,1,2,0],
[-2,2,1,2],
[-2,-1,-1,1],
560 Maxima Manual
[3,1,2,-1])$
(%i3) jordan(a);
(%o3) [[- 1, 1], [1, 3]]
(%i4) M: ModeMatrix(a,%);
[ 1 - 1 1 1 ]
[ ]
[ 1 ]
[ - - - 1 0 0 ]
[ 9 ]
[ ]
(%o4) [ 13 ]
[ - -- 1 - 1 0 ]
[ 9 ]
[ ]
[ 17 ]
[ -- - 1 1 1 ]
[ 9 ]
(%i5) is( (M^^-1).a.M = dispJordan(%o3) );
(%o5) true
Note that dispJordan(%o3) is the Jordan form of matrix a.
To use this function write first load("diag"). See also jordan and dispJordan.
(%i3) mat_function(exp,t*b2);
2 - t
t %e - t - t
(%o3) matrix([-------- + t %e + %e ,
2
- t - t - t
2 %e %e - t - t %e
t (- ----- - ----- + %e ) + t (2 %e - -----)
t 2 t
t
Chapter 46: diag 561
- t - t - t
- t - t %e 2 %e %e
+ 2 %e , t (%e - -----) + t (----- - -----)
t 2 t
2 - t - t - t
- t t %e 2 %e %e - t
+ %e ], [- --------, - t (- ----- - ----- + %e ),
2 t 2
t
- t - t 2 - t
2 %e %e t %e - t
- t (----- - -----)], [-------- - t %e ,
2 t 2
- t - t - t
2 %e %e - t - t %e
t (- ----- - ----- + %e ) - t (2 %e - -----),
t 2 t
t
- t - t - t
2 %e %e - t %e
t (----- - -----) - t (%e - -----)])
2 t t
(%i4) ratsimp(%);
[ 2 - t ]
[ (t + 2 t + 2) %e ]
[ -------------------- ]
[ 2 ]
[ ]
[ 2 - t ]
(%o4) Col 1 = [ t %e ]
[ - -------- ]
[ 2 ]
[ ]
[ 2 - t ]
[ (t - 2 t) %e ]
[ ---------------- ]
[ 2 ]
[ 2 - t ]
[ (t + t) %e ]
[ ]
Col 2 = [ 2 - t ]
[ - (t - t - 1) %e ]
[ ]
[ 2 - t ]
[ (t - 3 t) %e ]
[ 2 - t ]
[ t %e ]
[ -------- ]
[ 2 ]
562 Maxima Manual
[ ]
[ 2 - t ]
Col 3 = [ (t - 2 t) %e ]
[ - ---------------- ]
[ 2 ]
[ ]
[ 2 - t ]
[ (t - 4 t + 2) %e ]
[ -------------------- ]
[ 2 ]
Example 2:
(%i5) b1:matrix([0,0,1,1,1],
[0,0,0,1,1],
[0,0,0,0,1],
[0,0,0,0,0],
[0,0,0,0,0])$
(%i6) mat_function(exp,t*b1);
[ 2 ]
[ t ]
[ 1 0 t t -- + t ]
[ 2 ]
[ ]
(%o6) [ 0 1 0 t t ]
[ ]
[ 0 0 1 0 t ]
[ ]
[ 0 0 0 1 0 ]
[ ]
[ 0 0 0 0 1 ]
(%i7) minimalPoly(jordan(b1));
3
(%o7) x
(%i8) ident(5)+t*b1+1/2*(t^2)*b1^^2;
[ 2 ]
[ t ]
[ 1 0 t t -- + t ]
[ 2 ]
[ ]
(%o8) [ 0 1 0 t t ]
[ ]
[ 0 0 1 0 t ]
[ ]
[ 0 0 0 1 0 ]
[ ]
[ 0 0 0 0 1 ]
(%i9) mat_function(exp,%i*t*b1);
[ 2 ]
Chapter 46: diag 563
[ t ]
[ 1 0 %i t %i t %i t - -- ]
[ 2 ]
[ ]
(%o9) [ 0 1 0 %i t %i t ]
[ ]
[ 0 0 1 0 %i t ]
[ ]
[ 0 0 0 1 0 ]
[ ]
[ 0 0 0 0 1 ]
(%i10) mat_function(cos,t*b1)+%i*mat_function(sin,t*b1);
[ 2 ]
[ t ]
[ 1 0 %i t %i t %i t - -- ]
[ 2 ]
[ ]
(%o10) [ 0 1 0 %i t %i t ]
[ ]
[ 0 0 1 0 %i t ]
[ ]
[ 0 0 0 1 0 ]
[ ]
[ 0 0 0 0 1 ]
Example 3:
(%i11) a1:matrix([2,1,0,0,0,0],
[-1,4,0,0,0,0],
[-1,1,2,1,0,0],
[-1,1,-1,4,0,0],
[-1,1,-1,1,3,0],
[-1,1,-1,1,1,2])$
(%i12) fpow(x):=block([k],declare(k,integer),x^k)$
(%i13) mat_function(fpow,a1);
[ k k - 1 ] [ k - 1 ]
[ 3 - k 3 ] [ k 3 ]
[ ] [ ]
[ k - 1 ] [ k k - 1 ]
[ - k 3 ] [ 3 + k 3 ]
[ ] [ ]
[ k - 1 ] [ k - 1 ]
[ - k 3 ] [ k 3 ]
(%o13) Col 1 = [ ] Col 2 = [ ]
[ k - 1 ] [ k - 1 ]
[ - k 3 ] [ k 3 ]
[ ] [ ]
[ k - 1 ] [ k - 1 ]
[ - k 3 ] [ k 3 ]
564 Maxima Manual
[ ] [ ]
[ k - 1 ] [ k - 1 ]
[ - k 3 ] [ k 3 ]
[ 0 ] [ 0 ]
[ ] [ ]
[ 0 ] [ 0 ]
[ ] [ ]
[ k k - 1 ] [ k - 1 ]
[ 3 - k 3 ] [ k 3 ]
[ ] [ ]
Col 3 = [ k - 1 ] Col 4 = [ k k - 1 ]
[ - k 3 ] [ 3 + k 3 ]
[ ] [ ]
[ k - 1 ] [ k - 1 ]
[ - k 3 ] [ k 3 ]
[ ] [ ]
[ k - 1 ] [ k - 1 ]
[ - k 3 ] [ k 3 ]
[ 0 ]
[ ] [ 0 ]
[ 0 ] [ ]
[ ] [ 0 ]
[ 0 ] [ ]
[ ] [ 0 ]
Col 5 = [ 0 ] Col 6 = [ ]
[ ] [ 0 ]
[ k ] [ ]
[ 3 ] [ 0 ]
[ ] [ ]
[ k k ] [ k ]
[ 3 - 2 ] [ 2 ]
To use this function write first load("diag").
Chapter 47: distrib 565
47 distrib
which is a positive real number. The square root of the variance is the standard deviation,
D[X] = sqrt(V [X]), and it is another measure of variation.
The skewness coefficient is a measure of non-symmetry,
R 3
f (x) (x E [X]) dx
SK [X] = 3
D [X]
If X is gaussian, KU [X] = 0. In fact, both skewness and kurtosis are shape parameters
used to measure the nongaussianity of a distribution.
If the random variable X is discrete, the density, or probability, function f (x) takes
positive values within certain countable set of numbers xi , and zero elsewhere. In this case,
the distribution function is X
F (x) = f (xi )
xi x
The mean, variance, standard deviation, skewness coefficient and kurtosis coefficient take
the form X
E [X] = xi f (xi ),
xi
566 Maxima Manual
2
X
V [X] = f (xi ) (xi E [X]) ,
xi
q
D [X] = V [X],
3
f (x) (x E [X]) dx
P
xi
SK [X] = 3
D [X]
and
4
f (x) (x E [X]) dx
P
xi
KU [X] = 4 3,
D [X]
respectively.
Package distrib includes functions for simulating random variates. Some of these func-
tions make use of optional variables indicating the algorithm to be used. The general inverse
method (based on the fact that if u is an uniform random number in (0, 1), then F^(-1)(u)
is a random variate with distribution F ) is implemented in most cases; this is a suboptimal
method in terms of timing, but useful for comparing with other algorithms. In this exam-
ple, the performance of algorithms ahrens_cheng and inverse for simulating chi-square
variates are compared by means of their histograms:
(%i1) load(distrib)$
(%i2) load(descriptive)$
(%i3) showtime: true$
Evaluation took 0.00 seconds (0.00 elapsed) using 32 bytes.
(%i4) random_chi2_algorithm: ahrens_cheng$
histogram(random_chi2(10,500))$
Evaluation took 0.00 seconds (0.00 elapsed) using 40 bytes.
Evaluation took 0.69 seconds (0.71 elapsed) using 5.694 MB.
(%i6) random_chi2_algorithm: inverse$ histogram(random_chi2(10,500))$
Evaluation took 0.00 seconds (0.00 elapsed) using 32 bytes.
Evaluation took 10.15 seconds (10.17 elapsed) using 322.098 MB.
In order to make visual comparisons among algorithms for a discrete variate, function
barsplot of the descriptive package should be used.
Note that some work remains to be done, since these simulating functions are not yet
checked by more rigurous goodness of fit tests.
Please, consult an introductory manual on probability and statistics for more information
about all this mathematical stuff.
There is a naming convention in package distrib. Every function name has two parts,
the first one makes reference to the function or parameter we want to calculate,
Functions:
Density function (pdf_*)
Distribution function (cdf_*)
Quantile (quantile_*)
Mean (mean_*)
Variance (var_*)
Standard deviation (std_*)
Chapter 47: distrib 567
Discrete distributions:
Binomial (*binomial)
Poisson (*poisson)
Bernoulli (*bernoulli)
Geometric (*geometric)
Discrete uniform (*discrete_uniform)
hypergeometric (*hypergeometric)
Negative binomial (*negative_binomial)
For example, pdf_student_t(x,n) is the density function of the Student distribution
with n degrees of freedom, std_pareto(a,b) is the standard deviation of the Pareto dis-
tribution with parameters a and b and kurtosis_poisson(m) is the kurtosis coefficient of
the Poisson distribution with mean m.
In order to make use of package distrib you need first to load it by typing
(%i1) load(distrib)$
For comments, bugs or suggestions, please contact the author at mario AT edu DOT
xunta DOT es.
Z
X=q 2
S
n
x %e
(%o4) ----------------
n/2 n
2 gamma(-)
2
nX
F =
mY
is a F random variable with m and n degrees of freedom, F (m, n).
inverse, based on the general inverse method.
See also random_f.
Chapter 47: distrib 575
(%o2) std_weibull(1, -)
m
(%i3) assume(m>0)$ std_exp(m);
1
(%o4) -
m
%pi 3 sqrt(%pi)
------ - -----------
4 4
(%o4) --------------------
%pi 3/2
(1 - ---)
4
The Bernoulli(p) random variable is equivalent to the Binomial(1, p), therefore when
Maxima has not enough information to get the result, a noun form based on the
binomial standard deviation is returned.
(%i1) load (distrib)$
(%i2) std_bernoulli(p);
(%o2) std_binomial(1, p)
(%i3) assume(0<p,p<1)$ std_bernoulli(p);
(%o4) sqrt(1 - p) sqrt(p)
There are three algorithms implemented for this function, the one to be used can be
selected giving a certain value to the global variable random_geometric_algorithm,
which defaults to bernoulli.
See also random_geometric_algorithm. To make use of this function, write first
load(distrib).
48 draw
(%i1) load(draw)$
(%i2) draw3d(logz = true,
explicit(exp(u^2+v^2),u,-2,2,v,-2,2))$
See also logx and logy.
This option can be used to set the font face to be used by the terminal. Only one
font face and size can be used throughout the plot.
Since this is a global graphics option, its position in the scene description does not
matter.
See also font_size.
Gnuplot doesnt handle fonts by itself, it leaves this task to the support libraries of
the different terminals, each one with its own philosophy about it. A brief summary
follows:
x11 : Uses the normal x11 font server mechanism.
Example:
(%i1) load(draw)$
(%i2) draw2d(font = "Arial",
font_size = 20,
label(["Arial font, size 20",1,1]))$
windows: The windows terminal doesnt support changing of fonts from inside
the plot. Once the plot has been generated, the font can be changed right-clicking
on the menu of the graph window.
png, jpeg, gif : The libgd library uses the font path stored in the environment
variable GDFONTPATH; in this case, it is only necessary to set option font to the
fonts name. It is also possible to give the complete path to the font file.
Examples:
Option font can be given the complete path to the font file:
(%i1) load(draw)$
(%i2) path: "/usr/share/fonts/truetype/freefont/" $
(%i3) file: "FreeSerifBoldItalic.ttf" $
(%i4) draw2d(
font = concat(path, file),
font_size = 20,
color = red,
label(["FreeSerifBoldItalic font, size 20",1,1]),
terminal = png)$
If environment variable GDFONTPATH is set to the path where font files are allo-
cated, it is possible to set graphic option font to the name of the font.
(%i1) load(draw)$
(%i2) draw2d(
font = "FreeSerifBoldItalic",
font_size = 20,
color = red,
label(["FreeSerifBoldItalic font, size 20",1,1]),
terminal = png)$
Postscript: Standard Postscript fonts are: "Times-Roman", "Times-Italic",
"Times-Bold", "Times-BoldItalic", "Helvetica", "Helvetica-Oblique",
"Helvetica-Bold", "Helvetic-BoldOblique", "Courier", "Courier-
Oblique", "Courier-Bold", and "Courier-BoldOblique".
Example:
Chapter 48: draw 605
(%i1) load(draw)$
(%i2) draw2d(
font = "Courier-Oblique",
font_size = 15,
label(["Courier-Oblique font, size 15",1,1]),
terminal = eps)$
wxt: The pango library finds fonts via the fontconfig utility.
aqua: Default is "Times-Roman".
The gnuplot documentation is an important source of information about terminals
and fonts.
Since this is a global graphics option, its position in the scene description does not
matter.
Example:
(%i1) load(draw)$
(%i2) draw2d(xlabel = "Time",
explicit(exp(u),u,-2,2),
ylabel = "Population")$
See also ylabel, and zlabel.
(%i1) load(draw)$
(%i2) draw2d(explicit(x^3,x,-1,1),
xaxis = true,
xaxis_color = blue)$
See also xaxis_width, xaxis_type and xaxis_color.
(%i1) load(draw)$
(%i2) draw2d(explicit(x^3,x,-1,1),
yaxis = true,
yaxis_color = red)$
See also yaxis, yaxis_width and yaxis_type.
(%i1) load(draw)$
(%i2) draw2d(axis_left = false,
explicit(x^3,x,-1,1))$
See also axis_bottom, axis_top, axis_right, and axis_3d.
0: 0 1: 0.5 2: 1
3: x 4: x^2 5: x^3
6: x^4 7: sqrt(x) 8: sqrt(sqrt(x))
9: sin(90x) 10: cos(90x) 11: |x-0.5|
12: (2x-1)^2 13: sin(180x) 14: |cos(180x)|
15: sin(360x) 16: cos(360x) 17: |sin(360x)|
18: |cos(360x)| 19: |sin(720x)| 20: |cos(720x)|
21: 3x 22: 3x-1 23: 3x-2
24: |3x-1| 25: |3x-2| 26: (3x-1)/2
27: (3x-2)/2 28: |(3x-1)/2| 29: |(3x-2)/2|
30: x/0.32-0.78125 31: 2*x-0.84 32: 4x;1;-2x+1.84;x/0.08-11.5
33: |2*x - 0.5| 34: 2*x 35: 2*x - 0.5
36: 2*x - 1
negative numbers mean negative colour component.
palette = gray and palette = color are short cuts for palette = [3,3,3] and
palette = [7,5,15], respectively.
Since this is a global graphics option, its position in the scene description does not
matter.
Examples:
(%i1) load(draw)$
(%i2) im: apply(
matrix,
makelist(makelist(random(200),i,1,30),i,1,30))$
(%i3) /* palette = color, default */
draw2d(image(im,0,0,30,30))$
(%i4) draw2d(palette = gray, image(im,0,0,30,30))$
(%i5) draw2d(palette = [15,20,-4],
colorbox=false,
image(im,0,0,30,30))$
See also colorbox.
If enhanced3d is true, surfaces are colored in 3d plots; in other words, it sets Gnu-
plots pm3d mode.
See option palette to learn how palettes are specified.
Example:
(%i1) load(draw)$
(%i2) draw3d(surface_hide = true,
enhanced3d = true,
palette = gray,
explicit(20*exp(-x^2-y^2)-10,x,-3,3,y,-3,3))$
point_type = filled_diamant,
points([[1,4],[5,4],[9,4]]),
point_type = 5,
points([[1,5],[5,5],[9,5]]),
point_type = 6,
points([[1,6],[5,6],[9,6]]),
point_type = filled_circle,
points([[1,7],[5,7],[9,7]]),
point_type = 8,
points([[1,8],[5,8],[9,8]]),
point_type = filled_diamant,
points([[1,9],[5,9],[9,9]]) )$
head_angle = 30,
vector([3,1],[0,6]),
head_angle = 40,
vector([4,1],[0,6]),
head_angle = 60,
vector([5,1],[0,6]),
head_angle = 90,
vector([6,1],[0,6]),
head_angle = 120,
vector([7,1],[0,6]),
head_angle = 160,
vector([8,1],[0,6]),
head_angle = 180,
vector([9,1],[0,6]) )$
See also head_both, head_length, and head_type.
color = red,
vector([0,3],[5,2]))$
(%i1) load(draw)$
(%i2) draw3d(xu_grid = 10,
yv_grid = 50,
explicit(x^2+y^2,x,-3,3,y,-3,3) )$
See also xu_grid.
graphic objects placed on its right. Some graphic options affect the global appearence
of the scene.
This is the list of graphic objects available for scenes in three dimensions: points,
label, vector, explicit, implicit, parametric, parametric_surface and
geomap.
See also the following global graphic options: xrange, yrange, zrange, logx,
logy, logz, terminal, grid, title, xlabel, ylabel, zlabel, xtics, ytics,
ztics, xtics_rotate, ytics_rotate, ztics_rotate, xtics_axis, ytics_axis,
ztics_axis, xaxis, yaxis, zaxis, xaxis_width, yaxis_width, zaxis_width,
xaxis_type, yaxis_type, zaxis_type, xaxis_color, yaxis_color, zaxis_color,
xy_file, user_preamble, axis_bottom, axis_left, axis_top, file_name,
pic_width, pic_height, eps_width, eps_height, axis_right, rot_vertical,
rot_horizontal, axis_3d, xu_grid, yv_grid, surface_hide, contour,
contour_levels, palette, colorbox and enhanced3d.
To make use of this function, write first load(draw).
(%i1) load(draw)$
(%i2) draw2d(
points_joined = impulses,
line_width = 2,
color = red,
points(makelist([random(20),random(50)],k,1,10)))$
3D
points ([[x1,y1,z1], [x2,y2,z2],...]) or points ([x1,x2,...],
[y1,y2,...], [z1,z2,...]) plots points [x1,y1,z1], [x2,y2,z2], etc. If matrix is
a three-column or three-row matrix, points (matrix) draws the associated points.
Examples:
One tridimensional sample,
(%i1) load(draw)$
(%i2) load (numericalio)$
(%i3) s2 : read_matrix (file_search ("wind.data"))$
(%i4) draw3d(title = "Daily average wind speeds",
point_size = 2,
points(args(submatrix (s2, 4, 5))) )$
Two tridimensional samples,
(%i1) load(draw)$
(%i2) load (numericalio)$
(%i3) s2 : read_matrix (file_search ("wind.data"))$
(%i4) draw3d(
title = "Daily average wind speeds. Two data sets",
point_size = 2,
key = "Sample from stations 1, 2 and 3",
points(args(submatrix (s2, 4, 5))),
point_type = 4,
key = "Sample from stations 1, 4 and 5",
points(args(submatrix (s2, 2, 3))) )$
fill_color = yellow,
polygon([[5,2],[9,2],[7,5]]) )$
color = red,
label(["UP 1",-2,0,3], ["UP 2",1.5,0,4]),
color = blue,
label(["DOWN 1",2,0,-3]) )$
explicit(x^2,x,-3,3) )$
(%i3) draw2d(fill_color = brown,
filled_func = true,
explicit(x^2,x,-3,3) )$
3D
explicit(fcn,var1,minval1,maxval1,var2,minval2,maxval2) plots explicit
function fcn, with variable var1 taking values from minval1 to maxval1 and variable
var2 taking values from minval2 to maxval2.
This object is affected by the following graphic options: xu_grid, yv_grid, line_
type, key and color.
Example:
(%i1) load(draw)$
(%i2) draw3d(key = "Gauss",
color = "#a02c00",
explicit(20*exp(-x^2-y^2)-10,x,-3,3,y,-3,3),
yv_grid = 10,
color = blue,
key = "Plane",
explicit(x+y,x,-5,5,y,-5,5),
surface_hide = true)$
See also filled_func for filled functions.
taking values from ymin to ymax and variable z taking values from zmin to zmax.
This object implements the marching cubes algorithm.
This object is affected by the following graphic options: x_voxel, y_voxel, z_voxel,
line_width, line_type, key and color.
Example:
(%i1) load(draw)$
(%i2) draw3d(
color=blue,
implicit((x^2+y^2+z^2-1)*(x^2+(y-1.5)^2+z^2-0.5)=0.015,
x,-1,1,y,-1.2,2.3,z,-1,1),
surface_hide=true);
3D
cylindrical (radius,z,minz,maxz,azi,minazi,maxazi) plots function ra-
dius(z,azi) defined in cylindrical coordinates, with variable z taking values from
minz to maxz and azimuth azi taking values from minazi to maxazi.
This object is affected by the following graphic options: xu_grid, yv_grid, line_
type, key and color.
Example:
(%i1) load(draw)$
(%i2) draw3d(cylindrical(1,z,-2,2,az,0,2*%pi))$
If im is a matrix of real numbers or a levels picture object, pixel values are inter-
preted according to graphic option palette, which is a vector of length three with
components ranging from -36 to +36; each value is an index for a formula mapping
the levels onto red, green and blue colors, respectively:
0: 0 1: 0.5 2: 1
3: x 4: x^2 5: x^3
6: x^4 7: sqrt(x) 8: sqrt(sqrt(x))
9: sin(90x) 10: cos(90x) 11: |x-0.5|
12: (2x-1)^2 13: sin(180x) 14: |cos(180x)|
15: sin(360x) 16: cos(360x) 17: |sin(360x)|
18: |cos(360x)| 19: |sin(720x)| 20: |cos(720x)|
21: 3x 22: 3x-1 23: 3x-2
24: |3x-1| 25: |3x-2| 26: (3x-1)/2
27: (3x-2)/2 28: |(3x-1)/2| 29: |(3x-2)/2|
30: x/0.32-0.78125 31: 2*x-0.84
32: 4x;1;-2x+1.84;x/0.08-11.5
33: |2*x - 0.5| 34: 2*x 35: 2*x - 0.5
36: 2*x - 1
negative numbers mean negative colour component.
palette = gray and palette = color are short cuts for palette = [3,3,3] and
palette = [7,5,15], respectively.
If im is a matrix of vectors of length three or an rgb picture object, they are interpreted
as red, green and blue color components.
Examples:
If im is a matrix of real numbers, pixel values are interpreted according to graphic
option palette.
(%i1) load(draw)$
(%i2) im: apply(
matrix,
makelist(makelist(random(200),i,1,30),i,1,30))$
(%i3) /* palette = color, default */
draw2d(image(im,0,0,30,30))$
(%i4) draw2d(palette = gray, image(im,0,0,30,30))$
(%i5) draw2d(palette = [15,20,-4],
colorbox=false,
image(im,0,0,30,30))$
See also colorbox.
If im is a matrix of vectors of length three, they are interpreted as red, green and
blue color components.
(%i1) load(draw)$
(%i2) im: apply(
matrix,
makelist(
makelist([random(300),
random(300),
random(300)],i,1,30),i,1,30))$
Chapter 48: draw 639
(%i3) draw2d(image(im,0,0,30,30))$
Package draw automatically loads package picture. In this example, a level picture
object is built by hand and then rendered.
(%i1) load(draw)$
(%i2) im: make_level_picture([45,87,2,134,204,16],3,2);
(%o2) picture(level, 3, 2, {Array: #(45 87 2 134 204 16)})
(%i3) /* default color palette */
draw2d(image(im,0,0,30,30))$
(%i4) /* gray palette */
draw2d(palette = gray,
image(im,0,0,30,30))$
An xpm file is read and then rendered.
(%i1) load(draw)$
(%i2) im: read_xpm("myfile.xpm")$
(%i3) draw2d(image(im,0,0,10,7))$
See also make_level_picture, make_rgb_picture and read_xpm.
URL http://www.telefonica.net/web2/biomates/maxima/gpdraw/image
contains more elaborated examples.
(%i1) load(draw)$
(%i2) /* Vertices of boundary #0: {(1,1),(2,5),(4,3)} */
( bnd0: make_array(flonum,6),
bnd0[0]:1.0, bnd0[1]:1.0, bnd0[2]:2.0,
bnd0[3]:5.0, bnd0[4]:4.0, bnd0[5]:3.0 )$
(%i3) /* Vertices of boundary #1: {(4,3),(5,4),(6,4),(5,1)} */
( bnd1: make_array(flonum,8),
bnd1[0]:4.0, bnd1[1]:3.0, bnd1[2]:5.0, bnd1[3]:4.0,
bnd1[4]:6.0, bnd1[5]:4.0, bnd1[6]:5.0, bnd1[7]:1.0)$
(%i4) /* Vertices of boundary #2: {(5,1), (3,0), (1,1)} */
( bnd2: make_array(flonum,6),
bnd2[0]:5.0, bnd2[1]:1.0, bnd2[2]:3.0,
bnd2[3]:0.0, bnd2[4]:1.0, bnd2[5]:1.0 )$
(%i5) /* Vertices of boundary #3: {(1,1), (4,3)} */
( bnd3: make_array(flonum,4),
bnd3[0]:1.0, bnd3[1]:1.0, bnd3[2]:4.0, bnd3[3]:3.0)$
(%i6) /* Vertices of boundary #4: {(4,3), (5,1)} */
( bnd4: make_array(flonum,4),
bnd4[0]:4.0, bnd4[1]:3.0, bnd4[2]:5.0, bnd4[3]:1.0)$
(%i7) /* Pack all together in boundaries_array */
( boundaries_array: make_array(any,5),
boundaries_array[0]: bnd0, boundaries_array[1]: bnd1,
boundaries_array[2]: bnd2, boundaries_array[3]: bnd3,
boundaries_array[4]: bnd4 )$
(%i8) draw2d(geomap([0,1,2,3,4]))$
Auxiliary package worldmap sets global variable boundaries_array to real world
boundaries in (longitude, latitude) coordinates. These data are in the public domain
and come from http://www-cger.nies.go.jp/grid-e/gridtxt/grid19.html.
Package worldmap defines also boundaries for countries, continents and
coastlines as lists with the necessary components of boundaries_array (see
file share/draw/worldmap.mac for more information). Package draw does not
automatically load worldmap.
(%i1) load(draw)$
(%i2) load(worldmap)$
(%i3) c1: gr2d(geomap(Canada,United_States,
Mexico,Cuba))$
(%i4) c2: gr2d(geomap(Africa))$
(%i5) c3: gr2d(geomap(Oceania,China,Japan))$
(%i6) c4: gr2d(geomap(France,Portugal,Spain,
Morocco,Western_Sahara))$
(%i7) draw(columns = 2,
c1,c2,c3,c4)$
Package worldmap is also useful for plotting countries as polygons. In this case,
graphic object geomap is no longer necessary and the polygon object is used instead.
Since lists are now used and not arrays, maps rendering will be slower. See also
make_poly_country and make_poly_continent to understand the following code.
(%i1) load(draw)$
(%i2) load(worldmap)$
Chapter 48: draw 641
parametric_surface (xfun,yfun,zfun,par1,par1min,par1max,par2,par2min,par2max)
plots parametric surface [xfun,yfun,zfun], with parameter par1 taking values from
par1min to par1max and parameter par2 taking values from par2min to par2max.
This object is affected by the following graphic options: xu_grid, yv_grid, line_
type, key and color.
Example:
(%i1) load(draw)$
(%i2) draw3d(title = "Sea shell",
xu_grid = 100,
yv_grid = 25,
rot_vertical = 100,
rot_horizontal = 20,
surface_hide = true,
parametric_surface(0.5*u*cos(u)*(cos(v)+1),
0.5*u*sin(u)*(cos(v)+1),
u*sin(v) - ((u+3)/8*%pi)^2 - 20,
u, 0, 13*%pi, v, -%pi, %pi) )$
terminal = animated_gif,
gr2d(explicit(x^2,x,-1,1)),
gr2d(explicit(x^3,x,-1,1)),
gr2d(explicit(x^4,x,-1,1)));
End of animation sequence
(%o2) [gr2d(explicit), gr2d(explicit), gr2d(explicit)]
See also gr2d, gr3d, draw2d and draw3d..
49 dynamics
chaosgame ([[x1, y1]...[xm, ym]], [x0, y0], b, n, ..., options, ...); Function
Implements the so-called chaos game: the initial point (x0, y0) is plotted and then
one of the m points [x1, y1]...[xm, ym] will be selected at random. The next point
plotted will be on the segment from the previous point plotted to the point chosen
randomly, at a distance from the random point which will be b times that segments
length. The procedure is repeated n times.
yn+1 = F (yn )
With initial value y(0) equal to y0. F must be an expression that depends only on
one variable (in the example, it depend on y, but any other variable can be used), y0
must be a real number and n must be a positive integer.
650 Maxima Manual
evolution2d ([F, G], [u, v], [u0, y0], n, ..., options, ...); Function
Shows, in a two-dimensional plot, the first n+1 points in the sequence of points defined
by the two-dimensional discrete dynamical system with recurrence relations
un+1 = F (un , vn )
vn+1 = G(un , vn )
With initial values u0 and v0. F and G must be two expressions that depend only
on two variables, u and v, which must be named explicitely in a list.
ifs ([r1, ..., rm], [A1, ..., Am], [[x1, y1], ..., [xm, ym]], [x0, y0], n, ..., Function
options, ...);
Implements the Iterated Function System method. This method is similar to the
method described in the function chaosgame, but instead of shrinking the segment
from the current point to the randomly chosen point, the 2 components of that seg-
ment will be multiplied by the 2 by 2 matrix Ai that corresponds to the point chosen
randomly.
The random choice of one of the m attractive points can be made with a non-uniform
probability distribution defined by the weights r1,...,rm. Those weights are given in
cumulative form; for instance if there are 3 points with probabilities 0.2, 0.5 and 0.3,
the weights r1, r2 and r3 could be 2, 7 and 10.
The points which do not belong to the Mandelbrot set are assigned different colors,
according to the number of iterations it takes the sequence generated with that point
to move out of the convergence circle o radius 2. The maximum number of iterations
is set with the option levels; after that number of iterations, if the sequence is still
inside the convergence circle, the point will be painted with the color defined by the
option color.
All the colors used for the points that do not belong to the Mandelbrot set will have
the same saturation and value, but with different hue angles distributed uniformly
between hue and (hue + huerange).
options is an optional sequence of options. The list of accepted options is given in a
section below.
orbits (F, y0, n1, n2, [x, x0, xf, xstep], ...options...); Function
Draws the orbits diagram for a family of one-dimensional discrete dynamical systems,
with one parameter x; that kind of diagram is used to study the bifurcations of a
one-dimensional discrete system.
The function F(y) defines a sequence with a starting value of y0, as in the case of the
function evolution, but in this case that function will also depend on a parameter
x that will take values in the interval from x0 to xf with increments of xstep. Each
value used for the parameter x is shown on the horizontal axis. The vertical axis will
show the n2 values of the sequence y(n1+1),..., y(n1+n2+1) obtained after letting the
sequence evolve n1 iterations.
The program will try to integrate the equations from the initial value of the inde-
pendent variable until its last value, using constant increments. If at some step one
of the dependent variables takes an absolute value too large, the integration will be
interrupted at that point. The result will be a list with as many elements as the
number of iterations made. Each element in the results list is itself another list with
m+1 elements: the value of the independent variable, followed by the values of the
dependent variables corresponding to that point.
yn+1 = F (yn )
The interpretation and allowed values of the input parameters is the same as for
the function evolution. A staircase diagram consists of a plot of the function F(y),
together with the line G(y) = y. A vertical segment is drawn from the point (y0,
y0) on that line until the point where it intersects the function F. From that point a
horizontal segment is drawn until it reaches the point (y1, y1) on the line, and the
procedure is repeated n times until the point (yn, yn) is reached.
Options
Each option is a list of two or more items. The first item is the name of the option, and
the remainder comprises the arguments for the option.
The options accepted by the functions evolution, evolution2d, staircase, orbits,
ifs and chaosgame are the same as the options for plot2d. In addition to those options,
orbits accepts and extra option pixels that sets up the maximum number of different points
that will be represented in the vertical direction.
The following options are accepted by the functions julia and mandelbrot:
size takes either one or two arguments. If only one argument is given, the width and
height of the graphic file created will be equal to that value, in pixels. If two arguments
are given, they will define the width and height. The default value is 400 pixels for both
the width and height. If the two values are not equal, the set will appear distorted.
levels defines the maximum number of iterations, which is also equal to the number of
colors used for points not belonging to the set. The default value is 12; larger values
mean much longer processing times.
huerange defines the range of hue angles used for the hue of points not belonging to the
set. The default value is 360, which means that the colors will expand all the range of
hues. Values bigger than 360, will mean repeated ranges of the hue, and negative values
can be used to make the hue angle decrease as the number of iterations increases.
hue sets the hue, in degrees, of the first color used for the points which do not belong
to the set. Its default value is 300 degrees, which corresponds to magenta; the values
for other standard colors are 0 for red, 45 for orange, 60 for yellow, 120 for green, 180
for cyan and 240 for blue. See also option huerange.
saturation sets the value of the saturation used for points not belonging to the set. It
must be between 0 and 1. The default is 0.46.
Chapter 49: dynamics 653
value sets the value of the colors used for points not belonging to the set. It must be
between 0 and 1; the higher the value, the brighter the colors. The default is 0.96
color must be followed by three parameters that define the hue, saturation and value,
for the color used to represent the points of the set. The default value is 0 for the three
parameters, which corresponds to black. For an explanation of the range of allowed
values, see options hue, saturation and value.
center must be followed by two real parameters, which give the coordinates, on the
complex plane, of the point in the center of the region shown. The default value is 0
for both coordinates (the origin).
radius sets the radius of the biggest circle inside the square region that will be displayed.
The default value is 2.
filename gives the name of the file where the resulting graph will be saved. The exten-
sion .xpm will be added to that name. If the file already exists, it will be replaced by
the file generated by the function. The default values are julia for the Julia set, and
mandelbrot for the Mandelbrot set.
Examples
Graphical representation and staircase diagram for the sequence: 2, cos(2), cos(cos(2)),...
(%i1) load("dynamics")$
1.5
1
y(n)
0.5
-0.5
0 2 4 6 8 10
n
654 Maxima Manual
1.2
0.8
y(n+1)
0.6
0.4
0.2
0
0 0.2 0.4 0.6 0.8 1 1.2
y(n)
If your system is slow, youll have to reduce the number of iterations in the following
examples. And if the dots appear too small in your monitor, you might want to try a
different style, such as [style,[points,0.8]].
xn+1 = a + x2n
1.5
0.5
0
x
-0.5
-1
-1.5
-2
-2 -1.5 -1 -0.5 0
a
To enlarge the region around the lower bifurcation near x = -1.25 use:
-0.8
-0.9
-1
-1.1
-1.2
x
-1.3
-1.4
-1.5
-1.6
-1.5 -1.4 -1.3 -1.2 -1.1 -1
a
(%i6) f: 0.6*x*(1+2*x)+0.8*y*(x-1)-y^2-0.9$
(%i7) g: 0.1*x*(1-6*x+4*y)+0.1*y*(1+9*y)-0.4$
0.1
0
-0.1
-0.2
-0.3
-0.4
y
-0.5
-0.6
-0.7
-0.8
-0.9
-1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4
x
-0.2
-0.25
y -0.3
-0.35
-0.4
-0.8 -0.75 -0.7 -0.65 -0.6
x
0.9
0.8
0.7
contraction factor: 0.5
0.6
0.5
0.4
0.3
0.2
0.1
0
0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
The chaos game with 3 points
(%i18) w: [85,92,99,100]$
10
9
8
7
6
5
4
3
2
1
0
-3 -2 -1 0 1 2 3 4 5
Iterated Function System of 4 transformations
and the Julia set for the number (-0.55 + i 0.6) can be obtained with:
julia(-0.55, 0.6, [levels, 36], [center, 0, 0.6], [radius, 0.3],
[hue, 240], [huerange, -180], [filename, "dynamics10"])$
658 Maxima Manual
the graph will be saved in the file dynamics10.xpm and will show the region from -0.3 to
0.3 in the x direction, and from 0.3 to 0.9 in the y direction. 36 colors will be used, starting
with blue and ending with yellow.
dx
= t x2
dt
With initial value x(t=0) = 1, in the interval of t from 0 to 8 and with increments of 0.1
for t, use:
(%i20) results: rk(t-x^2,x,1,[t,0,8,0.1])$
the results will be saved in the list results.
To solve numerically the system:
dx
dt = 4 x2 4y 2
dy = y 2 x2 + 1
dt
for t between 0 and 4, and with values of -1.25 and 0.75 for x and y at t=0:
(%i21) sol: rk([4-x^2-4*y^2,y^2-x^2+1],[x,y],[-1.25,0.75],[t,0,4,0.02])$
Chapter 50: f90 659
50 f90
(%i1) load("f90")$
(%i2) expr:expand((xxx+yyy+7)^4);
4 3 3 2 2
(%o2) yyy + 4 xxx yyy + 28 yyy + 6 xxx yyy
2 2 3 2
+ 84 xxx yyy + 294 yyy + 4 xxx yyy + 84 xxx yyy
4 3 2
+ 588 xxx yyy + 1372 yyy + xxx + 28 xxx + 294 xxx
+ 1372 xxx + 2401
(%i3) fortran(expr);
yyy**4+4*xxx*yyy**3+28*yyy**3+6*xxx**2*yyy**2+84*xxx*yyy**2+294*yy
1 y**2+4*xxx**3*yyy+84*xxx**2*yyy+588*xxx*yyy+1372*yyy+xxx**4+28*
2 xxx**3+294*xxx**2+1372*xxx+2401
(%o3) done
(%i4) f90(expr);
yyy**4+4*xxx*yyy**3+28*yyy**3+6*xxx**2*yyy**2+84*xxx*yyy**2+294* &
yyy**2+4*xxx**3*yyy+84*xxx**2*yyy+588*xxx*yyy+1372*yyy+xxx** &
4+28*xxx**3+294*xxx**2+1372*xxx+2401
(%o4) done
The f90 implementation was done as a quick hack. It is not a necessarily a good
example upon which to base other language translations.
To use this function write first load("f90").
660 Maxima Manual
Chapter 51: ggf 661
51 ggf
52 graphs
(%o3) true
(%i4) get_vertex_label(1, g);
(%o4) {1, 2}
Example 2:
(%i1) load(graphs)$
(%i2) f(i, j) := is (mod(j, i)=0)$
(%i3) g : make_graph(20, f, directed=true)$
(%i4) out_neighbors(4, g);
(%o4) [8, 12, 16, 20]
(%i5) in_neighbors(18, g);
(%o5) [1, 2, 3, 6, 9]
[ ]
[ 0 0 - 1 2 - 1 ]
[ ]
[ - 1 0 0 - 1 2 ]
(%o3) One
(%i4) set_vertex_label(1, "oNE", g);
(%o4) done
(%i5) get_vertex_label(1, g);
(%o5) oNE
52.2.5 Visualization
edge type=type: defines how edges are displayed. See the line type option for
the draw package.
show edges=e list: display edges in the list e list using a different color.
show edge color=c: color used for displaying edges in the show edges list.
show edge width=width: the width of edges in show edges.
show edge type=type: defines how edges in show edges are displayed. See the
line type option for the draw package.
edge partition=partition: a partition [[e1,e2,...],...,[ek,...,em]] of
edges of the graph. The edges of each list in the partition will be drawn using a
different color.
edge coloring=col: the coloring of edges. The coloring col must be specified in
the format as returned by the function edge coloring.
redraw=r: if redraw is true, vertex positions are recomputed even if the positions
have been saved from a previous drawing of the graph.
head angle=angle: the angle for the arrows displayed on arcs (in directed graphs).
Default value: 15.
head length=len: the length for the arrows displayed on arcs (in directed graphs).
Default value: 0.1.
spring embedding depth=depth: the number of iterations in the spring embed-
ding graph drawing algorithm. Default value: 50.
terminal=term: the terminal used for drawing (see the terminal option in the
draw package).
file name=file: the filename of the drawing if terminal is not screen.
program=prg: defines the program used for positioning vertices of the graph.
Can be one of the graphviz programs (dot, neato, twopi, circ, fdp), circular,
spring embedding or planar embedding. planar embedding is only available for
2-connected planar graphs. When program=spring_embedding, a set of vertices
with fixed position can be specified with the fixed vertices option.
fixed vertices=[]: specifies a list of vertices which will have positions fixed along
a regular polygon. Can be used when program=spring_embedding.
Example 1:
(%i1) load (graphs)$
(%i2) g:grid_graph(10,10)$
(%i3) m:max_matching(g)$
(%i4) draw_graph(g,
spring_embedding_depth=100,
show_edges=m, edge_type=dots,
vertex_size=0)$
Example 2:
(%i1) load (graphs)$
(%i2) g:create_graph(16,
[
[0,1],[1,3],[2,3],[0,2],[3,4],[2,4],
688 Maxima Manual
[5,6],[6,4],[4,7],[6,7],[7,8],[7,10],[7,11],
[8,10],[11,10],[8,9],[11,12],[9,15],[12,13],
[10,14],[15,14],[13,14]
])$
(%i3) t:minimum_spanning_tree(g)$
(%i4) draw_graph(
g,
show_edges=edges(t),
show_edge_width=4,
show_edge_color=green,
vertex_type=filled_square,
vertex_size=2
)$
Example 3:
(%i1) load (graphs)$
(%i2) g:create_graph(16,
[
[0,1],[1,3],[2,3],[0,2],[3,4],[2,4],
[5,6],[6,4],[4,7],[6,7],[7,8],[7,10],[7,11],
[8,10],[11,10],[8,9],[11,12],[9,15],[12,13],
[10,14],[15,14],[13,14]
])$
(%i3) mi : max_independent_set(g)$
(%i4) draw_graph(
g,
show_vertices=mi,
show_vertex_type=filled_up_triangle,
show_vertex_size=2,
edge_color=cyan,
edge_width=3,
show_id=true,
text_color=brown
)$
Example 4:
(%i1) load (graphs)$
(%i2) net : create_graph(
[0,1,2,3,4,5],
[
[[0,1], 3], [[0,2], 2],
[[1,3], 1], [[1,4], 3],
[[2,3], 2], [[2,4], 2],
[[4,5], 2], [[3,5], 2]
],
directed=true
)$
(%i3) draw_graph(
net,
show_weight=true,
Chapter 52: graphs 689
vertex_size=0,
show_vertices=[0,5],
show_vertex_type=filled_square,
head_length=0.2,
head_angle=10,
edge_color="dark-green",
text_color=blue
)$
53 grobner
(%i1) poly_add(z+x^2*y,x-z,[x,y,z]);
2
(%o1) x y + x
(%i1) poly_subtract(z+x^2*y,x-z,[x,y,z]);
2
(%o1) 2 z + x y - x
(%i2) poly_multiply(z+x^2*y,x-z,[x,y,z])-(z+x^2*y)*(x-z),expand;
(%o1) 0
(%i1) poly_expand((x-y)*(y+x),[x,y]);
2 2
(%o1) x - y
(%i2) poly_expand((y+x)^2,[x,y]);
2 2
(%o2) y + 2 x y + x
(%i3) poly_expand((y+x)^5,[x,y]);
5 4 2 3 3 2 4 5
(%o3) y + 5 x y + 10 x y + 10 x y + 5 x y + x
(%i4) poly_expand(-1-x*exp(y)+x^2/sqrt(y),[x]);
2
y x
(%o4) - x %e + ------- - 1
sqrt(y)
(%i5) poly_expand(-1-sin(x)^2+sin(x),[sin(x)]);
2
(%o5) - sin (x) + sin(x) - 1
(%i1) poly_expt(x-y,3,[x,y])-(x-y)^3,expand;
(%o1) 0
(%i1) poly_content(35*y+21*x,[x,y]);
(%o1) 7
Chapter 53: grobner 695
n
X
c poly = (ai polylisti ) + r
i=1
I(polylist) : poly
Geometrically, over an algebraically closed field, this is the set of polynomials in the
ideal generated by polylist which do not identically vanish on the variety of poly.
I(polylist1) : I(polylist2)
Geometrically, over an algebraically closed field, this is the set of polynomials in the
ideal generated by polylist1 which do not identically vanish on the variety of polylist2.
54 impdiff
55 implicit plot
4
x2 = y3-3*y+1
3
-1
-2
-3
-4
-4 -3 -2 -1 0 1 2 3 4
702 Maxima Manual
Chapter 56: interpol 703
56 interpol
+ (--- - 3) charfun2(x, 3, 6)
3
(%i4) f(x):=%;
13 3 x
(%o4) f(x) := (-- - ---) charfun2(x, minf, 3)
2 2
+ (x - 5) charfun2(x, 7, inf) + (37 - 5 x) charfun2(x, 6, 7)
5 x
+ (--- - 3) charfun2(x, 3, 6)
3
(%i5) /* Evaluate the polynomial at some points */
map(f,[7.3,25/7,%pi]);
62 5 %pi
(%o5) [2.3, --, ----- - 3]
21 3
(%i6) %,numer;
(%o6) [2.3, 2.952380952380953, 2.235987755982989]
(%i7) load(draw)$ /* load draw package */
(%i8) /* Plot the polynomial together with points */
draw2d(
color = red,
key = "Linear interpolator",
explicit(f(x),x,-5,20),
point_size = 3,
color = blue,
key = "Sample points",
points(args(p)))$
(%i9) /* Change variable name */
linearinterpol(p, varname=s);
13 3 s
(%o9) (-- - ---) charfun2(s, minf, 3)
2 2
+ (s - 5) charfun2(s, 7, inf) + (37 - 5 s) charfun2(s, 6, 7)
5 s
+ (--- - 3) charfun2(s, 3, 6)
3
(%i4) f(x):=%$
(%i5) /* Some evaluations */
map(f,[2.3,5/7,%pi]), numer;
(%o5) [1.991460766423356, 5.823200187269903, 2.227405312429507]
(%i6) load(draw)$ /* load draw package */
(%i7) /* Plotting interpolating function */
draw2d(
color = red,
key = "Cubic splines",
explicit(f(x),x,0,10),
point_size = 3,
color = blue,
key = "Sample points",
points(p))$
(%i8) /* New call, but giving values at the derivatives */
cspline(p,d1=0,dn=0);
3 2
Chapter 56: interpol 707
57 lapack
[ - .856714 - .745378 ]
[ ]]
[ .515792 - .666642 ]
(%i6) D : apply (diag_matrix, L);
[ 7.54331 0 ]
(%o6) [ ]
[ 0 12.4067 ]
(%i7) M . v - v . D;
[ 0.0 - 8.88178E-16 ]
(%o7) [ ]
[ - 8.88178E-16 0.0 ]
(%i8) transpose (u) . M - D . transpose (u);
[ 0.0 - 4.44089E-16 ]
(%o8) [ ]
[ 0.0 0.0 ]
(%o3) [ ]
[ - 1 2 - 3 ]
[ ]
[ 4 9 7 ]
(%i4) dgesvd (M);
(%o4) [[14.4744, 6.38637, .452547], false, false]
(%i5) [sigma, U, VT] : dgesvd (M, true, true);
(%o5) [[14.4744, 6.38637, .452547],
[ - .256731 .00816168 .959029 - .119523 ]
[ ]
[ - .526456 .672116 - .206236 - .478091 ]
[ ],
[ .107997 - .532278 - .0708315 - 0.83666 ]
[ ]
[ - .803287 - .514659 - .180867 .239046 ]
[ - .374486 - .538209 - .755044 ]
[ ]
[ .130623 - .836799 0.5317 ]]
[ ]
[ - .917986 .100488 .383672 ]
(%i6) m : length (U);
(%o6) 4
(%i7) n : length (VT);
(%o7) 3
(%i8) Sigma:
genmatrix(lambda ([i, j], if i=j then sigma[i] else 0),
m, n);
[ 14.4744 0 0 ]
[ ]
[ 0 6.38637 0 ]
(%o8) [ ]
[ 0 0 .452547 ]
[ ]
[ 0 0 0 ]
(%i9) U . Sigma . VT - M;
[ 1.11022E-15 0.0 1.77636E-15 ]
[ ]
[ 1.33227E-15 1.66533E-15 0.0 ]
(%o9) [ ]
[ - 4.44089E-16 - 8.88178E-16 4.44089E-16 ]
[ ]
[ 8.88178E-16 1.77636E-15 8.88178E-16 ]
(%i10) transpose (U) . U;
[ 1.0 5.55112E-17 2.498E-16 2.77556E-17 ]
[ ]
[ 5.55112E-17 1.0 5.55112E-17 4.16334E-17 ]
(%o10) [ ]
[ 2.498E-16 5.55112E-17 1.0 - 2.08167E-16 ]
[ ]
712 Maxima Manual
58 lbfgs
iprint[2] = 0
Print out iteration count, number of evaluations of FOM,
value of FOM, norm of the gradient of FOM, and step length.
iprint[2] = 1
Same as iprint[2] = 0, plus X0 and the gradient of FOM
evaluated at X0.
iprint[2] = 2
Same as iprint[2] = 1, plus values of X at each iteration.
iprint[2] = 3
Same as iprint[2] = 2, plus the gradient of FOM at each
iteration.
The columns printed by lbfgs are the following.
I Number of iterations. It is incremented for each line search.
NFN Number of evaluations of the figure of merit.
FUNC Value of the figure of merit at the end of the most recent line search.
GNORM Norm of the gradient of the figure of merit at the end of the most recent
line search.
STEPLENGTH
An internal parameter of the search algorithm.
Additional information concerning details of the algorithm are found in the comments
of the original Fortran code [2].
See also lbfgs_nfeval_max and lbfgs_ncorrections.
References:
[1] D. Liu and J. Nocedal. "On the limited memory BFGS method for large scale
optimization". Mathematical Programming B 45:503528 (1989)
[2] http://netlib.org/opt/lbfgs_um.shar
Examples:
The same FOM as computed by FGCOMPUTE in the program sdrive.f in the LBFGS
package from Netlib. Note that the variables in question are subscripted variables.
The FOM has an exact minimum equal to zero at u[k] = 1 for k = 1, ..., 8.
(%i1) load (lbfgs);
(%o1) /usr/share/maxima/5.10.0cvs/share/lbfgs/lbfgs.mac
(%i2) t1[j] := 1 - u[j];
(%o2) t1 := 1 - u
j j
(%i3) t2[j] := 10*(u[j + 1] - u[j]^2);
2
(%o3) t2 := 10 (u - u )
j j + 1 j
(%i4) n : 8;
(%o4) 8
Chapter 58: lbfgs 715
A
+ --------------------)/5
- B (1 - C) 2
(%e + 1)
(%i7) estimates : lbfgs (FOM, [A, B, C], [1, 1, 1], 1e-4, [1, 0]);
*************************************************
N= 3 NUMBER OF CORRECTIONS=25
INITIAL VALUES
F= 1.348738534246918D-01 GNORM= 2.000215531936760D-01
*************************************************
59 lindstedt
(%i2) load("lindstedt")$
(%i3) Lindstedt(diff(x,t,2)+x-(e*x^3)/6,e,2,[1,0]);
2
e (cos(5 T) - 24 cos(3 T) + 23 cos(T))
(%o3) [[[---------------------------------------
36864
e (cos(3 T) - cos(T))
- --------------------- + cos(T)],
192
2
7 e e
T = (- ---- - -- + 1) t]]
3072 16
To use this function write first load("makeOrders") and load("lindstedt").
720 Maxima Manual
Chapter 60: linearalgebra 721
60 linearalgebra
blockmatrixp (M ) Function
Return true if and only if M is a matrix and every entry of M is a matrix.
columnspace (M ) Function
If M is a matrix, return span (v_1, ..., v_n), where the set {v_1, ..., v_n} is a
basis for the column space of M. The span of the empty set is {0}. Thus, when the
column space has only one member, return span ().
cholesky (M ) Function
cholesky (M, field) Function
Return the Cholesky factorization of the matrix selfadjoint (or hermitian) matrix M.
The second argument defaults to generalring. For a description of the possible values
for field, see lu_factor.
ctranspose (M ) Function
Return the complex conjugate transpose of the matrix M. The function ctranspose
uses matrix_element_transpose to transpose each matrix element.
[ [ 1 0 ] [ 0 0 ] ]
[ [ ] [ ] ]
[ [ 0 2 ] [ 0 0 ] ]
(%o1) [ ]
[ [ 0 0 ] [ 3 0 ] ]
[ [ ] [ ] ]
[ [ 0 0 ] [ 0 4 ] ]
(%i2) diag_matrix(p,q);
[ p 0 ]
(%o2) [ ]
[ 0 q ]
[ 1 1 ]
[ - ------- ------- ]
[ sqrt(2) sqrt(2) ]
(%i2) L : matrix ([sqrt(3), 0], [0, sqrt(5)]);
[ sqrt(3) 0 ]
(%o2) [ ]
[ 0 sqrt(5) ]
(%i3) M : S . L . transpose (S);
[ sqrt(5) sqrt(3) sqrt(5) sqrt(3) ]
[ ------- + ------- ------- - ------- ]
[ 2 2 2 2 ]
(%o3) [ ]
[ sqrt(5) sqrt(3) sqrt(5) sqrt(3) ]
[ ------- - ------- ------- + ------- ]
[ 2 2 2 2 ]
(%i4) eigens_by_jacobi (M);
The largest percent change was 0.1454972243679
The largest percent change was 0.0
number of sweeps: 2
number of rotations: 1
(%o4) [[1.732050807568877, 2.23606797749979],
[ 0.70710678118655 0.70710678118655 ]
[ ]]
[ - 0.70710678118655 0.70710678118655 ]
(%i5) float ([[sqrt(3), sqrt(5)], S]);
(%o5) [[1.732050807568877, 2.23606797749979],
[ 0.70710678118655 0.70710678118655 ]
[ ]]
[ - 0.70710678118655 0.70710678118655 ]
(%i6) eigens_by_jacobi (M, bigfloatfield);
The largest percent change was 1.454972243679028b-1
The largest percent change was 0.0b0
number of sweeps: 2
number of rotations: 1
(%o6) [[1.732050807568877b0, 2.23606797749979b0],
[ 7.071067811865475b-1 7.071067811865475b-1 ]
[ ]]
[ - 7.071067811865475b-1 7.071067811865475b-1 ]
identfor (M ) Function
identfor (M, fld) Function
Return an identity matrix that has the same shape as the matrix M. The diagonal
entries of the identity matrix are the multiplicative identity of the field fld; the default
for fld is generalring.
The first argument M should be a square matrix or a non-matrix. When M is a
matrix, each entry of M can be a square matrix thus M can be a blocked Maxima
matrix. The matrix can be blocked to any (finite) depth.
See also zerofor
(%o1) [ ]
[ v cos(u v) u cos(u v) ]
(%i2) depends ([F, G], [y, z]);
(%o2) [F(y, z), G(y, z)]
(%i3) jacobian ([F, G], [y, z]);
[ dF dF ]
[ -- -- ]
[ dy dz ]
(%o3) [ ]
[ dG dG ]
[ -- -- ]
[ dy dz ]
If, for example, perm is the list [3,2,1], the actual first row of the LU factorization
is the third row of the matrix LU. Second, the lower triangular factor of m is the
lower triangular part of LU with the diagonal entries replaced by all ones. Third, the
upper triangular factor of M is the upper triangular part of LU.
(2) When the field is either floatfield or complexfield, the numbers lower-cnd
and upper-cnd are lower and upper bounds for the infinity norm condition number
of M. For all fields, the condition number might not be estimated; for such fields,
lu_factor returns a two item list. Both the lower and upper bounds can differ from
their true values by arbitrarily large factors. (See also mat_cond.)
The argument M must be a square matrix.
The optional argument fld must be a symbol that determines a ring or field. The
pre-defined fields and rings are:
(a) generalring the ring of Maxima expressions, (b) floatfield the field of
floating point numbers of the type double, (c) complexfield the field of complex
floating point numbers of the type double, (d) crering the ring of Maxima CRE
expressions, (e) rationalfield the field of rational numbers, (f) runningerror
track the all floating point rounding errors, (g) noncommutingring the ring of
Maxima expressions where multiplication is the non-commutative dot operator.
When the field is floatfield, complexfield, or runningerror, the algorithm uses
partial pivoting; for all other fields, rows are switched only when needed to avoid a
zero pivot.
Floating point addition arithmetic isnt associative, so the meaning of field differs
from the mathematical definition.
A member of the field runningerror is a two member Maxima list of the form
[x,n],where x is a floating point number and n is an integer. The relative differ-
ence between the true value of x and x is approximately bounded by the machine
epsilon times n. The running error bound drops some terms that of the order the
square of the machine epsilon.
There is no user-interface for defining a new field. A user that is familiar with Common
Lisp should be able to define a new field. To do this, a user must define functions for
the arithmetic operations and functions for converting from the field representation
to Maxima and back. Additionally, for ordered fields (where partial pivoting will
be used), a user must define functions for the magnitude and for comparing field
members. After that all that remains is to define a Common Lisp structure mring.
The file mring has many examples.
To compute the factorization, the first task is to convert each matrix entry to a mem-
ber of the indicated field. When conversion isnt possible, the factorization halts with
an error message. Members of the field neednt be Maxima expressions. Members
of the complexfield, for example, are Common Lisp complex numbers. Thus af-
ter computing the factorization, the matrix entries must be converted to Maxima
expressions.
See also get_lu_factors.
Examples:
(%i1) w[i,j] := random (1.0) + %i * random (1.0);
Chapter 60: linearalgebra 729
nullspace (M ) Function
If M is a matrix, return span (v_1, ..., v_n), where the set {v_1, ..., v_n} is
a basis for the nullspace of M. The span of the empty set is {0}. Thus, when the
nullspace has only one member, return span ().
nullity (M ) Function
If M is a matrix, return the dimension of the nullspace of M.
rank (M ) Function
Return the rank of that matrix M. The rank is the dimension of the column space.
Example:
(%i1) rank(matrix([1,2],[2,4]));
(%o1) 1
(%i2) rank(matrix([1,b],[c,d]));
Proviso: {d - b c # 0}
(%o2) 2
[ 1 y z ]
[ ]
(%o1) [ 2 1 y ]
[ ]
[ 3 2 1 ]
(%i2) toeplitz([1,1+%i]);
[ 1 1 - %I ]
(%o2) [ ]
[ %I + 1 1 ]
Chapter 60: linearalgebra 733
zerofor (M ) Function
zerofor (M, fld) Function
Return a zero matrix that has the same shape as the matrix M. Every entry of the
zero matrix is the additive identity of the field fld; the default for fld is generalring.
The first argument M should be a square matrix or a non-matrix. When M is a
matrix, each entry of M can be a square matrix thus M can be a blocked Maxima
matrix. The matrix can be blocked to any (finite) depth.
See also identfor
zeromatrixp (M ) Function
If M is not a block matrix, return true if is (equal (e, 0)) is true for each element
e of the matrix M. If M is a block matrix, return true if zeromatrixp evaluates to
true for each element of e.
734 Maxima Manual
Chapter 61: lsquares 735
61 lsquares
[ 3 ]
[ - 1 2 ]
[ 2 ]
[ ]
(%o2) [ 9 ]
[ - 2 1 ]
[ 4 ]
[ ]
[ 3 2 2 ]
[ ]
2 2 1[ ]
(%i3) lsquares_estimates (
M, [z,x,y], (z+D)^2 = A*x+B*y+C, [A,B,C,D]);
59 27 10921 107
(%o3) [[A = - --, B = - --, C = -----, D = - ---]]
16 16 1024 32
A problem for which no exact solution is found, so lsquares_estimates resorts to
numerical approximation.
(%i1) load (lsquares)$
(%i2) M : matrix ([1, 1], [2, 7/4], [3, 11/4], [4, 13/4]);
[ 1 1 ]
[ ]
[ 7 ]
[ 2 - ]
[ 4 ]
[ ]
(%o2) [ 11 ]
[ 3 -- ]
[ 4 ]
[ ]
[ 13 ]
[ 4 -- ]
[ 4 ]
(%i3) lsquares_estimates (
M, [x,y], y=a*x^b+c, [a,b,c], initial=[3,3,3], iprint=[-1,0]);
(%o3) [[a = 1.387365874920637, b = .7110956639593767,
c = - .4142705622439105]]
and bigfloats). Numerical calculations are carried out with ordinary floating-point
arithmetic, so all other kinds of numbers are converted to ordinary floats for calcula-
tions.
load(lsquares) loads this function.
See also lsquares_estimates, lsquares_estimates_exact, lsquares_mse,
lsquares_residuals, and lsquares_residual_mse.
Example:
(%i1) load (lsquares)$
(%i2) M : matrix (
[1,1,1], [3/2,1,2], [9/4,2,1], [3,2,2], [2,2,1]);
[ 1 1 1 ]
[ ]
[ 3 ]
[ - 1 2 ]
[ 2 ]
[ ]
(%o2) [ 9 ]
[ - 2 1 ]
[ 4 ]
[ ]
[ 3 2 2 ]
[ ]
[ 2 2 1 ]
(%i3) mse : lsquares_mse (M, [z, x, y], (z + D)^2 = A*x + B*y + C);
5
====
\ 2 2
> ((D + M ) - C - M B - M A)
/ i, 1 i, 3 i, 2
====
i = 1
(%o3) ---------------------------------------------
5
(%i4) lsquares_estimates_approximate (
mse, [A, B, C, D], iprint = [-1, 0]);
(%o4) [[A = - 3.67850494740174, B = - 1.683070351177813,
C = 10.63469950148635, D = - 3.340357993175206]]
====
i = 1
--------------------------
n
where n is the number of data and e[i] is the equation e evaluated with the variables
in x assigned values from the i-th datum, D[i].
load(lsquares) loads this function.
Example:
(%i1) load (lsquares)$
(%i2) M : matrix (
[1,1,1], [3/2,1,2], [9/4,2,1], [3,2,2], [2,2,1]);
[ 1 1 1 ]
[ ]
[ 3 ]
[ - 1 2 ]
[ 2 ]
[ ]
(%o2) [ 9 ]
[ - 2 1 ]
[ 4 ]
[ ]
[ 3 2 2 ]
[ ]
[ 2 2 1 ]
(%i3) mse : lsquares_mse (M, [z, x, y], (z + D)^2 = A*x + B*y + C);
5
====
\ 2 2
> ((D + M ) - C - M B - M A)
/ i, 1 i, 3 i, 2
====
i = 1
(%o3) ---------------------------------------------
5
(%i4) diff (mse, D);
5
====
\ 2
4 > (D + M ) ((D + M ) - C - M B - M A)
/ i, 1 i, 1 i, 3 i, 2
====
i = 1
(%o4) ----------------------------------------------------------
5
(%i5) mse, nouns;
2 2 9 2 2
(%o5) (((D + 3) - C - 2 B - 2 A) + ((D + -) - C - B - 2 A)
4
740 Maxima Manual
2 2 3 2 2
+ ((D + 2) - C - B - 2 A) + ((D + -) - C - 2 B - A)
2
2 2
+ ((D + 1) - C - B - A) )/5
59 27 10921 107
(%o3) [[A = - --, B = - --, C = -----, D = - ---]]
16 16 1024 32
(%i4) lsquares_residual_mse (
M, [z,x,y], (z + D)^2 = A*x + B*y + C, first (a));
169
(%o4) ----
2560
name of a dependent variable or a list with one or more names of dependent variables
(which names should be in VarList), maxexpon is the optional maximum exponent
for each independent variable (1 by default), and maxdegree is the optional maximum
polynomial degree (maxexpon by default); note that the sum of exponents of each
term must be equal or smaller than maxdegree, and if maxdgree = 0 then no limit is
applied.
If depvars is the name of a dependent variable (not in a list), plsquares returns
the adjusted polynomial. If depvars is a list of one or more dependent variables,
plsquares returns a list with the adjusted polynomial(s). The Coefficients of De-
termination are displayed in order to inform about the goodness of fit, which ranges
from 0 (no correlation) to 1 (exact correlation). These values are also stored in the
global variable DETCOEF (a list if depvars is a list).
A simple example of multivariable linear adjustment:
(%i1) load("plsquares")$
(%i2) plsquares(matrix([1,2,0],[3,5,4],[4,7,9],[5,8,10]),
[x,y,z],z);
Determination Coefficient for z = .9897039897039897
11 y - 9 x - 14
(%o2) z = ---------------
3
The same example without degree restrictions:
(%i3) plsquares(matrix([1,2,0],[3,5,4],[4,7,9],[5,8,10]),
[x,y,z],z,1,0);
Determination Coefficient for z = 1.0
x y + 23 y - 29 x - 19
(%o3) z = ----------------------
6
How many diagonals does a N-sides polygon have? What polynomial degree should
be used?
(%i4) plsquares(matrix([3,0],[4,2],[5,5],[6,9],[7,14],[8,20]),
[N,diagonals],diagonals,5);
Determination Coefficient for diagonals = 1.0
2
N - 3 N
(%o4) diagonals = --------
2
(%i5) ev(%, N=9); /* Testing for a 9 sides polygon */
(%o5) diagonals = 27
How many ways do we have to put two queens without they are threatened into a n
x n chessboard?
(%i6) plsquares(matrix([0,0],[1,0],[2,0],[3,8],[4,44]),
[n,positions],[positions],4);
Determination Coefficient for [positions] = [1.0]
4 3 2
3 n - 10 n + 9 n - 2 n
Chapter 61: lsquares 743
62 makeOrders
(%i2) makeOrders([a,b],[2,3]);
(%o2) [[0, 0], [0, 1], [0, 2], [0, 3], [1, 0], [1, 1],
[1, 2], [1, 3], [2, 0], [2, 1], [2, 2], [2, 3]]
(%i3) expand((1+a+a^2)*(1+b+b^2+b^3));
2 3 3 3 2 2 2 2 2
(%o3) a b + a b + b + a b + a b + b + a b + a b
2
+ b + a + a + 1
where [0, 1] is associated with the term b and [2, 3] with a2 b3 .
To use this function write first load("makeOrders").
746 Maxima Manual
Chapter 63: mnewton 747
63 mnewton
64 numericalio
read_hashed_array treats the first item on each line as a hash key, and associates
the remainder of the line (as a list) with the key. For example, the line 567 12 17
32 55 is equivalent to A[567]: [12, 17, 32, 55]$. Lines need not have the same
numbers of elements.
The recognized values of separator flag are comma, pipe, semicolon, and space. If
separator flag is not specified, the file is assumed space-delimited.
65 opsubst
(%i2) opsubst(f,g,g(g(x)));
(%o2) f(f(x))
(%i3) opsubst(f,g,g(g));
(%o3) f(g)
(%i4) opsubst(f,g[x],g[x](z));
(%o4) f(z)
(%i5) opsubst(g[x],f, f(z));
(%o5) g (z)
x
(%i6) opsubst(tan, sin, sin(sin));
(%o6) tan(sin)
(%i7) opsubst([f=g,g=h],f(x));
(%o7) h(x)
Internally, Maxima does not use the unary negation, division, or the subtraction
operators; thus:
(%i8) opsubst("+","-",a-b);
(%o8) a - b
(%i9) opsubst("f","-",-a);
(%o9) - a
(%i10) opsubst("^^","/",a/b);
a
(%o10) -
b
The internal representation of -a*b is *(-1,a,b); thus
(%i11) opsubst("[","*", -a*b);
(%o11) [- 1, a, b]
When either operator isnt a Maxima symbol, generally some other function will signal
an error:
756 Maxima Manual
66 orthopoly
as graphics, you want to suppress the error and output only the center of the interval. To
do this, set the option variable orthopoly_returns_intervals to false.
(%i1) orthopoly_returns_intervals : false;
(%o1) false
(%i2) jacobi_p (150, 2, 3, 0.2);
(%o2) - 0.062017037936715
Refer to the section see [Floating point Evaluation], page 761 for more information.
Most functions in orthopoly have a gradef property; thus
(%i1) diff (hermite (n, x), x);
(%o1) 2 n H (x)
n - 1
(%i2) diff (gen_laguerre (n, a, x), x);
(a) (a)
n L (x) - (n + a) L (x) unit_step(n)
n n - 1
(%o2) ------------------------------------------
x
The unit step function in the second example prevents an error that would otherwise
arise by evaluating with n equal to 0.
(%i3) ev (%, n = 0);
(%o3) 0
The gradef property only applies to the main variable; derivatives with respect other
arguments usually result in an error message; for example
(%i1) diff (hermite (n, x), x);
(%o1) 2 n H (x)
n - 1
(%i2) diff (hermite (n, x), n);
Maxima doesnt know the derivative of hermite with respect the first
argument
-- an error. Quitting. To debug this try debugmode(true);
Generally, functions in orthopoly map over lists and matrices. For the mapping to
fully evaluate, the option variables doallmxops and listarith must both be true (the
defaults). To illustrate the mapping over matrices, consider
(%i1) hermite (2, x);
2
(%o1) - 2 (1 - 2 x )
(%i2) m : matrix ([0, x], [y, 0]);
[ 0 x ]
(%o2) [ ]
[ y 0 ]
(%i3) hermite (2, m);
[ 2 ]
[ - 2 - 2 (1 - 2 x ) ]
(%o3) [ ]
[ 2 ]
Chapter 66: orthopoly 759
[ - 2 (1 - 2 y ) - 2 ]
In the second example, the i, j element of the value is hermite (2, m[i,j]); this is
not the same as computing -2 + 4 m . m, as seen in the next example.
(%i4) -2 * matrix ([1, 0], [0, 1]) + 4 * m . m;
[ 4 x y - 2 0 ]
(%o4) [ ]
[ 0 4 x y - 2 ]
If you evaluate a function at a point outside its domain, generally orthopoly returns
the function unevaluated. For example,
(%i1) legendre_p (2/3, x);
(%o1) P (x)
2/3
orthopoly supports translation into TeX; it also does two-dimensional output on a
terminal.
(%i1) spherical_harmonic (l, m, theta, phi);
m
(%o1) Y (theta, phi)
l
(%i2) tex (%);
$$Y_{l}^{m}\left(\vartheta,\varphi\right)$$
(%o2) false
(%i3) jacobi_p (n, a, a - b, x/2);
(a, a - b) x
(%o3) P (-)
n 2
(%i4) tex (%);
$$P_{n}^{\left(a,a-b\right)}\left({{x}\over{2}}\right)$$
(%o4) false
66.1.2 Limitations
When an expression involves several orthogonal polynomials with symbolic orders, its
possible that the expression actually vanishes, yet Maxima is unable to simplify it to zero.
If you divide by such a quantity, youll be in trouble. For example, the following expression
vanishes for integers n greater than 1, yet Maxima is unable to simplify it to zero.
(%i1) (2*n - 1) * legendre_p (n - 1, x) * x - n * legendre_p (n, x)
+ (1 - n) * legendre_p (n - 2, x);
(%o1) (2 n - 1) P (x) x - n P (x) + (1 - n) P (x)
n - 1 n n - 2
For a specific n, we can reduce the expression to zero.
(%i2) ev (% ,n = 10, ratsimp);
(%o2) 0
Generally, the polynomial form of an orthogonal polynomial is ill-suited for floating point
evaluation. Heres an example.
(%i1) p : jacobi_p (100, 2, 3, x)$
760 Maxima Manual
The default value of pochhammer_max_index is 100; change its value after loading
orthopoly.
Finally, be aware that reference books vary on the definitions of the orthogonal polyno-
mials; weve generally used the conventions of conventions of Abramowitz and Stegun.
Before you suspect a bug in orthopoly, check some special cases to determine if your
definitions match those used by orthopoly. Definitions often differ by a normalization; oc-
casionally, authors use shifted versions of the functions that makes the family orthogonal
on an interval other than (1, 1). To define, for example, a Legendre polynomial that is
orthogonal on (0, 1), define
(%i1) shifted_legendre_p (n, x) := legendre_p (n, 2*x - 1)$
A user could define arithmetic operators that do interval math. To define interval addi-
tion, we can define
(%i2) "@+"(x,y) := interval (part (x, 1) + part (y, 1), part (x, 2)
+ part (y, 2))$
The special floating point routines get called when the arguments are complex. For
example,
Additionally, when the arguments are big floats, the special floating point routines get
called; however, the big floats are converted into double floats and the final result is a
double.
To plot expressions that involve the orthogonal polynomials, you must do two things:
If function calls arent quoted, Maxima evaluates them to polynomials before plotting;
consequently, the specialized floating point code doesnt get called. Here is an example of
how to plot an expression that involves a Legendre polynomial.
(%o1)
1
-63*(1-x)5/8+315*(1-x)4/8-70*(1-x)3+105*(1-x)2/2-15*(1-x)+1
0.8
0.6
0.4
0.2
-0.2
-0.4
-0.6
0 0.2 0.4 0.6 0.8 1
The entire expression legendre_p (5, x) is quoted; this is different than just quoting
the function name using legendre_p (5, x).
66.1.6 Algorithms
Generally, orthopoly does symbolic evaluation by using a hypergeometic representation
of the orthogonal polynomials. The hypergeometic functions are evaluated using the (un-
documented) functions hypergeo11 and hypergeo21. The exceptions are the half-integer
Bessel functions and the associated Legendre function of the second kind. The half-integer
Bessel functions are evaluated using an explicit representation, and the associated Legendre
function of the second kind is evaluated using recursion.
For floating point evaluation, we again convert most functions into a hypergeometic form;
we evaluate the hypergeometic functions using forward recursion. Again, the exceptions are
the half-integer Bessel functions and the associated Legendre function of the second kind.
Numerically, the half-integer Bessel functions are evaluated using the SLATEC code.
67 plotdf
dy
= F (x, y)
dx
and the function F should be given as the argument for plotdf. If the independent and
dependent variables are not x, and y, as in the equation above, then those two variables
should be named explicitly in a list given as an argument to the plotdf command (see the
examples).
To plot the direction field of a set of two autonomous ODEs, they must be written in
the form
dx dy
= G(x, y) = F (x, y)
dt dt
and the argument for plotdf should be a list with the two functions G and F, in that
order; namely, the first expression in the list will be taken to be the time derivative of
the variable represented on the horizontal axis, and the second expression will be the time
derivative of the variable represented on the vertical axis. Those two variables do not have
to be x and y, but if they are not, then the second argument given to plotdf must be another
list naming the two variables, first the one on the horizontal axis and then the one on the
vertical axis.
If only one ODE is given, plotdf will implicitly admit x=t, and G(x,y)=1, transforming
the non-autonomous equation into a system of two autonomous equations.
the parameters option (the option syntax is given below), or with a range of allowed
values specified by a sliders option.
Several other options can be given within the command, or selected in the menu. Inte-
gral curves can be obtained by clicking on the plot, or with the option trajectory_at.
The direction of the integration can be controlled with the direction option, which
can have values of forward, backward or both. The number of integration steps is
given by nsteps and the time interval between them is set up with the tstep option.
The Adams Moulton method is used for the integration; it is also possible to switch
to an adaptive Runge-Kutta 4th order method.
Plot window menu:
The menu in the plot window has the following options: Zoom, will change the be-
havior of the mouse so that it will allow you to zoom in on a region of the plot by
clicking with the left button. Each click near a point magnifies the plot, keeping the
center at the point where you clicked. Holding the hShifti key while clicking, zooms
out to the previous magnification. To resume computing trajectories when you click
on a point, select Integrate from the menu.
The option Config in the menu can be used to change the ODE(s) in use and various
other settings. After configuration changes are made, the menu option Replot should
be selected, to activate the new settings. If a pair of coordinates are entered in the
field Trajectory at in the Config dialog menu, and the henteri key is pressed, a new
integral curve will be shown, in addition to the ones already shown. When Replot is
selected, only the last integral curve entered will be shown.
Holding the right mouse button down while the cursor is moved, can be used to drag
the plot sideways or up and down. Additional parameters such as the number of
steps, the initial value of t and the x and y centers and radii, may be set in the Config
menu.
A copy of the plot can be saved as a postscript file, using the menu option Save.
Plot options:
The plotdf command may include several commands, each command is a list of two
or more items. The first item is the name of the option, and the remainder comprises
the value or values assigned to the option.
The options which are recognized by plotdf are the following:
tstep defines the length of the increments on the independent variable t, used to
compute an integral curve. If only one expression dydx is given to plotdf, the
x variable will be directly proportional to t. The default value is 0.1.
nsteps defines the number of steps of length tstep that will be used for the
independent variable, to compute an integral curve. The default value is 100.
direction defines the direction of the independent variable that will be followed to
compute an integral curve. Possible values are forward, to make the independent
variable increase nsteps times, with increments tstep, backward, to make the
independent variable decrease, or both that will lead to an integral curve that
extends nsteps forward, and nsteps backward. The keywords right and left
can be used as synonyms for forward and backward. The default value is both.
Chapter 67: plotdf 771
tinitial defines the initial value of variable t used to compute integral curves.
Since the differential equations are autonomous, that setting will only appear in
the plot of the curves as functions of t. The default value is 0.
versus t is used to create a second plot window, with a plot of an integral curve,
as two functions x, y, of the independent variable t. If versus_t is given any
value different from 0, the second plot window will be displayed. The second plot
window includes another menu, similar to the menu of the main plot window.
The default value is 0.
trajectory at defines the coordinates xinitial and yinitial for the starting point
of an integral curve. The option is empty by default.
parameters defines a list of parameters, and their numerical values, used in the
definition of the differential equations. The name and values of the parameters
must be given in a string with a comma-separated sequence of pairs name=value.
sliders defines a list of parameters that will be changed interactively using slider
buttons, and the range of variation of those parameters. The names and ranges
of the parameters must be given in a string with a comma-separated sequence of
elements name=min:max
x should be followed by two numbers, which will set up the minimum and max-
imum values shown on the horizontal axis. If the variable on the horizontal axis
is not x, then this option should have the name of the variable on the horizontal
axis. The default horizontal range is from -10 to 10.
y should be followed by two numbers, which will set up the minimum and max-
imum values shown on the vertical axis. If the variable on the vertical axis is
not y, then this option should have the name of the variable on the vertical axis.
The default vertical range is from -10 to 10.
Examples:
To show the direction field of the differential equation y 0 = exp(x) + y and the
solution that goes through (2, 0.1):
(%i1) load("plotdf")$
772 Maxima Manual
(%i2) plotdf(exp(-x)+y,[trajectory_at,2,-0.1])$
-5 0 5
5 5
2
2
0 0
-5 -5
-5 0 5
To obtain the direction field for the equation dif f (y, x) = x y 2 and the solution
with initial condition y(1) = 3, we can use the command:
(%i3) plotdf(x-y^2,[xfun,"sqrt(x);-sqrt(x)"],
[trajectory_at,-1,3], [direction,forward],
[y,-5,5], [x,-4,16])$
The graph also shows the function y = sqrt(x).
sqrt(x) 0 5 10 15
-sqrt(x)
2.5 2.5
2 10
0 0
-2.5 -2.5
0 5 10 15
The following example shows the direction field of a harmonic oscillator, defined
by the two equations dz/dt = v and dv/dt = k z/m, and the integral curve
Chapter 67: plotdf 773
through (z, v) = (6, 0), with a slider that will allow you to change the value of m
interactively (k is fixed at 2):
(%i4) plotdf([v,-k*z/m], [z,v], [parameters,"m=2,k=2"],
[sliders,"m=1:5"], [trajectory_at,6,0])$
-5 0 5
5 5
2
0 0
-5 -5
m: 2.00 -5 0 5
To plot the direction field of the Duffing equation, mx00 +cx0 +k x+bx3 = 0,
we introduce the variable y = x0 and use:
(%i5) plotdf([y,-(k*x + c*y + b*x^3)/m],
[parameters,"k=-1,m=1.0,c=0,b=1"],
[sliders,"k=-2:2,m=-1:1"],[tstep,0.1])$
10 10 10
-10 -5 0 5
5 5
-10 2
0 0
-5 -5
k: -1.00
-10m: 1.00 -5 0 5
774 Maxima Manual
The direction field for a damped pendulum, including the solution for the given
initial conditions, with a slider that can be used to change the value of the mass
m, and with a plot of the two state variables as a function of time:
(%i6) plotdf([w,-g*sin(a)/l - b*w/m/l], [a,w],
[parameters,"g=9.8,l=0.5,m=0.3,b=0.05"],
[trajectory_at,1.05,-9],[tstep,0.01],
[a,-10,2], [w,-14,14], [direction,forward],
[nsteps,300], [sliders,"m=0.1:1"], [versus_t,1])$
-5 0
10 10
0 0
-10 -10
m: 0.297 -5 0
0 1 2 3
x(t)
y(t)
0.5 2.5
0 0
-5 -5
0 1 2 3
Chapter 68: romberg 775
68 romberg
69 simplex
70 simplification
The true setting of this switch is useful when one wants to facsum both the numerator
and denominator of a rational expression, but does not want the denominator to be
multiplied through the terms of the numerator.
tracematrix (M ) Function
Returns the trace (sum of the diagonal elements) of matrix M.
To use this function write first load(functs).
gd (x) Function
Returns the Gudermannian function 2 * atan(%e^x - %pi/2).
To use this function write first load(functs).
Be careful about using parentheses around the inequalities: when the user types in (A
> B) + (C = 5) the result is A + C > B + 5, but A > B + C = 5 is a syntax error, and (A > B +
C) = 5 is something else entirely.
Do disprule (all) to see a complete listing of the rule definitions.
The user will be queried if Maxima is unable to decide the sign of a quantity multiplying
an inequality.
The most common mis-feature is illustrated by:
(%i1) eq: a > b;
(%o1) a > b
(%i2) 2*eq;
(%o2) 2 (a > b)
(%i3) % - eq;
(%o3) a > b
Another problem is 0 times an inequality; the default to have this turn into 0 has been
left alone. However, if you type X*some inequality and Maxima asks about the sign of
X and you respond zero (or z), the program returns X*some inequality and not use the
information that X is 0. You should do ev (%, x: 0) in such a case, as the database will
only be used for comparison purposes in decisions, and not for the purpose of evaluating X.
The user may note a slower response when this package is loaded, as the simplifier is
forced to examine more rules than without the package, so you might wish to remove the
rules after making use of them. Do kill (rules) to eliminate all of the rules (including
any that you might have defined); or you may be more selective by killing only some of
them; or use remrule on a specific rule.
Note that if you load this package after defining your own rules you will clobber your
rules that have the same name. The rules in this package are: *rule1, ..., *rule8, +rule1,
..., +rule18, and you must enclose the rulename in quotes to refer to it, as in remrule
("+", "+rule1") to specifically remove the first rule on "+" or disprule ("*rule2") to
display the definition of the second multiplicative rule.
const_prefix (default value: xx) is the string of characters used to prefix all symbols
generated by reduce_consts to represent constant subexpressions.
const_counter (default value: 1) is the integer index used to generate unique symbols
to represent each constant subexpression found by reduce_consts.
load (rducon) loads this function. demo (rducon) shows a demonstration of this
function.
71 solve rec
n - 1
====
\
(%t6) %z = > %u
n / %j
====
%j = 0
(%o6) (- n - 2) %u - %u
n + 1 n
(%i6) solve_rec((n+2)*%u[n+1] + %u[n], %u[n]);
792 Maxima Manual
n
%k (- 1)
1
(%o6) %u = ----------
n (n + 1)!
n - 1
==== j
\ (- 1)
%k n > -------- + %k n
2 / (j + 1)! 1
====
j = 0
solutions to linear recurrences with polynomial coefficients and can solve Ricatti type
recurrences.
Note that the running time of the algorithm used to find hypergeometrical solutions
is exponential in the degree of the leading and trailing coefficient.
To use this function first load the solve_rec package with load(solve_rec);.
Example of linear recurrence with constant coefficients:
(%i2) solve_rec(a[n]=a[n-1]+a[n-2]+n/2^n, a[n]);
n n
(sqrt(5) - 1) %k (- 1)
1 n
(%o2) a = ------------------------- - ----
n n n
2 5 2
n
(sqrt(5) + 1) %k
2 2
+ ------------------ - ----
n n
2 5 2
Example of linear recurrence with polynomial coefficients:
(%i7) 2*x*(x+1)*y[x] - (x^2+3*x-2)*y[x+1] + (x-1)*y[x+2];
2
(%o7) (x - 1) y - (x + 3 x - 2) y + 2 x (x + 1) y
x + 2 x + 1 x
(%i8) solve_rec(%, y[x], y[1]=1, y[3]=3);
x
3 2 x!
(%o9) y = ---- - --
x 4 2
Example of Ricatti type recurrence:
(%i2) x*y[x+1]*y[x] - y[x+1]/(x+2) + y[x]/(x-1) = 0;
y y
x + 1 x
(%o2) x y y - ------ + ----- = 0
x x + 1 x + 2 x - 1
(%i3) solve_rec(%, y[x], y[3]=5)$
(%i4) ratsimp(minfactorial(factcomb(%)));
3
30 x - 30 x
(%o4) y = - -------------------------------------------------
x 6 5 4 3 2
5 x - 3 x - 25 x + 15 x + 20 x - 12 x - 1584
See also: solve_rec_rat, simplify_products, and product_use_gamma.
To use this function first load the solve_rec package with load(solve_rec);.
Example:
(%i1) (x+4)*a[x+3] + (x+3)*a[x+2] - x*a[x+1] + (x^2-1)*a[x];
(%o1) (x + 4) a + (x + 3) a - x a
x + 3 x + 2 x + 1
2
+ (x - 1) a
x
(%i2) solve_rec_rat(% = (x+2)/(x+1), a[x]);
1
(%o2) a = ---------------
x (x - 1) (x + 1)
See also: solve_rec.
72 stats
|
| base = 3
|
(%o3) | height = 2
|
| perimeter = 10
|
| area = 6
(%i4) take_inference(diagonal,%);
(%o4) sqrt(13)
See also take_inference.
area=b*h,
perimeter=2*(b+h)],
[1,2,5,4] );
| Rectangle
|
| base = 3
|
(%o3) | height = 2
|
| perimeter = 10
|
| area = 6
(%i4) take_inference(base,sol);
(%o4) 3
(%i5) take_inference(5,sol);
(%o5) 10
(%i6) take_inference([1,diagonal],sol);
(%o6) [3, sqrt(13)]
(%i7) take_inference(items_inference(sol),sol);
(%o7) [3, 2, sqrt(13), 6, 10]
See also inference_result and take_inference.
| MEAN TEST
|
| mean_estimate = 74.88571428571429
|
| conf_level = 0.95
|
| conf_interval = [57.72848600856194, 92.04294256286663]
|
(%o2) | method = Large sample z-test. Unknown variance.
|
| hypotheses = H0: mean = 50 , H1: mean # 50
|
| statistic = 2.842831192874313
|
| distribution = [normal, 0, 1]
|
| p_value = .004471474652002261
| ratio_estimate = 2.316933391522034
|
| conf_level = 0.95
|
| conf_interval = [.3703504689507268, inf]
|
(%o4) | method = Variance ratio F-test. Unknown means.
|
| hypotheses = H0: var1 = var2 , H1: var1 > var2
|
| statistic = 2.316933391522034
|
| distribution = [f, 5, 4]
|
| p_value = .2179269692254457
| distribution = [signed_rank, 6]
|
| p_value = 0.28125
Checks the null hypothesis H0 : equal(median, 2.5) against the alternative H1 :
notequal(median, 2.5). This is an approximated test, since there are ties.
(%i1) load("stats")$
(%i2) y:[1.9,2.3,2.6,1.9,1.6,3.3,4.2,4,2.4,2.9,1.5,3,2.9,4.2,3.1]$
(%i3) test_signed_rank(y,median=2.5);
| SIGNED RANK TEST
|
| med_estimate = 2.9
|
| method = Asymptotic test. Ties
|
(%o3) | hypotheses = H0: med = 2.5 , H1: med # 2.5
|
| statistic = 76.5
|
| distribution = [normal, 60.5, 17.58195097251724]
|
| p_value = .3628097734643669
(%i3) y:[21,18,25,14,52,65,40,43]$
(%i4) test_rank_sum(x,y);
| RANK SUM TEST
|
| method = Exact test
|
| hypotheses = H0: med1 = med2 , H1: med1 # med2
(%o4) |
| statistic = 22
|
| distribution = [rank_sum, 9, 8]
|
| p_value = .1995886466474702
Now, with greater samples and ties, the procedure makes normal approximation. The
alternative hypothesis is H1 : median1 < median2.
(%i1) load("stats")$
(%i2) x: [39,42,35,13,10,23,15,20,17,27]$
(%i3) y: [20,52,66,19,41,32,44,25,14,39,43,35,19,56,27,15]$
(%i4) test_rank_sum(x,y,alternative=less);
| RANK SUM TEST
|
| method = Asymptotic test. Ties
|
| hypotheses = H0: med1 = med2 , H1: med1 < med2
(%o4) |
| statistic = 48.5
|
| distribution = [normal, 79.5, 18.95419580097078]
|
| p_value = .05096985666598441
Example:
Fitting a linear model to a bivariate sample. Input %i4 plots the sample together with
the regression line; input %i5 computes y given x=113; the means and the confidence
interval for a new prediction when x=113 are also calculated.
(%i1) load("stats")$
(%i2) s:[[125,140.7], [130,155.1], [135,160.3], [140,167.2],
[145,169.8]]$
(%i3) z:simple_linear_regression(s,conflevel=0.99);
| SIMPLE LINEAR REGRESSION
|
| model = 1.405999999999985 x - 31.18999999999804
|
| correlation = .9611685255255155
|
| v_estimation = 13.57966666666665
|
(%o3) | b_conf_int = [.04469633662525263, 2.767303663374718]
|
| hypotheses = H0: b = 0 ,H1: b # 0
|
| statistic = 6.032686683658114
|
| distribution = [student_t, 3]
|
| p_value = 0.0038059549413203
(%i4) plot2d([[discrete, s], take_inference(model,z)],
[x,120,150],
[gnuplot_curve_styles, ["with points","with lines"]] )$
(%i5) take_inference(model,z), x=133;
(%o5) 155.808
(%i6) take_inference(means,z);
(%o6) [135.0, 158.62]
(%i7) take_inference(new_pred_conf_int,z), x=133;
(%o7) [132.0728595995113, 179.5431404004887]
73 stirling
(%i2) stirling(gamma(%alpha+x)/gamma(x),1);
1/2 - x x + %alpha - 1/2
(%o2) x (x + %alpha)
1 1
--------------- - ---- - %alpha
12 (x + %alpha) 12 x
%e
(%i3) taylor(%,x,inf,1);
%alpha 2 %alpha
%alpha x %alpha - x %alpha
(%o3)/T/ x + -------------------------------- + . . .
2 x
(%i4) map(factor,%);
%alpha - 1
%alpha (%alpha - 1) %alpha x
(%o4) x + -------------------------------
2
The function stirling knows the difference between the variable gamma and the
function gamma:
(%i5) stirling(gamma + gamma(x),0);
x - 1/2 - x
(%o5) gamma + sqrt(2) sqrt(%pi) x %e
(%i6) stirling(gamma(y) + gamma(x),0);
y - 1/2 - y
(%o6) sqrt(2) sqrt(%pi) y %e
x - 1/2 - x
+ sqrt(2) sqrt(%pi) x %e
To use this function write first load("stirling").
812 Maxima Manual
Chapter 74: stringproc 813
74 stringproc
After closing the stream you can open it again, this time with input direction. readline
returns the entire line as one string. The stringproc package now offers a lot of functions
for manipulating strings. Tokenizing can be done by split or tokens.
(%i5) s: openr("E:/file.txt");
(%o5) #<input stream E:/file.txt>
(%i6) readline(s);
(%o6) 0 1 1 2 3 5 8 13 21 34 55
(%i7) line: readline(s);
(%o7) 42 1.234 sqrt(2) %pi 0.01 1.0E-2 1.0b-2
(%i8) list: tokens(line);
(%o8) [42, 1.234, sqrt(2), %pi, 0.01, 1.0E-2, 1.0b-2]
(%i9) map( parse_string, list );
(%o9) [42, 1.234, sqrt(2), %pi, 0.01, 0.01, 1.0b-2]
(%i10) float(%);
(%o10) [42.0, 1.234, 1.414213562373095, 3.141592653589793, 0.01,
0.01, 0.01]
(%i11) readline(s);
(%o11) false
(%i12) close(s)$
readline returns false when the end of file occurs.
freshline () Function
freshline (stream) Function
Writes a new line (to stream), if the position is not at the beginning of a line. See
also newline.
newline () Function
newline (stream) Function
Writes a new line (to stream). See sprint for an example of using newline(). Note
that there are some cases, where newline() does not work as expected.
~r spell an integer
~p plural
~f floating point
~e scientific notation
~g ~f or ~e, depending upon magnitude
~h bigfloat
~a uses Maxima function string
~s like ~a, but output enclosed in "double quotes"
~~ ~
~< justification, ~> terminates
~( case conversion, ~) terminates
~[ selection, ~] terminates
~{ iteration, ~} terminates
Note that the selection directive ~[ is zero-indexed. Also note that the directive ~*
is not supported.
(%i1) printf( false, "~a ~a ~4f ~a ~@r",
"String",sym,bound,sqrt(12),144), bound = 1.234;
(%o1) String sym 1.23 2*sqrt(3) CXLIV
(%i2) printf( false,"~{~a ~}",["one",2,"THREE"] );
(%o2) one 2 THREE
(%i3) printf(true,"~{~{~9,1f ~}~%~}",mat ),
mat = args(matrix([1.1,2,3.33],[4,5,6],[7,8.88,9]))$
1.1 2.0 3.3
4.0 5.0 6.0
7.0 8.9 9.0
(%i4) control: "~:(~r~) bird~p ~[is~;are~] singing."$
(%i5) printf( false,control, n,n,if n=1 then 0 else 1 ), n=2;
(%o5) Two birds are singing.
If dest is a stream or true, then printf returns false. Otherwise, printf returns a
string containing the output.
newline Variable
The newline character.
space Variable
The space character.
tab Variable
The tab character.
75 unit
The unit.mac file also loads a lisp file unit-functions.lisp which contains the lisp functions
needed for the package.
Clifford Yapp is the primary author. He has received valuable assistance from Barton
Willis of the University of Nebraska at Kearney (UNK), Robert Dodier, and other intrepid
folk of the Maxima mailing list.
There are probably lots of bugs. Let me know. float and numer dont do what is
expected.
TODO : dimension functionality, handling of temperature, showabbr and friends. Show
examples with addition of quantities containing units.
127 2
%min
(%i9) g;
(%o9) (100) (cg)
(%i10) centigram*inch/minutes^2;
%in cg
(%o10) ------
2
%min
The setting of units is quite flexible. For example, if we want to get back to kilograms,
meters, and seconds as defaults for those dimensions we can do:
(%i11) setunits([kg,m,s]);
(%o11) done
(%i12) centigram*inch/minutes^2;
127 kg m
(%o12) (-------------) (----)
1800000000000 2
s
Derived units are also handled by this command:
(%i17) setunits(N);
(%o17) done
(%i18) N;
(%o18) N
(%i19) dyn;
1
(%o19) (------) (N)
100000
(%i20) kg*m/s^2;
(%o20) N
(%i21) centigram*inch/minutes^2;
127
(%o21) (-------------) (N)
1800000000000
Notice that the unit package recognized the non MKS combination of mass, length,
and inverse time squared as a force, and converted it to Newtons. This is how Maxima
works in general. If, for example, we prefer dyne to Newtons, we simply do the
following:
(%i22) setunits(dyn);
(%o22) done
(%i23) kg*m/s^2;
(%o23) (100000) (dyn)
(%i24) centigram*inch/minutes^2;
127
(%o24) (--------) (dyn)
18000000
To discontinue simplifying to any force, we use the uforget command:
(%i26) uforget(dyn);
828 Maxima Manual
(%o26) false
(%i27) kg*m/s^2;
kg m
(%o27) ----
2
s
(%i28) centigram*inch/minutes^2;
127 kg m
(%o28) (-------------) (----)
1800000000000 2
s
This would have worked equally well with uforget(N) or uforget(%force).
See also uforget. To use this function write first load("unit").
(%i2) kg*m/s^2;
kg m
(%o2) ----
2
s
(%i3) convert(kg*m/s^2,[g,km,s]);
g km
(%o3) ----
2
s
(%i4) convert(kg*m/s^2,[g,inch,minute]);
5000000 %in g
(%o16) (-------) (-----)
127 2
s
See also setunits and uforget. To use this function write first load("unit").
(%i13) kg*m^2/s^2;
2
kg m
(%o13) -----
2
s
(%i14) setunits([dyn,eV]);
(%o14) done
(%i15) kg*m/s^2;
kg m
(%o15) ----
2
s
(%i16) kg*m^2/s^2;
2
kg m
(%o16) -----
2
s
(%i17) uforget([dyn,eV]);
(%o17) [false, false]
(%i18) kg*m/s^2;
kg m
(%o18) ----
2
s
(%i19) kg*m^2/s^2;
2
kg m
(%o19) -----
2
s
(%i20) usedimension(N);
Done. To have Maxima simplify to this dimension, use
setunits([unit]) to select a unit.
(%o20) true
(%i21) usedimension(J);
Done. To have Maxima simplify to this dimension, use
setunits([unit]) to select a unit.
(%o21) true
(%i22) kg*m/s^2;
kg m
(%o22) ----
2
s
(%i23) kg*m^2/s^2;
2
kg m
(%o23) -----
Chapter 75: unit 833
2
s
(%i24) setunits([dyn,eV]);
(%o24) done
(%i25) kg*m/s^2;
(%o25) (100000) (dyn)
(%i26) kg*m^2/s^2;
(%o26) (6241509596477042688) (eV)
(%i27) uforget([dyn,eV]);
(%o27) [false, false]
(%i28) kg*m/s^2;
(%o28) N
(%i29) kg*m^2/s^2;
(%o29) J
(%i30) kill(usersetunits);
(%o30) done
(%i31) uforget([dyn,eV]);
(%o31) [false, false]
(%i32) kg*m/s^2;
kg m
(%o32) ----
2
s
(%i33) kg*m^2/s^2;
2
kg m
(%o33) -----
2
s
Unfortunately this wide variety of options is a little confusing at first, but once the
user grows used to them they should find they have very full control over their working
environment.
%unitexpand Variable
Default value: 2
This is the value supplied to metricexpandall during the initial loading of unit.
Chapter 76: zeilberger 835
76 zeilberger
There are also verbose versions of the commands which are called by adding one of the
following prefixes:
VeryVerbose
More information
Extra Even more information including information on the linear system in Zeil-
bergers algorithm
AntiDifference (F k, k) Function
Returns the hypergeometric anti-difference of F k, if it exists. Otherwise
AntiDifference returns no_hyp_antidifference.
Gosper (F k, k) Function
Returns the rational certificate R(k) for F k, that is, a rational function such that
Fk = R(k + 1)F( k + 1) R(k)Fk
if it exists. Otherwise, Gosper returns no_hyp_sol.
GosperSum (F k, k, a, b) Function
Returns the summmation of F k from k = a to k = b if F k has a hypergeometric
anti-difference. Otherwise, GosperSum returns nongosper_summable.
Examples:
(%i1) load (zeilberger);
(%o1) /usr/share/maxima/share/contrib/Zeilberger/zeilberger.mac
(%i2) GosperSum ((-1)^k*k / (4*k^2 - 1), k, 1, n);
77 Indices
840 Maxima Manual
Appendix A: Function and Variable Index 841
! /
! (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 / (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
!! (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
:
# : (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
# (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 :: (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
::= (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
:= (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
%
% (System variable) . . . . . . . . . . . . . . . . . . . . . . . . . 125 <
%% (System variable) . . . . . . . . . . . . . . . . . . . . . . . . 125
< (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
%c (Variable) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 532
<= (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
%e (Constant) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181
%e_to_numlog (Option variable) . . . . . . . . . . . . . 185
%edispflag (Option variable) . . . . . . . . . . . . . . . . 125 =
%emode (Option variable) . . . . . . . . . . . . . . . . . . . . . 74
%enumer (Option variable) . . . . . . . . . . . . . . . . . . . . 74 = (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
%gamma (Constant) . . . . . . . . . . . . . . . . . . . . . . . . . . 390
%i (Constant) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181
%iargs (Option variable) . . . . . . . . . . . . . . . . . . . . 190
>
%k1 (Variable) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 533 > (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
%k2 (Variable) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 533 >= (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
%phi (Constant) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181
%pi (Constant) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182
%piargs (Option variable) . . . . . . . . . . . . . . . . . . . 189 ?
%rnum_list (System variable) . . . . . . . . . . . . . . . 243 ? (Special symbol) . . . . . . . . . . . . . . . . . . . . . . . . . . 126
%th (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 126 ?? (Special symbol) . . . . . . . . . . . . . . . . . . . . . . . . . 126
%unitexpand (Variable) . . . . . . . . . . . . . . . . . . . . . 834
[
[ (Special symbol) . . . . . . . . . . . . . . . . . . . . . . . . . . 304
(Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
(Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
]
* ] (Special symbol) . . . . . . . . . . . . . . . . . . . . . . . . . . 304
* (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
** (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 ^
^ (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
+ ^^ (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
+ (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
. |
. (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 | (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338
842 Maxima Manual
B carg (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
backsubst (Option variable) . . . . . . . . . . . . . . . . . 246 cartan (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 215
backtrace (Function) . . . . . . . . . . . . . . . . . . . . . . . 505 cartesian_product (Function) . . . . . . . . . . . . . . 454
bars (Graphic object) . . . . . . . . . . . . . . . . . . . . . . . 632 catch (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 484
barsplot (Function) . . . . . . . . . . . . . . . . . . . . . . . . 555 cauchysum (Option variable) . . . . . . . . . . . . . . . . . 375
bashindices (Function) . . . . . . . . . . . . . . . . . . . . . 276 cbffac (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 152
batch (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 127 cdf_bernoulli (Function) . . . . . . . . . . . . . . . . . . . 594
batchload (Function) . . . . . . . . . . . . . . . . . . . . . . . 127 cdf_beta (Function) . . . . . . . . . . . . . . . . . . . . . . . . 580
bc2 (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261 cdf_binomial (Function) . . . . . . . . . . . . . . . . . . . . 591
bdvac (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 359 cdf_cauchy (Function) . . . . . . . . . . . . . . . . . . . . . . 589
belln (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 453 cdf_chi2 (Function) . . . . . . . . . . . . . . . . . . . . . . . . 571
berlefact (Option variable) . . . . . . . . . . . . . . . . . 160 cdf_continuous_uniform (Function) . . . . . . . . . 582
bern (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 387 cdf_discrete_uniform (Function) . . . . . . . . . . . 597
bernpoly (Function) . . . . . . . . . . . . . . . . . . . . . . . . 387 cdf_exp (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 575
bessel (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 198 cdf_f (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 573
bessel_i (Function) . . . . . . . . . . . . . . . . . . . . . . . . 199 cdf_gamma (Function) . . . . . . . . . . . . . . . . . . . . . . . 579
bessel_j (Function) . . . . . . . . . . . . . . . . . . . . . . . . 198 cdf_geometric (Function) . . . . . . . . . . . . . . . . . . . 596
bessel_k (Function) . . . . . . . . . . . . . . . . . . . . . . . . 199 cdf_gumbel (Function) . . . . . . . . . . . . . . . . . . . . . . 590
bessel_y (Function) . . . . . . . . . . . . . . . . . . . . . . . . 198 cdf_hypergeometric (Function) . . . . . . . . . . . . . 598
besselexpand (Option variable) . . . . . . . . . . . . . 199 cdf_laplace (Function) . . . . . . . . . . . . . . . . . . . . . 588
beta (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 cdf_logistic (Function) . . . . . . . . . . . . . . . . . . . . 583
bezout (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 160 cdf_lognormal (Function) . . . . . . . . . . . . . . . . . . . 578
bffac (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 cdf_negative_binomial (Function) . . . . . . . . . . 599
bfhzeta (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 387 cdf_normal (Function) . . . . . . . . . . . . . . . . . . . . . . 567
bfloat (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 151 cdf_pareto (Function) . . . . . . . . . . . . . . . . . . . . . . 584
bfloatp (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 151 cdf_poisson (Function) . . . . . . . . . . . . . . . . . . . . . 592
bfpsi (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 cdf_rank_sum (Function) . . . . . . . . . . . . . . . . . . . . 809
bfpsi0 (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 151 cdf_rayleigh (Function) . . . . . . . . . . . . . . . . . . . . 586
bftorat (Option variable) . . . . . . . . . . . . . . . . . . . 151 cdf_signed_rank (Function) . . . . . . . . . . . . . . . . 808
bftrunc (Option variable) . . . . . . . . . . . . . . . . . . . 151 cdf_student_t (Function) . . . . . . . . . . . . . . . . . . . 569
bfzeta (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 387 cdf_weibull (Function) . . . . . . . . . . . . . . . . . . . . . 584
biconected_components (Function) . . . . . . . . . . 669 cdisplay (Function) . . . . . . . . . . . . . . . . . . . . . . . . 360
bimetric (Function) . . . . . . . . . . . . . . . . . . . . . . . . 359 ceiling (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 41
binomial (Function) . . . . . . . . . . . . . . . . . . . . . . . . 387 central_moment (Function). . . . . . . . . . . . . . . . . . 544
bipartition (Function) . . . . . . . . . . . . . . . . . . . . . 669 cequal (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 817
block (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 483 cequalignore (Function) . . . . . . . . . . . . . . . . . . . . 817
blockmatrixp (Function) . . . . . . . . . . . . . . . . . . . . 723 cf (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 388
bode_gain (Function) . . . . . . . . . . . . . . . . . . . . . . . 527 cfdisrep (Function) . . . . . . . . . . . . . . . . . . . . . . . . 389
bode_phase (Function) . . . . . . . . . . . . . . . . . . . . . . 528 cfexpand (Function) . . . . . . . . . . . . . . . . . . . . . . . . 389
border (Graphic option) . . . . . . . . . . . . . . . . . . . . 620 cflength (Option variable) . . . . . . . . . . . . . . . . . . 389
bothcoef (Function) . . . . . . . . . . . . . . . . . . . . . . . . 160 cframe_flag (Option variable) . . . . . . . . . . . . . . 365
boundaries_array (Global variable) . . . . . . . . . 639 cgeodesic (Function) . . . . . . . . . . . . . . . . . . . . . . . 359
box (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 cgreaterp (Function) . . . . . . . . . . . . . . . . . . . . . . . 817
boxchar (Option variable) . . . . . . . . . . . . . . . . . . . . 66 cgreaterpignore (Function) . . . . . . . . . . . . . . . . 817
boxplot (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 556 changename (Function) . . . . . . . . . . . . . . . . . . . . . . 313
break (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 484 changevar (Function) . . . . . . . . . . . . . . . . . . . . . . . 223
breakup (Option variable) . . . . . . . . . . . . . . . . . . . 246 chaosgame (Function) . . . . . . . . . . . . . . . . . . . . . . . 649
bug_report (Function) . . . . . . . . . . . . . . . . . . . . . . . . 5 charat (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 818
build_info (Function) . . . . . . . . . . . . . . . . . . . . . . . . 5 charfun (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 42
buildq (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 478 charfun2 (Function) . . . . . . . . . . . . . . . . . . . . . . . . 704
burn (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 388 charlist (Function) . . . . . . . . . . . . . . . . . . . . . . . . 818
charp (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 817
charpoly (Function) . . . . . . . . . . . . . . . . . . . . . . . . 284
C chebyshev_t (Function) . . . . . . . . . . . . . . . . . . . . . 765
cabs (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 chebyshev_u (Function) . . . . . . . . . . . . . . . . . . . . . 765
canform (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 323 check_overlaps (Function). . . . . . . . . . . . . . . . . . 306
canten (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 322 checkdiv (Function) . . . . . . . . . . . . . . . . . . . . . . . . 359
cardinality (Function) . . . . . . . . . . . . . . . . . . . . . 454 cholesky (Function) . . . . . . . . . . . . . . . . . . . . . . . . 724
844 Maxima Manual
N O
nc_degree (Function) . . . . . . . . . . . . . . . . . . . . . . . 306 obase (Option variable) . . . . . . . . . . . . . . . . . . . . . 137
ncexpt (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 299 odd_girth (Function) . . . . . . . . . . . . . . . . . . . . . . . 679
ncharpoly (Function) . . . . . . . . . . . . . . . . . . . . . . . 299 oddp (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
negative_picture (Function) . . . . . . . . . . . . . . . 644 ode_check (Function) . . . . . . . . . . . . . . . . . . . . . . . 532
negdistrib (Option variable) . . . . . . . . . . . . . . . . . 97 ode2 (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262
negsumdispflag (Option variable) . . . . . . . . . . . . 97 odelin (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 531
neighbors (Function) . . . . . . . . . . . . . . . . . . . . . . . 679 op (Function). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81
new_graph (Function) . . . . . . . . . . . . . . . . . . . . . . . 667 opena (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 815
newcontext (Function) . . . . . . . . . . . . . . . . . . . . . . 157 opena_binary (Function) . . . . . . . . . . . . . . . . . . . . 752
newdet (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 300 openr (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 815
newline (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 815 openr_binary (Function) . . . . . . . . . . . . . . . . . . . . 752
newline (Variable) . . . . . . . . . . . . . . . . . . . . . . . . . . 818 openw (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 815
newton (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 269 openw_binary (Function) . . . . . . . . . . . . . . . . . . . . 752
newtonepsilon (Option variable) . . . . . . . . . . . . 747 operatorp (Function) . . . . . . . . . . . . . . . . . . . . . . . . 82
newtonmaxiter (Option variable) . . . . . . . . . . . . 747 opproperties (System variable) . . . . . . . . . . . . . . 98
next_prime (Function) . . . . . . . . . . . . . . . . . . . . . . 392 opsubst (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 755
nextlayerfactor (Global variable). . . . . . . . . . . 782 opsubst (Option variable) . . . . . . . . . . . . . . . . . . . . 98
niceindices (Function) . . . . . . . . . . . . . . . . . . . . . 376 optimize (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 82
niceindicespref (Option variable) . . . . . . . . . . 377 optimprefix (Option variable). . . . . . . . . . . . . . . . 82
ninth (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 447 optionset (Option variable) . . . . . . . . . . . . . . . . . . 24
nm (Variable) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367 or (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
nmc (Variable) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367 orbit (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 402
noeval (Special symbol) . . . . . . . . . . . . . . . . . . . . . . 97 orbits (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 651
nolabels (Option variable) . . . . . . . . . . . . . . . . . . . 23 ordergreat (Function) . . . . . . . . . . . . . . . . . . . . . . . 82
noncentral_moment (Function) . . . . . . . . . . . . . . 543 ordergreatp (Function) . . . . . . . . . . . . . . . . . . . . . . 83
nonegative_lp (Option variable) . . . . . . . . . . . . 780 orderless (Function) . . . . . . . . . . . . . . . . . . . . . . . . 82
nonmetricity (Function) . . . . . . . . . . . . . . . . . . . . 356 orderlessp (Function) . . . . . . . . . . . . . . . . . . . . . . . 83
nonnegintegerp (Function). . . . . . . . . . . . . . . . . . 731 orthogonal_complement (Function) . . . . . . . . . . 731
nonscalar (Declaration) . . . . . . . . . . . . . . . . . . . . 300 orthopoly_recur (Function) . . . . . . . . . . . . . . . . 766
nonscalarp (Function) . . . . . . . . . . . . . . . . . . . . . . 300 orthopoly_returns_intervals (Variable) . . . . 766
nonzeroandfreeof (Function) . . . . . . . . . . . . . . . 784 orthopoly_weight (Function) . . . . . . . . . . . . . . . 766
not (Operator) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 out_neighbors (Function) . . . . . . . . . . . . . . . . . . . 679
notequal (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 45 outative (Declaration). . . . . . . . . . . . . . . . . . . . . . . 98
noun (Declaration) . . . . . . . . . . . . . . . . . . . . . . . . . . . 97 outchar (Option variable) . . . . . . . . . . . . . . . . . . . 137
noundisp (Option variable) . . . . . . . . . . . . . . . . . . . 97 outermap (Function) . . . . . . . . . . . . . . . . . . . . . . . . 512
nounify (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 81 outofpois (Function) . . . . . . . . . . . . . . . . . . . . . . . 201
nouns (Special symbol) . . . . . . . . . . . . . . . . . . . . . . . 97
np (Variable) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367
npi (Variable) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367 P
nptetrad (Function) . . . . . . . . . . . . . . . . . . . . . . . . 353 packagefile (Option variable) . . . . . . . . . . . . . . 138
nroots (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 252 pade (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 378
nterms (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 palette (Graphic option) . . . . . . . . . . . . . . . . . . . 616
ntermst (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 360 parametric (Graphic object) . . . . . . . . . . . . . . . . 637
nthroot (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 252 parametric_surface (Graphic object). . . . . . . . 641
nticks (Graphic option) . . . . . . . . . . . . . . . . . . . . 625 parGosper (Function) . . . . . . . . . . . . . . . . . . . . . . . 837
ntrig (Package) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192 parse_string (Function) . . . . . . . . . . . . . . . . . . . . 819
nullity (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 731 part (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
nullspace (Function) . . . . . . . . . . . . . . . . . . . . . . . 731 part2cont (Function) . . . . . . . . . . . . . . . . . . . . . . . 399
num (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 169 partfrac (Function) . . . . . . . . . . . . . . . . . . . . . . . . 392
num_distinct_partitions (Function) . . . . . . . . 465 partition (Function) . . . . . . . . . . . . . . . . . . . . . . . . 84
num_partitions (Function). . . . . . . . . . . . . . . . . . 465 partition_set (Function) . . . . . . . . . . . . . . . . . . . 466
numbered_boundaries (Function) . . . . . . . . . . . . 645 partpol (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 399
numberp (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 420 partswitch (Option variable) . . . . . . . . . . . . . . . . . 85
numer (Special symbol) . . . . . . . . . . . . . . . . . . . . . . . 97 path_digraph (Function) . . . . . . . . . . . . . . . . . . . . 667
numerval (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 97 path_graph (Function) . . . . . . . . . . . . . . . . . . . . . . 667
numfactor (Function) . . . . . . . . . . . . . . . . . . . . . . . 200 pdf_bernoulli (Function) . . . . . . . . . . . . . . . . . . . 594
nusum (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 377 pdf_beta (Function) . . . . . . . . . . . . . . . . . . . . . . . . 580
Appendix A: Function and Variable Index 853
V
values (System variable) . . . . . . . . . . . . . . . . . . . . . 26 X
vandermonde_matrix (Function) . . . . . . . . . . . . . 733 x_voxel (Graphic option) . . . . . . . . . . . . . . . . . . . 629
var (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 542 xaxis (Graphic option) . . . . . . . . . . . . . . . . . . . . . 608
var_bernoulli (Function) . . . . . . . . . . . . . . . . . . . 594 xaxis_color (Graphic option) . . . . . . . . . . . . . . . 609
var_beta (Function) . . . . . . . . . . . . . . . . . . . . . . . . 581 xaxis_type (Graphic option) . . . . . . . . . . . . . . . . 609
var_binomial (Function) . . . . . . . . . . . . . . . . . . . . 591 xaxis_width (Graphic option) . . . . . . . . . . . . . . . 609
var_chi2 (Function) . . . . . . . . . . . . . . . . . . . . . . . . 572 xgraph_curves (Function) . . . . . . . . . . . . . . . . . . . 108
var_continuous_uniform (Function) . . . . . . . . . 582 xlabel (Graphic option) . . . . . . . . . . . . . . . . . . . . 605
var_discrete_uniform (Function) . . . . . . . . . . . 597 xrange (Graphic option) . . . . . . . . . . . . . . . . . . . . 601
var_exp (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 576 xreduce (Function) . . . . . . . . . . . . . . . . . . . . . . . . . 475
var_f (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . 574 xthru (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
var_gamma (Function) . . . . . . . . . . . . . . . . . . . . . . . 579 xtics (Graphic option) . . . . . . . . . . . . . . . . . . . . . 606
var_geometric (Function) . . . . . . . . . . . . . . . . . . . 596 xtics_axis (Graphic option) . . . . . . . . . . . . . . . . 608
var_gumbel (Function) . . . . . . . . . . . . . . . . . . . . . . 590 xtics_rotate (Graphic option) . . . . . . . . . . . . . . 608
var_hypergeometric (Function) . . . . . . . . . . . . . 598 xu_grid (Graphic option) . . . . . . . . . . . . . . . . . . . 626
var_laplace (Function) . . . . . . . . . . . . . . . . . . . . . 589 xy_file (Graphic option) . . . . . . . . . . . . . . . . . . . 613
var_logistic (Function) . . . . . . . . . . . . . . . . . . . . 583 xyplane (Graphic option) . . . . . . . . . . . . . . . . . . . 612
var_lognormal (Function) . . . . . . . . . . . . . . . . . . . 578
var_negative_binomial (Function) . . . . . . . . . . 600
var_normal (Function) . . . . . . . . . . . . . . . . . . . . . . 568 Y
var_pareto (Function) . . . . . . . . . . . . . . . . . . . . . . 584
var_poisson (Function) . . . . . . . . . . . . . . . . . . . . . 593 y_voxel (Graphic option) . . . . . . . . . . . . . . . . . . . 629
var_rayleigh (Function) . . . . . . . . . . . . . . . . . . . . 587 yaxis (Graphic option) . . . . . . . . . . . . . . . . . . . . . 610
var_student_t (Function) . . . . . . . . . . . . . . . . . . . 569 yaxis_color (Graphic option) . . . . . . . . . . . . . . . 610
var_weibull (Function) . . . . . . . . . . . . . . . . . . . . . 585 yaxis_type (Graphic option) . . . . . . . . . . . . . . . . 610
var1 (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 542 yaxis_width (Graphic option) . . . . . . . . . . . . . . . 610
vect_cross (Option variable) . . . . . . . . . . . . . . . . 303 ylabel (Graphic option) . . . . . . . . . . . . . . . . . . . . 606
vector (Graphic object) . . . . . . . . . . . . . . . . . . . . 634 yrange (Graphic option) . . . . . . . . . . . . . . . . . . . . 601
vectorpotential (Function) . . . . . . . . . . . . . . . . . 56 ytics (Graphic option) . . . . . . . . . . . . . . . . . . . . . 607
vectorsimp (Function) . . . . . . . . . . . . . . . . . . . . . . 303 ytics_axis (Graphic option) . . . . . . . . . . . . . . . . 608
verbify (Function) . . . . . . . . . . . . . . . . . . . . . . . . . . 91 ytics_rotate (Graphic option) . . . . . . . . . . . . . . 608
verbose (Option variable) . . . . . . . . . . . . . . . . . . . 386 yv_grid (Graphic option) . . . . . . . . . . . . . . . . . . . 626
860 Maxima Manual