Explore >> Select a destination


You are here

blog.demofox.org
| | vankessel.io
5.4 parsecs away

Travel
| | A blog for my thoughts. Mostly philosophy, math, and programming.
| | drorspei.com
6.3 parsecs away

Travel
| | In signal processing it is often that we need to compare two finite impulse responses (FIR). It is also often that we don't care to know the difference between two FIRs outside a specific frequency band, and only care about the difference within that band. Given the difference FIR $latex p$, given as $latex n+1$...
| | jaydaigle.net
6.3 parsecs away

Travel
| | We continue our exploration of what numbers are, and where mathematicians keep finding weird ones. In the first three parts we extended the natural numbers in two ways: algebraically and analytically. Those approaches gave overlapping but distinct sets of numbers. This week we combine them to get the complex numbers, and see some hints of why the complex numbers are so useful-and so frustrating.
| | kndrck.co
31.1 parsecs away

Travel
| Motivation RSA (Rivest-Shamir-Adleman) is one of the first public-key cryptosystems and is widely used for secure data transmission. In such a cryptosystem, the encryption key is public and is different from the decryption key which is kept secret. If I wanted to comprehend zero knowledge proofs, then understanding the grand-daddy of public-key cryptosystems is a must. Background Maths Exponential Rules 1 $$ \begin{align} \label{eq:exponent_rule} g^{a-b} &= \dfrac{g^a}{g^b} \newline g^{a+b} &= g^a g^b \n...