File: README

package info (click to toggle)
maxima 5.47.0-9
  • links: PTS
  • area: main
  • in suites: forky
  • size: 193,104 kB
  • sloc: lisp: 434,678; fortran: 14,665; tcl: 10,990; sh: 4,577; makefile: 2,763; ansic: 447; java: 328; python: 262; perl: 201; xml: 60; awk: 28; sed: 15; javascript: 2
file content (58 lines) | stat: -rw-r--r-- 2,177 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Filename:  share/contrib/README


 Code in this directory is considered external to the
 main Maxima distribution, and is not supported by
 the main Maxima team.  If you need help with one of
 the packages here, your best bet is to contact the
 author.  If the status of a package present here 
 changes to supported, it will be moved into the 
 regular share directory.  


Notes on specific packages:

Grobner/        Marek Rychlik's implementation of Grobner basis support
                from http://alamos.math.arizona.edu/~rychlik/

Zeilberger/     This is Fabrizio Caruso's implementation of 
                Zeilberger's algorithm for definite hypergeometric 
		summation and Gosper's algorithm for indefinite 
		hypergeometric summation.

format/         This directory contains most of Bruce Miller's
                Format package.
		http://math.nist.gov/~BMiller/computer-algebra/

gentran/        This is the gentran package from 
                http://www.symbolicnet.org/ftpsoftware/gentran.tgz

lurkmathml/	This is David Drysdale's mathml package for Maxima,
                based off of mactex.lisp.

maximaMathML/   The MathML package created and used by the 
		Internet Accessible Mathematical Computation
		group at http://icm.mcs.kent.edu. 

mcclim/		A collection of relevant McCLIM code from Andy Hefner
                and Raymond Toy. (so far).

nset/           This is nset by Barton Willis and Stavros
                Macrakis.  This package has been incorporated
                into Maxima proper now.

operatingsystem/ Some functions for tasks like accessing the
                Environment, handling of directories and files, etc.
                (perhaps a better name might be 'filesystem'?)
                Added to Maxima by Wolfgang Dautermann (mostly code 
                from http://clocc.sourceforge.net/)

rand/           Code from books and papers by Richard H. Rand
		(http://tam.cornell.edu/Rand.html)

sarag/		Fabrizio Caruso's implementation of Some Algorithms
                in Real Algebraic Geometry

state/          This is Dan Stanger's state variable code.

unit/		A new unit package by Cliff Yapp, still under development.