-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.html
109 lines (75 loc) · 2.75 KB
/
code.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<style>
body {
background-color: #eff5f5
}
</style>
<head>
<title>Hanson Smith - CU Boulder</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="bootstrap.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:800,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="non-bs.css">
<link rel="icon" type="image/png" href="favicon.ico" sizes=16x16>
<meta name="theme-color" content="#222222">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#222222">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#222222">
</head>
<body>
<div id="navigation">
<table>
<tr>
<td><big><a href="index.html">Home</a></big></td>
<td><big><a href="research.html">Research and Interests</a></big></td>
<td><big><a href="teaching.html">Teaching</a></big></td>
<td><big><a href="3MinuteThesis.html">3 Minute Thesis</a></big></td>
<td><big><a href="CV.pdf">CV</a></big></td>
<!--<td><big><a href="monogenicfields.html">Monogenic Fields Data</a></big></td>-->
</tr>
</table>
<div class="hr"> <hr /> </div>
</div> <! End of navigation div -->
<center>
<div id="name">
<b><font size="+2">Code and Computations</font></b>
<hr />
<br />
</div>
<div id="main">
<!--<img src="3MT Pic.jpg" width="825" style="border: #000000 4px double">-->
<div id="right">
<big><a href="Computations for Min Formula.sws">Here are some compuations with function fields</a> I did in SageMath <br />
for a paper <a href="https://www.math.fsu.edu/~hoeij/">Mark van Hoeij</a> and I are writing.</big>
<br />
<br />
<br />
<big><a href="Cases Modulo 420.sws">Here are some computations with equivalence classes modulo 420</a> I did in SageMath <br />
for a paper <a href="https://www.math.fsu.edu/~hoeij/">Mark van Hoeij</a> and I are writing.</big>
<br />
<br />
<br />
<big><a href="Non-monogenic Torsion Fields of Elliptic Curves.sws">Here is the algorithm</a> I used in
SageMath <br />
to establish the non-monogeneity of some torsion fields associated to elliptic curves.</big>
<br />
<br />
<br />
<big><a href="Non-monogenic Torsion Fields of Abelian Surfaces.sws">Here is the algorithm</a> I used in
SageMath <br />
to establish the non-monogeneity of some torsion fields associated to abelian surfaces.</big>
<br />
<br />
<br />
</div>
<div id="footer">
<br clear="all" />
</div>
</div>
</body>
</html>