Have you encountered this famous matrix before?

  • Thread starter Thread starter cosmicsol
  • Start date Start date
  • Tags Tags
    Matrix
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).
 
Back
Top