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