Subversion Repositories wimsdev

Rev

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

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