Infinite Series Calculator in Repl.it
Simon has made a small calculator/approximator in Repl.it that shows what number an infinite series converges to: https://repl.it/@simontiger/Series
a homeschooling blog about Simon, a young mathematician and programmer, and his little sister Neva. Visit https://simontiger.com
Simon has made a small calculator/approximator in Repl.it that shows what number an infinite series converges to: https://repl.it/@simontiger/Series
Simon finds the explanation on Brilliant.org incomplete, so he started a discussion about it on the Brilliant community page: https://brilliant.org/discussions/thread/games-of-chance-course-marble-problem/?ref_id=1570424
Simon has been asked to help compiling the program for the next MathsJam!
The photos below show Simon playing with Breadth-first search and Dijkstra’s algorithms to find the most efficient path from S to E on a set of graphs. The two more … Continue reading Pathfinding algorithms: Dijkstra’s and Breadth-first search
Simon has shown us a curious puzzle: if you hang a poster on a string using two pins, what is the way to arrange the string so that the poster … Continue reading A Knot Theory Puzzle
This is Simon’s version of Daniel Shiffman’s 2D Casting code, made on Wednesday last week right after the live session. Link to the live session including the coding challenge. Code … Continue reading Simon’s Community Contribution: Variation of 2D Casting Coding Challenge in p5.js
On Saturday morning, Simon didn’t go to the SAT examination location, although we had registered him to try taking the SAT (with great difficulties, because he is so young). In … Continue reading What Simon did instead of taking the SAT on Saturday
“I have first built a maze, then I turned it into a graph and applied Dijkstra’s pathfinding algorithm!” Simon learned this from the Computerphile channel. He later also attempted to … Continue reading Dijkstra’s pathfinding algorithm
An update to Simon’s new project: a series of video tutorials on sorting algorithms! See the full playlist here. Finally, parts 6 and 7 of Simon’s exciting series of video … Continue reading More Sorting Algorithms!
“Connect some points into a convex polygon such that all of the remaining points are inside that convex polygon. The algorithm that will find it for me is called the … Continue reading Graham Scan Algorithm
Today we have made beautiful rainbow chrystals! Polarized light iridizes sodium thiosulfate crystals, so we made the crystals in between two polarizing films and then observed them through the microscope. … Continue reading Chemistry Experiments: Polarized light iridizes crystals
Simon has started a huge new project: a series of video tutorials about sorting algorithms. In the videos, he codes on his RaspberryPi, but here is the link to the … Continue reading Simon creates a playlist with Sorting Algorithms tutorials in Python