source: git/ntl/doc/tour-examples.html @ 2cfffe

spielwiese
Last change on this file since 2cfffe was 2cfffe, checked in by Hans Schönemann <hannes@…>, 21 years ago
This commit was generated by cvs2svn to compensate for changes in r6316, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@6317 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 979 bytes
Line 
1<html>
2<head>
3<title>
4A Tour of NTL: Examples </title>
5</head>
6
7<body bgcolor="#fff9e6">
8<center>
9<a href="tour-intro.html"><img src="arrow1.gif" alt="[Previous]" align=bottom></a>
10 <a href="tour.html"><img src="arrow2.gif" alt="[Up]" align=bottom></a> 
11<a href="tour-struct.html"> <img src="arrow3.gif" alt="[Next]" align=bottom></a>
12</center>
13
14<h1> 
15<p align=center>
16A Tour of NTL: Examples
17</p>
18</h1>
19
20<p> <hr> <p>
21
22<p>
23Perhaps the best way to introduce the basics of NTL
24is by way of example.
25Browse the following for a number of examples that illustrate
26some aspects of the functionality and programming interface of NTL.
27
28<p> 
29
30<ol>
31
32<li> <a href="tour-ex1.html">Big Integers</a>
33<li> <a href="tour-ex2.html">Vectors and Matrices</a>
34<li> <a href="tour-ex3.html">Polynomials</a>
35<li> <a href="tour-ex4.html">Modular Arithmetic</a>
36<li> <a href="tour-ex5.html">Extension Rings and Fields</a>
37<li> <a href="tour-ex6.html">Floating Point Classes</a>
38
39
40</ol>
41
42
43</body>
44</html>
Note: See TracBrowser for help on using the repository browser.