Subversion Repositories wimsdev

Rev

Rev 3941 | Rev 11980 | 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>
3127 bpr 11
 
23 reyssat 12
!goto end
13
 
14
:maxima
15
Maxima is an open source symbolic algebra package. It is used at most
16
occasions where derivatives and/or integrals need to be computed.
17
<p>
18
It is to be remarked that the most recent Maxima version (5.6 with GCL 2.4) 
19
has a bug preventing it from compiling under RedHat 7.*. If you run into
20
difficulties of this kind, get a copy of an earlier version (5.4) from 
3863 bpr 21
<a target="wims_external"
1036 bpr 22
href="http://wims.unice.fr/download/other-packages/">http://wims.unice.fr/download/other-packages/</a>.
23 reyssat 23
<p>
3127 bpr 24
Recommended version: 5.4. or greater than 5.20.
25
 
23 reyssat 26
!goto end
27
 
28
:yacas
29
Yacas (Yet Another Computer Algebra System)
30
is a new open source symbolic algebra package. Due to its rapid development,
31
it is a very promising package. Therefore it may find more and more
32
uses in WIMS.
33
<p>
34
!goto end
35
 
36
:octave
37
Octave is an open source numerical analysis package. It is not yet used by
38
WIMS. So you can safely skip its installation for the time being.
39
!goto end
40
 
41
:m2
42
Macaulay 2 is a powerful software specialized in commutative algebra. For
43
the time being, it is only used in a few popup calculator tools. If
3941 bpr 44
you do not install it, these few popup calculators will fail, but the rest of
23 reyssat 45
the server will not be affected.
46
!goto end
47
 
48
:gap
49
GAP is a powerful calculator for group theory, actually used by two WIMS
50
tools computing finite groups. You will need GAP if you want these two tools
51
to work.
52
!goto end
53
 
54
:povray
55
Povray is a ray tracing graphing software. It is used in graphing tools to
56
render high-quality surfaces. It is now included in most recent Linux
57
distributions. If you have trouble with it, check first whether the package
58
is installed with your Linux system, and install it if necessary.
59
<p>
60
Recommended version: 3.0*-3.1*. (Other versions may present compatibility
61
problems.)
62
!goto end
63
 
64
:end
65
 
66
<p>
5978 bpr 67
You may search for the word <span class="tt">$help_conf</span> in the WIMS home page,
23 reyssat 68
to get the list of modules making use of this software.
69
 
70