Skip to content

Commit 1152bc1

Browse files
Create 1.txt
1 parent ef4140a commit 1152bc1

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

blogs/1.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Welcome to the Blog
2+
3+
This is where I write up the things I am working through — mostly \it{mathematics}, some physics, and the occasional note on computation. Nothing here is meant to be polished; it is a \bf{working notebook} that happens to be public.
4+
5+
Each post is a plain text file. The first line is the title, and everything after it is the body. Writing math is the whole point, so it works the way you would expect: inline expressions like $e^{i\pi} + 1 = 0$ sit inside the sentence, while larger results get their own line.
6+
7+
$$\sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6}$$
8+
9+
That last identity — the \it{Basel problem} — is the kind of thing you will find discussed here: a result that looks almost arbitrary at first, then turns out to be inevitable once you see why. Expect a lot of \bf{"why"} and less \bf{"what"}.
10+
11+
You can also mix symbols freely, whether it is a derivative $\frac{dy}{dx}$, an integral $\int_0^\infty e^{-x^2}\,dx = \frac{\sqrt{\pi}}{2}$, or a full display block:
12+
13+
$$\prod_{p\ \text{prime}} \frac{1}{1 - p^{-s}} = \sum_{n=1}^{\infty} \frac{1}{n^s}$$
14+
15+
If you want to know what tools power all of this, the rendering is handled by \href{https://www.mathjax.org/}{MathJax}, and the whole site is a static page hosted on \href{https://pages.github.com/}{GitHub Pages}.
16+
17+
Thanks for reading. More soon.

0 commit comments

Comments
 (0)