-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.txt
33 lines (28 loc) · 1.63 KB
/
index.txt
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
<h2>Overview</h2>
<p>Nemo is a computer algebra package for the Julia programming language, maintained by
<a href="mailto:goodwillhart {at_thingy} googlemail dot com">William Hart</a>,
Tommy Hofmann, Claus Fieker and Fredrik Johansson with additional code by
Oleksandr Motsak and other
<a href="http://nemocas.org/authors.html">contributors</a>.</p>
<p>The Nemo code written in Julia is licensed under the BSD license and it makes use of GPL and
LGPL C/C++ libraries such as <a href="http://flintlib.org/">Flint</a>,
<a href=https://github.com/wbhart/antic>Antic</a>,
<a href="http://pari.math.u-bordeaux.fr/">Pari</a>,
<a href="http://gmplib.org/">GMP</a>/<a href="http://mpir.org/">MPIR</a>,
<a href="http://mpfr.org/">MPFR</a>, <a href="http://www.singular.uni-kl.de/">Singular</a> and <a href="http://fredrikj.net/arb/">Arb</a>.</p>
<p>The features of Nemo so far include:</p>
<ul>
<li>Multiprecision integers and rationals</li>
<li>Integers modulo <i>n</i></li>
<li>p-adic numbers</li>
<li>Finite fields (prime and non-prime order)</li>
<li>Number field arithmetic</li>
<li>Maximal orders of number fields</li>
<li>Arithmetic of ideals in maximal orders</li>
<li>Arbitrary precision real and complex balls</li>
<li>Generic polynomials, power series, fraction fields, residue rings and matrices</li>
</ul>
<p>A Julia package for algebraic number theory, called <a href="https://github.com/thofma/hecke">Hecke</a>
is also being developed on top of Nemo by Tommy Hofmann and Claus Fieker.</p>
<p>Nemo is written in the <a href="http://julialang.org">Julia</a> programming language and runs on many
platforms (including Linux, Mac OS X, Windows and BSD).</p>