I write, therefore I am
Friday, July 22, 2016
Lemma - Dyadic (XOR) Convolution Theorem
›
Note1: This lemma is used to prove the Dyadic Convolution Theorem . Note2: To understand this proof, you should have a good understa...
Dyadic (XOR) Convolution theorem
›
The Dyadic (XOR) convolution of the sequences $a$ and $b$ is the sequence $c=a*b$ defined by $c_k=\displaystyle\sum_{i\oplus j = k}a_...
2 comments:
Friday, July 15, 2016
An application of Bivariate Ordinary Generating functions
›
It's interesting to note how each type of Generating function has its own advantages and disadvantages. For example, we saw how, given ...
Sunday, November 29, 2015
C-code for the PrimePi function
›
This code uses the algorithm described here . The same algorithm has been used for SumOfPrimes function here . #include<stdio.h> ...
C-code for the SumOfPrimes function
›
We saw the algorithm for the generalized Prime counting function in the previous post . Here is the C code for the same, with some sli...
Saturday, November 28, 2015
Algorithm for the Prime counting function
›
In Counting Primes - Prime Counting function - Part III , we saw the function used to calculate the sum of all primes less than a given...
Friday, November 27, 2015
Pólya's Enumeration Theorem with Applications - Part II
›
This post continues what we discussed here . Pólya's Enumeration theorem allows us to do much more. In all of the examples above, w...
‹
›
Home
View web version