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