Notes & Textbooks
Computer science
What is latexify_py? Mathematical description for your Python function
import matplotlib.pyplot as plt
from matplotlib import venn2
venn2(
subset = (1,2,3)
set_labels = ("good","bad")
)
plt.show()
pix2tex is a Python library that allows you to convert images of equations into LaTeX code.
pdoc:Automatically generate API documentation based on the docstrings of your Python files and objects.
Algebraic Graph Theory
Linear Algebra
Geometric/Combinatorial Group Theory
Pair of Ends of Groups
Refining Boundary: From End Space to Hyperbolic Boundary
What is Morse Boundary?
Miscellaneous
Recurrence Relations and Generating Functions by Chung-Chih Li and Kishan Mehrotra.
Will machines change mathematics? by Maia Fraser, Andrew Granville, Michael H. Harris, Colin McLarty, Emily Riehl and Akshay Venkatesh.
Some thoughts on automation and mathematical research by Akshay Venkatesh.
Abstraction boundaries and spec driven development in pure mathematics by Johan Commelin and Adam Topaz.
Is deep learning a useful tool for the pure mathematician? by Geordie Williamson.
How machines can make mathematics more congressive by Eugenia Cheng.
Open Access Textbooks:
Combinatorial Group Theory by Bobby Miraftab and Konstantinos Stavropoulos
Combinatorics by Joy Morris
Calculus by Sean Fitzpatrick
Linear Algebra by Sean Fitzpatrick
Elementary Linear Algebra by Sean Fitzpatrick