Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbiushelix/solid-spoon
Bibbidi bobbidi boo, this repository may be something for you
https://github.com/mbiushelix/solid-spoon
linear-equation-system-solver monty-hall-simulator rotation-matrix
Last synced: 20 days ago
JSON representation
Bibbidi bobbidi boo, this repository may be something for you
- Host: GitHub
- URL: https://github.com/mbiushelix/solid-spoon
- Owner: Mbiushelix
- Created: 2022-02-25T14:16:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T08:26:35.000Z (9 months ago)
- Last Synced: 2024-04-12T15:31:07.209Z (9 months ago)
- Topics: linear-equation-system-solver, monty-hall-simulator, rotation-matrix
- Language: Python
- Homepage:
- Size: 22.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solid-spoon
A repo dedicated to cool side-projects.## LESS - algorithm
Solves linear equations.![image](https://github.com/Mbiushelix/solid-spoon/assets/81691774/849bfae8-0b52-4087-84ab-8d1e1588aa21)
## Monty Hall-Problem
Change or not to change? This program simulates the winning probabilities in both scenarios.![image](https://github.com/Mbiushelix/solid-spoon/assets/81691774/6760c2f4-06b5-42fe-a76e-d20cab46d811)
## Polar
Numbers in a polar coordinate system. Simple idea, but beautiful results.## Rotation
Exploring matrix-based and complex number-based rotation.