1 + 12
Brian Cruz
December 15, 2024
I’m trying out Quarto to make a website that allows for writing posts involving math and code.
For example, I can write equations like this:
\[ \sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6} \]
And I can write code like this:
I can also use packages such as matplotlib and numpy.

Not bad!