Interesting Matrix Identity

  • A
  • Thread starter madness
  • Start date
  • #1
madness
815
70
Hi all,

I've come across an interesting matrix identity in my work. I'll define the NxN matrix as [tex] S_{ij} = 2^{-(2N - i - j + 1)} \frac{(2N - i - j)!}{(N-i)!(N-j)!}.[/tex] I find numerically that [tex] \sum_{i,j=1}^N S^{-1}_{ij} = 2N, [/tex] (the sum is over the elements of the matrix inverse). In fact, I expected to get 2N based on the problem I'm studying, but I don't know what this complicated matrix expression is doing or why it equals 2N. Does any of this look familiar to anyone here?

Thanks for your help!

P.S. If this is in the wrong subforum, please move it.
 

Answers and Replies

  • #2
14,278
8,298
Interesting, how did you come across this? using some numerical computing software like matlab?

@fresh_42 or @Mark44 might be interested in how you discovered this.
 
  • #3
TeethWhitener
Science Advisor
Gold Member
2,476
2,030
I haven't run through the math, but keep in mind that the inverse matrix element can be expressed as:
$$(S^{-1})_{ij} = \frac{1}{\det{S}}C_{ji}$$
where ##C_{ji}## is the element of the transposed cofactor matrix. Also remember that the determinant can be expressed as a cofactor expansion:
$$\det{S} = \sum_{i=1}^{N} S_{ij} C_{ij}$$
Also keep in mind that the cofactor expansion works for any row or any column, so that
$$(S^{-1})_{ij} = \frac{C_{ji}}{ \sum_{i=1}^{N} S_{ji} C_{ji}}$$
I dunno, maybe that helps. It might not hurt, too, to see if you can pull out a general formula for the cofactor.
 
  • #4
madness
815
70
Thanks for the help.

@jedishrfu I discovered this trying to maximise the following:

[tex] \frac{\left[ \int_0^\infty f(t) dt \right]^2}{\int_0^\infty f^2(t) dt } [/tex] where [tex] f(t) = \sum_{i=1}^N w_i \frac{(ct)^{N-i}}{(N-i)!} e^{\lambda t} [/tex] and [tex] w_i [/tex] are weights which I want to maximise with respect to. I can show that the maximum is [tex] \frac{1}{-\lambda} \sum_{ij} \left(S^{-1}\right)_{ij} [/tex] and using Matlab this turns out to be [tex]\frac{2N}{-\lambda}[/tex] for N=1...15 (I stopped here as it became numerically unstable).

@TeethWhitener I can see that your approach must give the right answer, but finding a closed form expression for the cofactor seems difficult for an arbitrary NxN matrix.
 

Suggested for: Interesting Matrix Identity

Replies
5
Views
389
  • Last Post
Replies
9
Views
729
  • Last Post
Replies
3
Views
702
  • Last Post
Replies
2
Views
661
Replies
5
Views
152
Replies
1
Views
234
Replies
1
Views
474
  • Last Post
Replies
12
Views
622
  • Last Post
Replies
3
Views
825
  • Last Post
Replies
10
Views
594
Top