Have you encountered this famous matrix before?

  • Context: Graduate 
  • Thread starter Thread starter cosmicsol
  • Start date Start date
  • Tags Tags
    Matrix
Click For Summary
SUMMARY

The discussion centers on an n x n matrix defined by the formula A_ij = comb(n+i-j,i), where comb(a,b) denotes the binomial coefficient. This matrix is significant in counting complexity results and has been encountered in the context of proving #P-completeness through polynomial interpolation techniques. Key properties include its full rank and the fact that its (n-1) x (n-1) upper right submatrix is equivalent to A(n-1).

PREREQUISITES
  • Understanding of binomial coefficients and their properties
  • Familiarity with matrix theory and rank concepts
  • Knowledge of counting complexity and #P-completeness
  • Experience with polynomial interpolation techniques
NEXT STEPS
  • Research the properties of binomial coefficient matrices
  • Study the implications of full rank in matrix theory
  • Explore #P-completeness and its significance in computational complexity
  • Learn about polynomial interpolation methods and their applications
USEFUL FOR

Mathematicians, computer scientists, and researchers in computational complexity who are interested in matrix properties and their applications in counting problems.

cosmicsol
Messages
2
Reaction score
0
Working in a counting complexity result, it came out this n x n matrix defined as follows:

A_ij = comb(n+i-j,i) for each row i =1,...,n and each column j=1,...,n.

NOTE: comb (a,b) represents a!/(b!(a-b)!) , which is the number of subsets of size b that can selected from a set of size a.


I was wondering if anyone have seen this matrix before. I need to study the properties.

Thanks.
 
Physics news on Phys.org
nope, but just wondering what special properties does it have?
 
This matrix appeared when i tried to prove that a counting problem was #p-complete using a polynomial interpolation technique. This matrix has full rank, and it's n-1 x n-1 upper right submatrix is equal to A(n-1).
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 15 ·
Replies
15
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K