-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtour-examples.html
43 lines (32 loc) · 954 Bytes
/
tour-examples.html
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
<html>
<head>
<title>
A Tour of NTL: Examples </title>
</head>
<center>
<a href="tour-intro.html"><img src="arrow1.gif" alt="[Previous]" align=bottom></a>
<a href="tour.html"><img src="arrow2.gif" alt="[Up]" align=bottom></a>
<a href="tour-struct.html"> <img src="arrow3.gif" alt="[Next]" align=bottom></a>
</center>
<h1>
<p align=center>
A Tour of NTL: Examples
</p>
</h1>
<p> <hr> <p>
<p>
Perhaps the best way to introduce the basics of NTL
is by way of example.
Browse the following for a number of examples that illustrate
some aspects of the functionality and programming interface of NTL.
<p>
<ol>
<li> <a href="tour-ex1.html">Big Integers</a>
<li> <a href="tour-ex2.html">Vectors and Matrices</a>
<li> <a href="tour-ex3.html">Polynomials</a>
<li> <a href="tour-ex4.html">Modular Arithmetic</a>
<li> <a href="tour-ex5.html">Extension Rings and Fields</a>
<li> <a href="tour-ex6.html">Floating Point Classes</a>
</ol>
</body>
</html>