Pascal matrix
Appearance
The Pascal matrix is an infinite matrix containing the binomial coefficients as its elements. There are 3 ways this can be achieved - either as an upper-triangular matrix, a lower-triangular matrix, or as a symmetric matrix. The 5×5 truncations of these are shown below.
Upper triangular: lower triangular: symmetric:
These matrices have the pleasing relationship Sn = LnUn. From this it is easily seen that all three matrices have determinant 1, as the determinant of a triangular matrix is simply the product of its diagonal elements, which are all 1 for both Ln and Un.
See also
References
- G. S. Call and D. J. Velleman, Pascal's matrices, American Mathematical Monthly 100 (April 1993) pp 372-376.