Mathematics
Normal Numbers
[slideshare id=234034213&doc=normalityofpi-200515104536]
This project (made in Python) explores normal numbers, in particular, , and in different bases (decimal and hexadecimal).
Square Wheel
This is a computational project made using C++. A circular wheel has been one of the greatest inventions of manking. It rolls perfectly well on a flat ground. What if we consider polygonal wheels? A square wheel would not “roll smoothly” on a flat road. A smooth ride with square wheels is possible on an inverted catenary. The project demonstrates animation of a smooth ride using square wheel.
Fractals
For my CBSE class 12 project, I made a program for generating various types of fractals and tracking the trajectory of points. The code also had the feature for zooming in and changing various initial conditions and storing the data obtained.