Utensil's Zettelkasten-style forest of evergreen notes on math and tech. utensil.tngl.sh/forest/
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

This directory contains some source code explpring algebraic geometry.

Macaulay2#

To install Macaulay2 on MacOS:

-- brew install Macaulay2/tap/M2

To run a script that generates a SVG file:

-- m2 --script ag/hello.m2 > output/hello.svg

Singular#

To install Singular on MacOS:

brew install singular

To install for using it in Jupyter notebooks:

# pyenv shell 3.11
pip3 install PySingular
pip3 install jupyter_kernel_singular