There are 2 repositories under recreational-mathematics topic.
Short python samples of recreational mathematics.
World of Wator: A Predator-Prey simulation as a screensaver
An algorithm, a software library, and a collection of apps, to solve and visualize the general right tromino tiling puzzle.
"oof = { 0 | off }". (C++ OpenGL implementation of 3D infinite HACKENBUSH)
(WIP) Esoteric Mathematic Library for TypeScript
Python functions for numerical analysis: numerical schemes for ODEs, linear algebra, linear/non-linear/iterative solvers, interpolation, and regression analysis.
Doing some recreational math inspired by a numberphile video https://www.youtube.com/watch?v=kbKtFN71Lfs
Generating Ramanujan cab numbers
Python cli script for counting prime numbers
Lucas Sequence L is a sequence of numbers such that L(n) = L(n-1) + L(n-2)
Python script for checking if a number is prime. If the number is composite, the script prints the prime factorization of the number.
Maths and Matlab code to multilaterate an undefined point in 3D space, based on reception times of 4+ microphones receiving an impulse created by an emitter at that point... Advanced Bird Watching!
My solution to Matt Parker's Frog Problem.
Blazingly fast simulation to solve for Matt Parker's Frog problem
Implementations to produce solutions for the IBM Research Ponder This monthly challenges
Interactive Feigenbaum bifurcation graphics on iPad with Pythonista
Explain Extended New Year 2023 post: solving the Rubik's Cube in PostgreSQL
This script is ready to use script to takes an argument and calculates all amicable number pairs smaller than the inputted number.
Get all arithmetic sequences form an array keeping the order of the array
A Mersenne prime is a prime number that is one less than a power of two. That is, it is a prime number of the form M_{n}=2^{n}-1 for some integer n.
Miscellaneous scripts and modules implemented in Python
Make the most of your ingredients in Skyrim with linear programming.
Create a magic square of order three in your terminal.
My proposed solutions to the first 100 problems on Project Euler in Haskell (+ explanation).
Draw spiral lines with circles rotating around each other
Where I store code I've kludged together to help me feel out some mathematical wondering I had.
Goat Grazing Problem solved with Monte Carlo estimation
A loose collection for small Python scripts I create just for fun and with no apparent useful purpose
Script checks if the entered integer is an Emirp prime number or not.
Script for printing emirp prime numbers on the command line.