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).
 
Thread 'Derivation of equations of stress tensor transformation'
Hello ! I derived equations of stress tensor 2D transformation. Some details: I have plane ABCD in two cases (see top on the pic) and I know tensor components for case 1 only. Only plane ABCD rotate in two cases (top of the picture) but not coordinate system. Coordinate system rotates only on the bottom of picture. I want to obtain expression that connects tensor for case 1 and tensor for case 2. My attempt: Are these equations correct? Is there more easier expression for stress tensor...
Back
Top