An open API service indexing awesome lists of open source software.

https://github.com/milescb/algebraic_geometry_projects

Projects from MATH 555, Computational Algebraic Geometry taken Fall of 2021
https://github.com/milescb/algebraic_geometry_projects

algebraic-geometry homotopy-continuation newton-method torii

Last synced: 10 months ago
JSON representation

Projects from MATH 555, Computational Algebraic Geometry taken Fall of 2021

Awesome Lists containing this project

README

          

# Computational Algebraic Geometry Projects

The following repo contains projects completed in MATH 555, Computational Algebriac Geometry at Lawrence University during the Fall 2021 term. All projects are completed using the `Julia` programming language for numerical computation, `Python` for some plotting and visualization, and `Sage` for symbolic computation. Each folder has a `.pdf` with a summary and explaination of the research completed. Additionally, each file has a README with more specific information for each project.

## Projects

1. Exploring the Clifford Torus
2. Implementing the Newton-Ralphson Method for solving equations and systems of multivariable equations.
3. Using Homotopy Continuation to find _all_ solutions to systems of equations.