update Tue Feb 23 06:37:01 PST 2010
[pkgsrc.git] / math / aamath / DESCR
1 aamath is a program that reads mathematical expressions in infix
2 notation and renders them as ASCII art. It may be useful to send
3 mathematics through text-only media, such as e-mail or newsgroups.
4
5 As a simple example, the output for an expression such as
6
7             A_OPR = x*sqrt(x^2-1)/2 - int(sqrt(t^2-1), t = 1 .. x)
8
9 will look like
10
11                         x
12             ______     /
13            / 2        |    ______
14        x \/ x  - 1    |   / 2
15 A    = ----------- -  | \/ t  - 1 dt
16  OPR        2         |
17                       |
18                      /
19                       1
20
21 Other than the usual operations (addition, subtraction,
22 multiplication, division, and exponentiation), aamath can also handle
23 functions, integrals, limits, sums, products, matrices and
24 vectors.