File: mathomatic.1

package info (click to toggle)
mathomatic 12.6.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 960 kB
  • ctags: 569
  • sloc: ansic: 14,962; makefile: 129; sh: 42; python: 33; java: 17
file content (100 lines) | stat: -rw-r--r-- 2,600 bytes parent folder | download
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.TH MATHOMATIC 1

.SH NAME
mathomatic \- automatic algebraic manipulator

.SH SYNOPSIS
.B mathomatic
[
.B -chqtuv
] [
.B -m
number
] [
input_files
]

.SH DESCRIPTION
Mathomatic is a portable, general purpose CAS (Computer Algebra System)
that can symbolically solve, simplify, combine, and compare algebraic equations,
perform complex number and polynomial arithmetic, etc.
It does some calculus and handles all algebra, except trigonometry and logarithms.

Mathomatic is entirely hand-written in optimized C.
It does not permit extremely large expressions, which can take a lot
of memory and time.
Instead reliability, ease of use, and speed are its features.

All arithmetic is double precision floating point
with 14 decimal digits accuracy.

.SH OPTIONS
.TP
.B \-c
Toggle color mode.
This mode outputs ANSI escape sequences to make each level of
parentheses a different color, for easier reading.

.TP
.B \-h
Enable HTML mode (also valid XHTML) and disable readline input.
This makes Mathomatic output suitable for inclusion in a web page.
The color mode flag affects this mode, allowing HTML color output.
It is recommended that the web page have a black background in color mode.

.TP
.B \-m number
Change the memory size of equation spaces.
It is followed by a floating point number which is a multiplier
of the default equation size.
Please don't set this higher than 10, unless you know what you are doing.

.TP
.B \-q
Sets quiet mode.
Prompts are not displayed.

.TP
.B \-t
Sets test mode.
Used when testing and comparing output.
Bypasses loading startup file, turns off color mode and readline,
sets infinite screen width and height, etc.

.TP
.B \-u
Guarantee standard output is unbuffered.

.TP
.B \-v
Display version number and compile flags used and exit.

.SH GENERAL
First you type in your algebraic equations in standard infix notation,
then you can solve them by typing in the variable name at the prompt, or
perform operations on them with simple English commands.
Type "help" for the help command.
If the command is longer than 4 letters, you only need
to type in the first 4 letters.
Most commands operate on the current equation by default.

Documentation is available in HTML format,
see the web site "www.mathomatic.org".

.SH ENVIRONMENT
.TP
.B EDITOR
Editor to use for the edit command.

.SH FILES
.TP
.B ~/.mathomaticrc
Optional startup file containing Mathomatic set options.
It should be a text file with one set option per line.
Do not include the word "set".

.SH REPORTING BUGS
Report bugs to <gesslein@panix.com>.

.SH AUTHOR
George Gesslein II <gesslein@panix.com>