Thursday, 30 July 2020
Sunday, 10 May 2020
Y-M | U-I
Say you are talking with someone and you want to tell her something important but not directly. You encrypt it.
How? Well we have to reject simple "shifted" ciphers, that is the ones in which you just shift the letters: $A = C$, $B = D$, and generally $\alpha = \alpha + 2$, which is a "wrong" way to write it but programmer use this way all the time (also it's the correct form to use when you write a program), but it defines that the $\alpha$-th variable is equal to itself plus two.
Here the variables are the letters, so the shift is clear. In general we might have $\alpha = \alpha + n$ provided that $n$ is such that $\alpha - (\text{mod n}) \alpha \neq 0$ otherwise you just get the original alphabet and... well not smart!
Considering that I do love cryptography and number theory too, I of course thought about a personal encryption: a "dynamical shift over the integers" (obviously, since we cannot deal with any other set of numbers, or... can we :D ). I fabricated a very interesting key (because yes, I sleep little and and I really want to think about a way to encrypt my feelings) which associated to a single modified letters, its true letter in a way that is dynamical within the word itself and within the words. For the sake of my future brain:
$$\text{ERAERAT YU KEMAN}$$
I am perhaps going nuts.
But as far as I know, to dream is not forbidden yet.
Monday, 13 April 2020
Log (0+) : EXPERIMENTO
Greetings humans,
This is an experiment for me as much as it is an experiment for you, who are reading this.
The ones of you who already knows me (or "knows" me), are already familiar with the fact that I create and put challenges of physics and mathematics on my instagram account (@theartoffugue [my username changes sometimes]).
Travellers who randomly stepped into this blog, well... Just read the rows above to quickly get on the road.
The aim of this blog, which I started as a sort of conversation with myself which ended up in silence, and hoping it will have a future, is now clear: to write here the challenges I put on IG with the solutions too, in order to create a record of funny useful interesting problems and, above all, to have them written down in a clear and more suitable way (through the help of HTML code instead of my hands with pen and paper).
All the past challenges were once highlighted on IG, but I have recently removed them all so this is also a way to make a jump in the past in order to restore all them. I will indeed start with the oldest ones, and then back to the future!
So, what else to say... Let's go!
Saturday, 11 January 2020
THE ROOTS OF UNITY
Back to basics, I want to talk about polynomials and roots.