2024-09-21 ::
Palaiologos
#crypto
#c
#math
A brief story on how I rolled my own crypto using staggeringly little mathematics in the process.
2024-02-24 ::
Palaiologos
#math
Can a simple and principled data compressor find its place in the world of emerging, purpose-built code-golf languages?
2024-02-23 ::
Palaiologos
#math
#apl
Musings on triangulation techniques for convex polygons.
2024-02-17 ::
Palaiologos
#math
An alternative, easy to follow derivation of Shannon entropy.
2024-02-16 ::
Palaiologos
#math
A brief introduction to my favourite theorems in computability theory.
2024-02-16 ::
Palaiologos
#math
A collection of curiosities concerning Fibonacci numbers, primes and relations between them.
2023-08-13 ::
Palaiologos
#math
#apl
How to solve a mathematics problem using the supercharged powers of APL?
2023-06-26 ::
Palaiologos
#math
#c
An easy method to accelerate the computation of infinite sums of rational functions using the digamma function and other numerical methods.
2022-01-09 ::
Palaiologos
#apl
#polynomial
#math
#numerical-methods
We all know the Newton-Raphson method for approximating the zero of a real-valued function, but how do we approach the problem of finding all real and complex roots of a polynomial?