File: README_distribution.texi

package info (click to toggle)
texi2html 1.82%2Bdfsg1-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 32,848 kB
  • ctags: 16,527
  • sloc: perl: 15,888; xml: 6,075; sh: 3,977; makefile: 545
file content (71 lines) | stat: -rw-r--r-- 2,046 bytes parent folder | download | duplicates (6)
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
@comment -*-texinfo-*-
@comment Id: README_distribution.texi,v 1.1 2003/08/08 14:27:06 pertusus Exp $
@c FILE: README_distribution.texi
@c PURPOSE: general README file to be included in the distribution
@c

@ifclear VERSION
@include version.texi
@end ifclear

@majorheading README file for the @sc{Singular} distribution

@sc{Singular} is a Computer Algebra system for polynomial computations
with special emphasize on the needs of commutative algebra, algebraic
geometry, singularity theory and polynomial system solving. For a more
detailed overview of
@sc{Singular}, see
@display
@uref{http://www.singular.uni-kl.de/Overview/}
@end display

@sc{Singular} version 2 is generally much faster than any previous version of
@sc{Singular}, due to a rewriting of major parts of
the @sc{Singular} kernel (e.g., the kernel has a new memory manager and a
new polynomial arithmetic), and due to new and
better implemented algorithms (e.g., for computing resolutions
and determinants).

Besides these internal changes, @sc{Singular} version 2 offers many new features
and functionalities (which were already partly included in the 1-3 series).
E.g., a native Windows distribution, an Emacs user interface,
a new help system, 16 new libraries, etc.

@macro nref{name,url}
@ifhtml
@item @uref{\url\,,\name\}
@end ifhtml
@ifnothtml
@item @code{\name\}
@end ifnothtml
@end macro


See the files
@table @asis
@nref{NEWS, NEWS.html}
for news and changes of this version
@nref{COPYING, COPYING.html}
for license information for @sc{Singular}
@nref{INSTALL, INSTALL.html}
for installation instructions, troubleshooting tips, and answers to
Frequently Asked Questions (FAQs).
@end table


More and up-to-date information about @sc{Singular} is always available
from
@display
@uref{http://www.singular.uni-kl.de}.
@end display
We very much welcome any comments, questions, and bug reports,
especially comments about our new version. Please
contact us at
@display
@email{singular@@mathematik.uni-kl.de}.
@end display

GOOD LUCK and ENJOY!
Your @sc{Singular} team.