https://github.com/zmaril/checkers
Nothing but us math nerds here
https://github.com/zmaril/checkers
Last synced: 8 months ago
JSON representation
Nothing but us math nerds here
- Host: GitHub
- URL: https://github.com/zmaril/checkers
- Owner: zmaril
- Created: 2013-09-08T16:09:05.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-28T05:39:30.000Z (over 11 years ago)
- Last Synced: 2025-10-13T13:42:56.744Z (8 months ago)
- Language: Python
- Size: 404 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This software is for doing computations on and related to Schubert
problems on Grassmannians. To use this software, you need four files:
* go.py
* galoistest.py
* tournament.py
* checkergame.py
The files "tournament.py" and "checkergame.py" are libraries. The
average user will do most computations from the functions found in
"galoistest.py", and the file "go.py" is for a specific experiment
performed by Frank Sottile, Abraham Martín del Campo and Christopher
Brooks. More details on the functions and operating instructions are
given in comments in the respective files, as well as the
documentation (which currently does not exist yet).