This repository has been archived on 2026-02-19 . You can view files and clone it, but cannot push or open issues or pull requests.
main
Code of MATH 6601 Projects
Create a virtual environment and install dependencies
conda create -n math6601_env python=3.10
conda activate math6601_env
pip install -r requirements.txt
Project 1
python Project1_Q1.py > Project1_A1.txt
python Project1_Q2.py > Project1_A2.txt
python Project1_Q3.py
Description
Languages
Python
74.5%
TeX
25.5%