In
mathematics, particularly
matrix theory
In mathematics, a matrix (plural matrices) is a rectangular array or table of numbers, symbols, or expressions, arranged in rows and columns, which is used to represent a mathematical object or a property of such an object.
For example,
\beg ...
and
combinatorics
Combinatorics is an area of mathematics primarily concerned with counting, both as a means and an end in obtaining results, and certain properties of finite structures. It is closely related to many other areas of mathematics and has many a ...
, a Pascal matrix is a
matrix
Matrix most commonly refers to:
* ''The Matrix'' (franchise), an American media franchise
** '' The Matrix'', a 1999 science-fiction action film
** "The Matrix", a fictional setting, a virtual reality environment, within ''The Matrix'' (franchi ...
(possibly
infinite
Infinite may refer to:
Mathematics
*Infinite set, a set that is not a finite set
*Infinity, an abstract concept describing something without any limit
Music
*Infinite (group)
Infinite ( ko, 인피니트; stylized as INFINITE) is a South Ko ...
) containing the
binomial coefficient
In mathematics, the binomial coefficients are the positive integers that occur as coefficients in the binomial theorem. Commonly, a binomial coefficient is indexed by a pair of integers and is written \tbinom. It is the coefficient of the t ...
s as its elements. It is thus an encoding of
Pascal's triangle
In mathematics, Pascal's triangle is a triangular array of the binomial coefficients that arises in probability theory, combinatorics, and algebra. In much of the Western world, it is named after the French mathematician Blaise Pascal, althoug ...
in matrix form. There are three natural ways to achieve this: as a
lower-triangular matrix, an
upper-triangular matrix
In mathematics, a triangular matrix is a special kind of square matrix. A square matrix is called if all the entries ''above'' the main diagonal are zero. Similarly, a square matrix is called if all the entries ''below'' the main diagonal are ...
, or a
symmetric matrix
In linear algebra, a symmetric matrix is a square matrix that is equal to its transpose. Formally,
Because equal matrices have equal dimensions, only square matrices can be symmetric.
The entries of a symmetric matrix are symmetric with ...
. For example, the 5 × 5 matrices are:
There are other ways in which Pascal's triangle can be put into matrix form, but these are not easily extended to infinity.
Definition
The non-zero elements of a Pascal matrix are given by the
binomial coefficient
In mathematics, the binomial coefficients are the positive integers that occur as coefficients in the binomial theorem. Commonly, a binomial coefficient is indexed by a pair of integers and is written \tbinom. It is the coefficient of the t ...
s:
such that the indices ''i'', ''j'' start at 0, and ! denotes the
factorial
In mathematics, the factorial of a non-negative denoted is the product of all positive integers less than or equal The factorial also equals the product of n with the next smaller factorial:
\begin
n! &= n \times (n-1) \times (n-2) ...
.
Properties
The matrices have the pleasing relationship ''S''
''n'' = ''L''
''n''''U''
''n''. From this it is easily seen that all three matrices have
determinant
In mathematics, the determinant is a scalar value that is a function of the entries of a square matrix. It characterizes some properties of the matrix and the linear map represented by the matrix. In particular, the determinant is nonzero if ...
1, as the determinant of a triangular matrix is simply the product of its diagonal elements, which are all 1 for both ''L
n'' and ''U''
''n''. In other words, matrices ''S''
''n'', ''L''
''n'', and ''U''
''n'' are
unimodular, with ''L''
''n'' and ''U''
''n'' having
trace ''n''.
The trace of ''S
n'' is given by
:
with the first few terms given by the sequence 1, 3, 9, 29, 99, 351, 1275, … .
Construction
A Pascal matrix can actually be constructed by taking the
matrix exponential
In mathematics, the matrix exponential is a matrix function on square matrices analogous to the ordinary exponential function. It is used to solve systems of linear differential equations. In the theory of Lie groups, the matrix exponential giv ...
of a special
subdiagonal or
superdiagonal matrix. The example below constructs a 7 × 7 Pascal matrix, but the method works for any desired ''n'' × ''n'' Pascal matrices. The dots in the following matrices represent zero elements.
:
It is important to note that one cannot simply assume exp(''A'') exp(''B'') = exp(''A'' + ''B''), for ''n'' × ''n'' matrices ''A'' and ''B''; this equality is only true when ''AB'' = ''BA'' (i.e. when the matrices ''A'' and ''B''
commute). In the construction of symmetric Pascal matrices like that above, the sub- and superdiagonal matrices do not commute, so the (perhaps) tempting simplification involving the addition of the matrices cannot be made.
A useful property of the sub- and superdiagonal matrices used for the construction is that both are
nilpotent
In mathematics, an element x of a ring R is called nilpotent if there exists some positive integer n, called the index (or sometimes the degree), such that x^n=0.
The term was introduced by Benjamin Peirce in the context of his work on the cl ...
; that is, when raised to a sufficiently great
integer
An integer is the number zero (), a positive natural number (, , , etc.) or a negative integer with a minus sign ( −1, −2, −3, etc.). The negative numbers are the additive inverses of the corresponding positive numbers. In the language ...
power, they degenerate into the
zero matrix In mathematics, particularly linear algebra, a zero matrix or null matrix is a matrix all of whose entries are zero. It also serves as the additive identity of the additive group of m \times n matrices, and is denoted by the symbol O or 0 followed ...
. (See
shift matrix for further details.) As the ''n'' × ''n'' generalised shift matrices we are using become zero when raised to power ''n'', when calculating the matrix exponential we need only consider the first ''n'' + 1 terms of the
infinite series
In mathematics, a series is, roughly speaking, a description of the operation of adding infinitely many quantities, one after the other, to a given starting quantity. The study of series is a major part of calculus and its generalization, ma ...
to obtain an exact result.
Variants
Interesting variants can be obtained by obvious modification of the matrix-logarithm PL
7 and then application of the matrix exponential.
The first example below uses the squares of the values of the log-matrix and constructs a 7 × 7 "Laguerre"- matrix (or matrix of coefficients of
Laguerre polynomials
:
The Laguerre-matrix is actually used with some other scaling and/or the scheme of alternating signs.
(Literature about generalizations to higher powers is not found yet)
The second example below uses the products ''v''(''v'' + 1) of the values of the log-matrix and constructs a 7 × 7 "Lah"- matrix (or matrix of coefficients of
Lah numbers)
:
Using ''v''(''v'' − 1) instead provides a diagonal shifting to bottom-right.
The third example below uses the square of the original ''PL''
7-matrix, divided by 2, in other words: the first-order binomials (binomial(''k'', 2)) in the second subdiagonal and constructs a matrix, which occurs in context of the
derivative
In mathematics, the derivative of a function of a real variable measures the sensitivity to change of the function value (output value) with respect to a change in its argument (input value). Derivatives are a fundamental tool of calculus. ...
s and
integral
In mathematics, an integral assigns numbers to functions in a way that describes displacement, area, volume, and other concepts that arise by combining infinitesimal data. The process of finding integrals is called integration. Along with ...
s of the Gaussian
error function
In mathematics, the error function (also called the Gauss error function), often denoted by , is a complex function of a complex variable defined as:
:\operatorname z = \frac\int_0^z e^\,\mathrm dt.
This integral is a special (non- elementa ...
:
:
If this matrix is
inverse matrix, inverted (using, for instance, the negative matrix-logarithm), then this matrix has alternating signs and gives the coefficients of the derivatives (and by extension the integrals) of Gauss' error-function. (Literature about generalizations to greater powers is not found yet.)
Another variant can be obtained by extending the original matrix to
negative values:
:
See also
*
Pascal's triangle
In mathematics, Pascal's triangle is a triangular array of the binomial coefficients that arises in probability theory, combinatorics, and algebra. In much of the Western world, it is named after the French mathematician Blaise Pascal, althoug ...
*
LU decomposition
In numerical analysis and linear algebra, lower–upper (LU) decomposition or factorization factors a matrix as the product of a lower triangular matrix and an upper triangular matrix (see matrix decomposition). The product sometimes includes a ...
References
* G. S. Call and D. J. Velleman, "Pascal's matrices", ''
American Mathematical Monthly
''The American Mathematical Monthly'' is a mathematical journal founded by Benjamin Finkel in 1894. It is published ten times each year by Taylor & Francis for the Mathematical Association of America.
The ''American Mathematical Monthly'' is an ...
'', volume 100, (April 1993) pages 372–376
*
External links
* G. Helm
Pascalmatrixin a project of compilation of facts abou
* G. Helm
Gauss-matrix* Weisstein, Eric W
* Weisstein, Eric W
* Weisstein, Eric W. "Hermite Polynomial"
* Endl, Kurt "Über eine ausgezeichnete Eigenschaft der Koeffizientenmatrizen des Laguerreschen und des Hermiteschen Polynomsystems". In: PERIODICAL VOLUME 65 Mathematische Zeitschrif
Kurt Endl
* (Related to Gauss-matrix).
{{Matrix classes
Matrices
Triangles of numbers