Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justin-pyne/math-projects
A comprehensive repository of my previous mathematical projects and tools from their own individual repos, spanning various topics. Each project is organized into its respective folder and comes equipped with its own individual README.
https://github.com/justin-pyne/math-projects
Last synced: 6 days ago
JSON representation
A comprehensive repository of my previous mathematical projects and tools from their own individual repos, spanning various topics. Each project is organized into its respective folder and comes equipped with its own individual README.
- Host: GitHub
- URL: https://github.com/justin-pyne/math-projects
- Owner: justin-pyne
- Created: 2023-11-01T20:05:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T21:36:16.000Z (about 1 year ago)
- Last Synced: 2023-11-03T22:28:25.434Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Math Projects
This repository, `math-projects`, is a collection of my various mathematical projects and tools. These projects span a wide range of topics in mathematics. Each project comes with its individual README for more detailed information.
## Projects
1. **Combinatorics Projects**
- Located in the `combinatorics-projects` folder.
- Includes projects that deal with permutations, combinations, and combinatorial optimization problems such as the traveling salesman problem.
2. **Probability Projects**
- Located in the `probability-projects` folder.
- Includes projects that simulate and visualize different probability distributions and their properties.3. **Cofactor Expansion**
- Located in the `cofactor-expansion` folder.
- Includes a script to calculate the determinant of a matrix using cofactor expansion.
4. **Topology & Knot Theory Projects**
- Located in the `topology-knot-theory-projects` folder.
- Includes a visual representation of a homeomorphism between a sphere and a cube represented in plotly.## Getting Started
Each project folder contains all the necessary files and documentation to get started. To run a project, navigate to the project's folder and follow the instructions in the project's README. Each folder used to be an individual repo so if you are only interested in a certain project, you can download the individual folder. Enjoy!