This repository has been archived by the owner on Sep 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexamples.html
58 lines (51 loc) · 1.73 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<HTML>
<HEAD>
<TITLE>4ti2 -- A software package for algebraic, geometric and combinatorial problems
on linear spaces</TITLE>
</HEAD>
<BODY bgcolor = white>
<center>
<table border=0 width=90% cellspacing=5 cellpadding=5>
<tr>
<th>
<font size=6>Example files</font>
</th>
</tr>
</table>
</center>
<ul>
<li> groebner / markov
<ul>
<li> Complex: <a href=examples/333.mod>333.mod</a>, Matrix: <a href=examples/333>333</a>
<li> Complex: <a href=examples/334.mod>334.mod</a>, Matrix: <a href=examples/334>334</a>
<li> Complex: <a href=examples/335.mod>335.mod</a>, Matrix: <a href=examples/335>335</a>
<li> Complex: <a href=examples/344.mod>344.mod</a>, Matrix: <a href=examples/344>344</a>
<li> Complex: <a href=examples/345.mod>345.mod</a>, Matrix: <a href=examples/345>345</a>
<li> Complex: <a href=examples/355.mod>355.mod</a>, Matrix: <a href=examples/355>355</a>
<li> Complex: <a href=examples/444.mod>444.mod</a>, Matrix: <a href=examples/444>444</a>
</ul>
<li> graver
<ul>
<li> <a href=examples/hppi10>hppi10</a>
<li> <a href=examples/hppi11>hppi11</a>
<li> <a href=examples/hppi12>hppi12</a>
<li> <a href=examples/hppi13>hppi13</a>
<li> <a href=examples/hppi14>hppi14</a>
<li> <a href=examples/hppi15>hppi15</a>
<li> <a href=examples/hppi16>hppi16</a>
<li> <a href=examples/hppi17>hppi17</a>
<li> <a href=examples/hppi18>hppi18</a>
<li> <a href=examples/hppi19>hppi19</a>
<li> <a href=examples/hppi20>hppi20</a>
</ul>
<li> hilbert
<ul>
<li> <a href=examples/magic3x3>magic3x3</a>
<li> <a href=examples/magic4x4>magic4x4</a>
<li> <a href=examples/magic5x5>magic5x5</a>
<li> <a href=examples/magic6x6>magic6x6</a>
</ul>
</ul>
The 4ti2 source distribution has many more example files
in its test suite, which can be found in the directory <i>test</i>.
</BODY>