Subversion Repositories wimsdev

Rev

Rev 2497 | Rev 3127 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
<h3>Support software: $help_conf</h3>
2
 
3
!goto $help_conf
4
 
5
:pari
6
PARI/GP is an arbitrary precision number-theoretic calculator. Due to its
7
high speed, it is the ideal calculator for many computational needs of WIMS.
8
Many modules rely on it, including most exercises on linear algebra. If this
9
is unavailable, not much of your server will work correctly.
10
<p>
11
Recommended version: 2.1.*. (Other versions may present compatibility
12
problems.)
13
!goto end
14
 
15
:mupad
16
MuPAD is a very good symbolic algebra software. It is a bit slow to load and
17
is not open source, therefore it has only limited use by WIMS modules.
18
Modules making use of it include especially calculus-related online tools.
19
<p>
20
Due to its license policies, MuPAD must be obtained directly from its 
21
distributor (http://www.mupad.de/). Please follow instructions in the package
22
on how to install it, and put the exact installation path into the
23
configuration of MuPAD command.
24
<p>
25
Recommended version: 1.4.*. (Other versions may present compatibility
26
problems.)
27
!goto end
28
 
29
:maxima
30
Maxima is an open source symbolic algebra package. It is used at most
31
occasions where derivatives and/or integrals need to be computed.
32
<p>
33
It is to be remarked that the most recent Maxima version (5.6 with GCL 2.4) 
34
has a bug preventing it from compiling under RedHat 7.*. If you run into
35
difficulties of this kind, get a copy of an earlier version (5.4) from 
1177 bpr 36
<a target=wims_external
1036 bpr 37
href="http://wims.unice.fr/download/other-packages/">http://wims.unice.fr/download/other-packages/</a>.
23 reyssat 38
<p>
39
Recommended version: 5.4. (Other versions may present compatibility
40
problems.)
41
!goto end
42
 
43
:yacas
44
Yacas (Yet Another Computer Algebra System)
45
is a new open source symbolic algebra package. Due to its rapid development,
46
it is a very promising package. Therefore it may find more and more
47
uses in WIMS.
48
<p>
49
!goto end
50
 
51
:octave
52
Octave is an open source numerical analysis package. It is not yet used by
53
WIMS. So you can safely skip its installation for the time being.
54
!goto end
55
 
56
:m2
57
Macaulay 2 is a powerful software specialized in commutative algebra. For
58
the time being, it is only used in a few popup calculator tools. If
59
you don't install it, these few popup calculators will fail, but the rest of
60
the server will not be affected.
61
!goto end
62
 
63
:gap
64
GAP is a powerful calculator for group theory, actually used by two WIMS
65
tools computing finite groups. You will need GAP if you want these two tools
66
to work.
67
!goto end
68
 
69
:povray
70
Povray is a ray tracing graphing software. It is used in graphing tools to
71
render high-quality surfaces. It is now included in most recent Linux
72
distributions. If you have trouble with it, check first whether the package
73
is installed with your Linux system, and install it if necessary.
74
<p>
75
Recommended version: 3.0*-3.1*. (Other versions may present compatibility
76
problems.)
77
!goto end
78
 
79
:end
80
 
81
<p>
82
You may search for the word <tt>$help_conf</tt> in the WIMS home page,
83
to get the list of modules making use of this software.
84
 
85