Webpage of Jakub Smolik
About me
I am a CS student at the Faculty of Mathematics and Physics, Charles University in Prague. Lately I’ve been focusing on set theory and analytical combinatorics. Other than that, I enjoy Sci-fi and Fantasy literature, especially The Witcher series and the works of Brandon Sanderson.
You can contact me at smolikj (at) matfyz.cz
Yesterday is history, tomorrow is a mystery, but today is a gift. That is why it is called the present.
— Master Oogway
References
- my-papers - a collection of math related texts I have written over the years; most of them are in Czech
- mff-notes - notes from various university courses I have taken
- github.com - my github profile
- itch.io - my game jam submissions
- other resources - other notes and learning resources
- bookmarks - useful tools and cheatsheets
Favorite projects
- Project L Digital Board Game
- Digital version of the Project L board game implemented in Unity.
- Project L is a fast-paced strategic board game for up to 4 players, where you complete puzzles by filling them in with Tetris-like pieces.
- The game provides a simple API for implementing intelligent agents who can play the game against you or against each other.
- This was my Individual Software Project (ročníkový projekt) at MFF UK.
- Introduction to Set Theory - in Czech
- About 50 pages long, it covers the basics of the Zermelo-Fraenkel set theory, ordinals and the axiom of choice
- I believe this to be a good starting point for anyone interested in Set Theory or the foundations of mathematics in general
- Direction Field Visualizer
- Python application for visualizing direction fields and an art generator at the same time!
- The image gallery showcases some of the incredible abstract art that can be created with this tool.
- Introduction to Finite Calculus - in Czech
- Finite Calculus is probably the most interesting field of mathematics that you’ve never heard of. Its beauty lies in its simplicity and power. It essentially allows you to find sums of series as if you were solving definite integrals.
- This text is a short introduction to the subject, drawing parallels to the well known differential calculus and culminating in the proof of the Gregory-Newton interpolation formula. There are also about 20 solved exercises.
- I have first learned about this fascinating topic from the excellent Concrete Mathematics by Graham, Knuth and Patashnik.
- Pacman
- The original Pacman game implemented in Unity.
- My main reference for game mechanics was The Pac-Man Dossier.