This project consists of examples of mathematics problem solving and also visualization in mathematical concepts.
- Prime Spiral : A spiral constructed by integers from 1 at center, distribution of primes are indicated in red
- Golden Spiral : Logarithmic spiral drawing with golden ratio, other ratios are included as well
- Number Arrangement : Divide 1,2,3,...,2^n into equal partitions such that sums of k th power equal for k = 1,2,..., n-1
- Random Walk : A path where each steps is at the random decision (up, down, left, right) with equal probability 0.25
- Prime Spiral was originally written in Excel VBA, click here to download the file. To launch the program, set the dimension and use ctrl + r to trigger the macro.