Skip to content

Commit 9f5bc0a

Browse files
authored
Add files via upload
1 parent d2f9ab4 commit 9f5bc0a

2 files changed

Lines changed: 56 additions & 0 deletions

File tree

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ <h1>Fern Warwick</h1>
3030

3131
<p>Outside maths, I'm also a classical and jazz musician. I play trombone, bass trombone and organ, and I am a choral conductor and accompanist.</p>
3232

33+
<p>See the <a href="/notebooks/literature.html">Current literature</a> I am reading.</p>
34+
3335
<h2>Blog posts</h2>
3436
(24 April 2025) <a href="/blog_posts/redefining-continuity">A Better Way to Understand Continuity</a>
3537

notebooks/literature.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3+
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4+
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
5+
<!--[if gt IE 8]> <html class="no-js"> <![endif]-->
6+
<html>
7+
<head>
8+
<main style="width: 40em;margin:auto;">
9+
<style>body, h1 {border-bottom:1px solid #eee}</style>
10+
<meta charset="utsf-8">
11+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
12+
<title>Fern Warwick's website</title>
13+
<meta name="description" content="">
14+
<meta name="viewport" content="width=device-width, initial-scale=1">
15+
<link rel="stylesheet" href="">
16+
</head>
17+
<body>
18+
<!--[if lt IE 7]>
19+
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
20+
<![endif]-->
21+
22+
<center> <a href="https://imiqbal.com/">I M Iqbal</a> <- webring -> <a href="https://petitemare.github.io//">Trinity</a> </center>
23+
<center><a href="/index.html">Back to my homepage</a></center>
24+
25+
<h1>Current literature</h1>
26+
27+
Some of the current literature I am reading, and will probably finish in about 10 years. All books are free, unless I have marked it with an asterisk. (Last update 18/05/2025)
28+
29+
<h2>Automata Theory and Complexity Theory</h2>
30+
<ul>
31+
<li> Arora, S. & Borak, R. (2009). <a href="https://theory.cs.princeton.edu/complexity/book.pdf"><i>Computational Complexity: A Modern Approach.</i></a> ISBN: 9780511804090.<br>
32+
I owe a lot to chapters 1 and 2 for their support for my bachelor's thesis (a short literature review on Complexity Theory). What stuck me around is it is one of the few introductory texts on NP-completeness that showcase methods of showing P is not equal to NP. It is strange that more books don't show this, as it's often the assumption amongst computer scientists that this is the case.
33+
<li> Minsky, M. (1967). <a href="https://dl.acm.org/doi/book/10.5555/1095587"><i>Computation: Finite and Infinite Machines*.</i></a> ISBN: 9780131655638.
34+
<li> Hopcroft, J., Motwani, R., & Ullman, J. (2013). <a href="https://dpvipracollege.ac.in/wp-content/uploads/2023/01/John-E.-Hopcroft-Rajeev-Motwani-Jeffrey-D.-Ullman-Introduction-to-Automata-Theory-Languages-and-Computations-Prentice-Hall-2006.pdf"><i>Introduction to Automata Theory, Languages and Computation.</i></a> ISBN: 9780321476173.<br>
35+
I am a mathematics student with very little education in computer science, and both of these books have been fantastic at introducing me to the world of Automata Theory.
36+
</ul>
37+
38+
<h2>Algebraic Topology and Algebraic Geometry</h2>
39+
<ul>
40+
<li> Hatcher, A. (2002). <a href="https://pi.math.cornell.edu/~hatcher/AT/ATpage.html" ><i>Algebraic Topology.</i></a> ISBN: 0521795400.<br>
41+
This book was the recommended reading for an algebraic topology course I took recently, and after the exam I have decided to continue reading it as Hatcher provides a fantastic outlook on the subject. If you are interested in algebraic topology I highly recommend reading this book.
42+
<li> Hatcher, A. (2022). <a href="https://pi.math.cornell.edu/~hatcher/TN/TNpage.html"><i>Topology of Numbers.</i></a> ISBN: 9781470456115.<br>
43+
Unfortunately I started getting into algebraic geometry occured at the same time as my exams commencing, so I have not had much time to peruse the literature - however this has provided a fascinating outlook on geometric number theory that has been approachable enough for me to look at in my spare time when I revise.
44+
</ul>
45+
46+
<h2>Statistical Learning</h2>
47+
<ul>
48+
<li>Hastie, T., Tibshirani, R., & Friedman, J. (2009). <a href="https://hastie.su.domains/ElemStatLearn/"><i>The Elements of Statistical Learning.</i></a> ISBN: 9780387848587<br>
49+
Like Hatcher, this was recommended reading for a Statistical Learning course I took recently and I have enjoyed it so much I have kept reading. For anyone starting out I would recommend its younger sibling, <a href="https://www.statlearning.com/"><i>An Introduction to Statistical Learning.</i></a></li>
50+
</ul>
51+
52+
<script src="" async defer></script>
53+
</body>
54+
</html>

0 commit comments

Comments
 (0)