Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clayrisser/math-playground
Personal math playground
https://github.com/clayrisser/math-playground
graph math matplotlib numpy playground python
Last synced: 24 days ago
JSON representation
Personal math playground
- Host: GitHub
- URL: https://github.com/clayrisser/math-playground
- Owner: clayrisser
- License: mit
- Created: 2017-05-03T06:33:13.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T07:14:43.000Z (over 1 year ago)
- Last Synced: 2024-12-08T20:53:31.639Z (about 1 month ago)
- Topics: graph, math, matplotlib, numpy, playground, python
- Language: Python
- Size: 919 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Math Playground
Personal math playground
Please ★ this repo if you found it useful ★ ★ ★
![](assets/math-playground.png)
## Features
* Graphing
## Installation
```sh
git clone [email protected]:jamrizzi/math-playground.git
cd math-playground
make
```## Dependencies
* [Python 2.7](https://www.python.org/)
* [TkInter](https://wiki.python.org/moin/TkInter)## Usage
| Command | Description |
| ------------------- | ----------------------------- |
| `./run exponential` | Plots an exponential function |## Support
Submit an [issue](https://github.com/jamrizzi/math-playground/issues/new)
## Buy Me Coffee
A ridiculous amount of coffee was consumed in the process of building this project.
[Add some fuel](https://jamrizzi.com/#!/buy-me-coffee) if you'd like to keep me going!
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## License
[MIT License](https://github.com/jamrizzi/math-playground/blob/master/LICENSE)
[Jam Risser](https://jamrizzi.com) © 2017
## Credits
* [Jam Risser](https://jamrizzi.com) - Author
## Changelog
0.0.1 (2017-04-28)
* Initial release