Pascal Triangle/binomial numbers
- From: "Bill" <Bill_NOSPAM@xxxxxxxxxxx>
- Date: Sat, 8 Dec 2007 01:56:53 -0500
From the "upper diamond" of Pascal's Triangle ("tilt your head 45 degrees",if necessary), construct the square matrices:
A_1 = { [1] },
A_2 = { [1, 1], [1, 2] },
A_3 = { [1, 1, 1], [1, 2, 3], [1, 3, 6] },
etc.
I am trying to show that each of these matrices A_n, n = 1, 2, 3, ... are
positive semi-definite. Calculations suggest that they are. I would
appreciate any suggestions or references that may be of help. I am hoping
that if I look at things the right way, that it will be obvious.
Thanks,
Bill
.
- Follow-Ups:
- Re: Pascal Triangle/binomial numbers
- From: Gottfried Helms
- Re: Pascal Triangle/binomial numbers
- From: Bill
- Re: Pascal Triangle/binomial numbers
- Prev by Date: Re: Definitions of T_0, T_1, etc. Topological Spaces
- Next by Date: Re: Multiple infinities - one more look
- Previous by thread: looking for 1932 Mazur and Ulam paper
- Next by thread: Re: Pascal Triangle/binomial numbers
- Index(es):
Relevant Pages
|