User Portlet User Portlet

Luis Antonio Vasquez Reina
Discussions
Finally the secrets of A-ha's "Take on Me" are available to us mere mortals! https://www.youtube.com/watch?v=djV11Xbc914 Very cool idea.
Hi Kapio, thanks for the interest. I've just attached a notebook with all my code for this post, enjoy, and write me if you have any doubts!
Hi, I was wondering the following: Since arc length is usually defined for curves with a defined derivative, then, what would your code do with functions that have no derivative? In particular, there are some functions that are continuous over...
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,...
Thank you for your comments William. Yours is a good idea, I ran it and it is extremely fast in comparison! The first time I encountered this problem was for $t=2019$, and since my implementation takes a lot of time, specially for the computation...
![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...