1WXMAXIMA(1)                 General Commands Manual                WXMAXIMA(1)
2
3
4

NAME

6       wxmaxima - wxWidgets interface for Maxima
7

SYNOPSIS

9       wxmaxima  [-v]  [-h]  [-o  <str>]  [-e]  [-b]  [--logtostdout] [--pipe]
10       [--exit-on-error] [-f <str>] [-u  <str>]  [-l  <str>]  [-X  <str>]  [-m
11       <str>] [input file...]
12

DESCRIPTION

14       wxmaxima is a rather self-explanatory graphical front-end to the Maxima
15       computer algebra system. It provides a graphical interface and 2D  for‐
16       matted  output  display  for  Maxima.  Its  menu system facilitates the
17       access to a huge part of the Maxima native set of commands and also  to
18       a  browsable  Maxima help. The dialogue windows make easy the introduc‐
19       tion of mathematical entities such as limits,  matrices,  etc.  Besides
20       that it extends Maxima with a few powerful features like the ability to
21       create diagrams with one parameter bound to a slider gui control.
22
23       Maxima is a free (GPL) common lisp implementation based of the original
24       computer  algebra system Macsyma developed at MIT. It has full documen‐
25       tation (HTML and info) included.
26
27       wxMaxima  uses  the  cross-platform  GUI  toolkit  wxWidgets  and  runs
28       natively on many operative systems.
29
30

OPTIONS

32       -h, --help
33              Help: prints a list of options.
34
35
36       -v, --version
37              Prints the current version.
38
39
40       -b, --batch
41              processes  the  file, saves it afterwards. Will halt if wxMaxima
42              finds an error message in Maxima's output and  pause  if  Maxima
43              asks a question.
44
45
46       -o, --open=<str>
47              Open a file at startup.
48
49
50       -e, --eval=<str>
51              Evaluate the file after opening it.
52
53
54       --logtostdout
55              Log all "debug messages" sidebar messages to stderr, too.
56
57
58       --pipe Pipe messages from Maxima to stdout.
59
60
61       --exit-on-error
62              Close the program on any Maxima error.
63
64
65       -f, --ini=<str>
66              Allows to specify a file to store the configuration in
67
68
69       -u, --use-version=<str>
70              Use Maxima version <str>.
71
72
73       -l, --lisp=<str>
74              Use a Maxima compiled with lisp compiler <str>.
75
76
77       -X, --extra-args=<str>
78              Allows to specify extra Maxima arguments
79
80
81       -m, --maxima=<str>
82              allows to specify the location of the Maxima binary
83
84

BUGS

86       If  you  find  a  bug in wxMaxima, please report it in the wxMaxima bug
87       database at
88
89       https://github.com/wxMaxima-developers/wxmaxima/issues
90
91       (Please check first, if it was not already reported.) And if you have a
92       fix, that would be great. wxMaxima is an open source project, where you
93       can contribute.
94
95       If the issue is a mathematical bug, it might be a bug  in  Maxima  (the
96       backend,  which  does the mathematical computations), not wxMaxima (the
97       graphical frontend).
98
99       The Maxima bug database is available at
100
101       https://sourceforge.net/p/maxima/bugs/
102

OTHER INFO

104       The website of wxMaxima is https://wxmaxima-developers.github.io/wxmax
105       ima/
106
107       Much  documentation  and  tutorials  can  be found at https://wxmaxima-
108       developers.github.io/wxmaxima/help.html
109
110

SEE ALSO

112       maxima (1), xmaxima (1).
113
114

AUTHORS

116       · J. Rafael Rodriguez Galvan (Debian project), original author  of  the
117         manual page
118
119       · Gunter Königsmann (wxMaxima project)
120
121       · Wolfgang Dautermannn (wxMaxima project)
122
123
124       Permission  is  granted to copy, distribute and/or modify this document
125       under the terms of the GNU General Public License,  Version  2  or  any
126       later version published by the Free Software Foundation.
127
128
129
130
131wxMaxima 20.03.1                  2020-03-24                       WXMAXIMA(1)
Impressum