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