User Portlet User Portlet

Luis Antonio Vasquez Reina
Discussions
The notebook attached at the end of the post contains the code used in this analysis: - Definitions - Data import - Analysis tools It can alternatively be found on [my GitHub page][2], where I've also saved the raw file with my original...
I came up with the following Whiteboard filter inspired by [this][1] github post. A Whiteboard filter is useful for making handwritten notes more readable. whiteboardfilter[img_] := MinFilter[ ImageApply[ (If[Mean[#] > 0.85, 1,...
Which is the least natural $n$ such that there is a power of $n$ whose last $t \geq 4$ digits are all 1? Spoiler alert, it's 71. In this discussion I'll prove this fact, use Mathematica to guide the proof, and find explicit values of the...
![Cellular Automaton with an infinite initial condition][1] #Introduction Mathematician David Hilbert came up with the following thought experiment: In an hotel of infinitely many rooms that is full, find a way to accomodate infinitely many new...