Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 35 and 977 pageviews
This question is a mirror of the question Sum of subsets which I found interesting. The problem is like this:
Let , how many subsets with k elements that are having the sum of value r?
For instance, if n = 6, k = 3, r = 10:
The following sets: ...
sciencolic
19 Aug 10
|1 answer
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 30 and 1160 pageviews
This paper is inspired by this post. It asked how to count the number of solutions of the equation with non-negative integral solution:
x_1 + ... + x_k = n
without using the standard method of line and dot counting. I transform the problem into a partial difference equation, ...
ross_tang
08 Aug 10
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 12 and 912 pageviews
This article provides and describes a Python function to list all the derangements of a multiset.
ross_tang
19 May 10