LINEAR ALGEBRA OF PASCAL MATRICES
LINDSAY YATES
Abstract. The famous Pascal’s triangle appears in many areas of
mathematics, such as number theory, combinatorics and algebra.
Pascal matrices are derived from this triangle of binomial coeffi-
cients, which create simplistic matrices with interesting properties.
We explore properties of these matrices and the inverse of the Pascal
matrix plus the identity matrix times any positive integer. We
further consider a unique matrix called the Stirling matrix, which
can be factorized in terms of the Pascal matrix.
1. Introduction
The ancient arithmetic triangle, today known as Pascal’s triangle, is
an infinite numerical table represented in triangular form. The numbers
displayed in the triangle are called binomial coefficients,
n
k
, which
represent the number of ways of picking k unordered outcomes from n
possibilities. Each entry in the triangle is obtained by adding together
two entries from the row above: the one directly to the left and the
one directly to the right; this pattern can be seen in the image below.
The Pascal’s triangle has been known for over ten centuries. The set
of numbers that form the Pascal’s triangle were known before Blaise
Date: December 5, 2014.
1
LINEAR ALGEBRA OF PASCAL MATRICES 2
Pascal, although he is attributed with being the first one to publish
the information known about the triangle in his treatise, Trait´e du triangle
arithm´etique. The numbers originally arose from Indian studies
of combinatorics and the Greeks interest in figurate numbers. These
numbers were continually discussed by Islamic mathematicians during
the 10th century and in the 11th century by a Persian poet named
Omar Khayyam. They were also seen in China during the 13th century.
The Pascal’s triangle was officially published in Pascal’s treatise
soon after his death in 1665.
This triangle arises in many areas of mathematics such as algebra,
probability, and combinatorics. We were motivated by the Pascal’s
triangle prominence in the field of mathematics and its many applications,
in particular Pascal matrices. We wanted to further our studies
to consider the various properties and unique connections that Pascal
matrices has to other functions and number sequences.
2. Pascal Matrices
The Pascal’s triangle can be transcribed into a matrix containing
the binomial coefficients as its elements. We can form three types of
matrices: symmetric, lower triangular, and upper triangular, for any
integer n > 0.
The symmetric Pascal matrix of order n is defined by Sn = (sij ), where
sij =
i + j − 2
j − 1
for i, j = 1, 2, ...., n (1)
We can define the lower triangular Pascal matrix of order n by Ln =
(lij ), where
lij =
(
i−1
j−1
if i ≥ j
0 otherwise
(2)
The upper triangular Pascal matrix of order n is defined by Un = (uij ),
where
uij =
(
j−1
i−1
if j ≥ i
0 otherwise
(3)
LINEAR ALGEBRA OF PASCAL MATRICES 3
We notice that Un = (Ln)
T
, for any positive integer n.
For example, for n = 5 we have:
S5 =
1 1 1 1 1
1 2 3 4 5
1 3 6 10 15
1 4 10 20 35
1 5 15 35 70
L5 =
1 0 0 0 0
1 1 0 0 0
1 2 1 0 0
1 3 3 1 0
1 4 6 4 1
U5 =
1 1 1 1 1
0 1 2 3 4
0 0 1 3 6
0 0 0 1 4
0 0 0 0 1
These Pascal matrices have some interesting properties, which we present
next.
Theorem 2.1. [1] Let Sn be the symmetric Pascal matrix of order n
defined by (1), Ln be the lower triangular Pascal matrix of order n de-
fined by (2), and Un be the upper triangular Pascal matrix of order n
defined by (3), then Sn = LnUn.
Proof. Let Ln be the lower triangular Pascal matrix of order n defined
by (2) and Un be the upper triangular Pascal matrix of order n defined
by (3). By direct multiplication of matrices Ln and Un we obtain the
ij-th element of the product LnUn:
Xn
k=1
likukj =
Xn
k=1
liklkj , since Un = (Ln)
T
.
Then, Xn
k=1
likljk =
Xn
k=1
i − 1
k − 1
j − 1
k − 1
=
X
j
k=1
i − 1
k − 1
j − 1
k − 1
=
=
X
j
k=1
i − 1
k − 1
j − 1
j − k
, since lik = 0 for k>j.
The Vandermonde identity says that:
Xn
t=0
m
t
n
n − t
=
m + n
n
, for any m,n,t ∈ N (4)
Let m = i − 1, n = j − 1, and t = k − 1 in (4).
Then, X
j
k=1
i − 1
k − 1
j − 1
j − k
=
i + j − 2
j − 1
= sij , the entries of the symmetric
Pascal matrix Sn. Hence, Sn = LnUn.
LINEAR ALGEBRA OF PASCAL MATRICES 4
This result can be used to determine the determinant of the symmetric
Pascal matrix, Sn.
Corollary 2.2. If Sn is the symmetric Pascal matrix of order n defined
by (1), then det(Sn) = 1, for any positive integer n.
Proof. Let Sn be the symmetric Pascal matrix of order n defined by
(1). By Theorem 2.1, we know that Sn = LnUn, where Ln is the lower
triangular Pascal matrix of order n defined by (2) and Un is the upper
triangular Pascal matrix of order n defined by (3). Since Ln and Un
are triangular matrices, then det(Ln) = 1 and det(Un) = 1. It follows
that det(Sn) = det(LnUn) = det(Ln)det(Un) = 1.
Definition 2.3. [5] Let A and B be n × n matrices. We say that
A is similar to B if there is an invertible n × n matrix P such that
P
−1AP = B.
Theorem 2.4. [1] Let Sn be the symmetric Pascal matrix of order n
defined by (1), then Sn is similar to its inverse S
−1
n
.
This result shows the following property of the eigenvalues of Sn.
Corollary 2.5. [1] Let Sn be the symmetric Pascal matrix of order
n defined by (1). Then the eigenvalues of Sn are pairs of reciprocal
numbers.
Proof. Let Sn be the symmetric Pascal matrix of order n defined by
(1) and λ be an eigenvalue of Sn. Since the det(Sn) = 1, we know Sn
is invertible. It follows that λ 6= 0 and, λ
−1
is an eigenvalue of S
−1
n
.
Since Sn and S
−1
n
are similar by Theorem 2.4, then Sn and S
−1
n have
the same eigenvalues. Hence, λ and λ
−1 are eigenvalues of Sn, and the
eigenvalues of Sn are pairs of reciprocal numbers.
Remark 1. If n is odd, since the eigenvalues must come in pairs, one
of the eigenvalues must be equal to 1.
Example 2.6. The eigenvalues of the symmetric Pascal matrix, S2,
are λ1 =
3 + √
5
2
and λ2 =
3 −
√
5
2
, where λ1λ2 = 1 gives a reciprocal
pair.
Example 2.7. For n odd, let n = 3. Then the eigenvalues of the symmetric
Pascal matrix, S3, are λ1 = 4+√
15, λ2 = 4−
√
15, and λ3 = 1.
We note that λ1λ2 = 1 gives a reciprocal pair and λ3 = 1 is a selfreciprocal.
LINEAR ALGEBRA OF PASCAL MATRICES 5
In their paper, A Note on Pascal’s Matrix, Cheon, Kim, and Yoon
found an interesting factorization of the lower triangular Pascal matrix,
Ln.
Theorem 2.8. [4] Let Gk =
In−k OT
O Sk
be a matrix of order n, where Sk is the matrix of order k defined by:
sij =
(
1 if i ≥ j
0 j>i
for every k = 1, 2, ..., n. Then the lower triangular Pascal matrix of
order n can be written as: Ln = GnGn−1 · · · G1.
For example,
L4 =
1 0 0 0 0
1 1 0 0 0
1 1 1 0 0
1 1 1 1 0
1 1 1 1 1
1 0 0 0 0
0 1 0 0 0
0 1 1 0 0
0 1 1 1 0
0 1 1 1 1
1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 1 1 0
0 0 1 1 1
1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 1 0
0 0 0 1 1
=
1 0 0 0 0
1 1 0 0 0
1 2 1 0 0
1 3 3 1 0
1 4 6 4 1
To further our studies of the lower triangular Pascal matrix, we are
interested in studying the inverse of this matrix.
Theorem 2.9. [6] Let Ln be the lower triangular Pascal matrix of order
n defined by (2), then
L
−1
n = ((−1)i−j
lij ).
Proof. We will show that Ln · L
−1
n = In.
By direct multiplication of Ln and L
−1
n we get the ij-th element of the
product:
Xn
k=1
(−1)k−j
liklkj . (5)
LINEAR ALGEBRA OF PASCAL MATRICES 6
If i < j then the element (5) is zero and if i = j, then the element (5)
is 1.
We will show that for i > j, the element (5) is zero.
If i > j, the element is:
i − 1
j − 1
j − 1
j − 1
−
i − 1
j
j
j − 1
+ ... + ( − 1)i − j
i − 1
i − 1
i − 1
j − 1
=
=
i − 1
j − 1
i − j
i − j
−
i − j
i − j − 1
+ ... + ( − 1)i − j
i − j
0
= 0.
Hence, Ln · L
−1
n = In and L
−1
n = ((−1)i−j
lij ) is the inverse of Ln.
There is another unique way in which the inverse of the lower triangular
Pascal matrix can be written, using the Hadamard product of matrices.
Definition 2.10. [8] Let A, B be m × n matrices. The Hadamard
product of A and B is defined by:
[A ◦ B]ij = [A]ij [B]ij , for 1 ≤ i ≤ m, 1 ≤ j ≤ n.
Theorem 2.11. [8] Let τn be a n × n lower triangular matrix defined
below as:
τij =
(
(−1)i−j
if i ≥ j ≥ 1,
0 otherwise
The inverse of the lower triangular matrix can be found using the
Hadamard product:
L
−1
n = Ln ◦ τn
For example, if n = 4, then:
L
−1
4 =
1 0 0 0
−1 1 0 0
1 −2 1 0
−1 3 −3 1
=
1 0 0 0
1 1 0 0
1 2 1 0
1 3 3 1
◦
1 0 0 0
−1 1 0 0
1 −1 1 0
−1 1 −1 1
3. Inverse of the Pascal Matrix Plus An Integer
In this section we are going to describe the inverse of Ln +kIn where
Ln is the lower triangular matrix of order n defined by (2), In is the
identity matrix and k is a positive integer. We call Ln +kIn the Pascal
matrix plus an integer. First, we are considering the case for k = 1. By
direct computation of the inverse of Ln+In, we can observe that there is
LINEAR ALGEBRA OF PASCAL MATRICES 7
a close relation between the inverse of Ln+In and the Pascal matrix Ln.
For example, for n = 4,
L4 + I4 =
2 0 0 0
1 2 0 0
1 2 2 0
1 3 3 2
,
(L4 + I4)
−1 =
1
2
0 0 0
−1
4
1
2
0 0
0
−1
2
1
2
0
1
8
0
−3
4
1
2
=
1 0 0 0
1 1 0 0
1 2 1 0
1 3 3 1
◦
1
2
0 0 0
−1
4
1
2
0 0
0
−1
2
1
2
0
1
8
0
−3
4
1
2
In their paper, Explicit Inverse of the Pascal Matrix Plus One, S.L.
Yang and Z.K. Liu showed that the inverse of Ln +In is the Hadamard
product between Ln and a lower triangular matrix. We are going to
describe this unique lower triangular matrix next. For this we need to
define the Euler polynomials.
Euler
LINEAR ALGEBRA OF PASCAL MATRICESLINDSAY YATESAbstract. The famous Pascal’s triangle appears in many areas ofmathematics, such as number theory, combinatorics and algebra.Pascal matrices are derived from this triangle of binomial coeffi-cients, which create simplistic matrices with interesting properties.We explore properties of these matrices and the inverse of the Pascalmatrix plus the identity matrix times any positive integer. Wefurther consider a unique matrix called the Stirling matrix, whichcan be factorized in terms of the Pascal matrix.1. IntroductionThe ancient arithmetic triangle, today known as Pascal’s triangle, isan infinite numerical table represented in triangular form. The numbersdisplayed in the triangle are called binomial coefficients,nk, whichrepresent the number of ways of picking k unordered outcomes from npossibilities. Each entry in the triangle is obtained by adding togethertwo entries from the row above: the one directly to the left and theone directly to the right; this pattern can be seen in the image below.The Pascal’s triangle has been known for over ten centuries. The setof numbers that form the Pascal’s triangle were known before BlaiseDate: December 5, 2014.1LINEAR ALGEBRA OF PASCAL MATRICES 2Pascal, although he is attributed with being the first one to publishthe information known about the triangle in his treatise, Trait´e du trianglearithm´etique หมายเลขเดิมเกิดจากศึกษาที่อินเดียคณิตศาสตร์เชิงการจัดและดอกเบี้ยกรีกในหมายเลข figurate เหล่านี้หมายเลขถูกอย่างต่อเนื่องกล่าว โดย mathematicians อิสลามระหว่างคริสต์ศตวรรษ 10 และ ใน ศตวรรษ 11 โดยกวีเปอร์เซียชื่อOmar เคย์ยาม พวกเขายังได้เห็นในจีนในช่วงศตวรรษ 13สามเหลี่ยมปาสกาลถูกเผยแพร่อย่างเป็นทางในตำรับของปาสกาลหลังจากสิ้นพระชนม์ในค.ศ. 1665สามเหลี่ยมนี้เกิดขึ้นในหลายพื้นที่ของคณิตศาสตร์เช่นพีชคณิตความน่าเป็น และคณิตศาสตร์เชิงการจัด เรามีแรงจูงใจ โดยของปาสกาลสามเหลี่ยมความโดดเด่นในด้านคณิตศาสตร์และโปรแกรมประยุกต์หลายตัวในเฉพาะเมทริกซ์ปาสกาล เราต้องการไปศึกษาของเราพิจารณาคุณสมบัติต่าง ๆ และการเชื่อมต่อเฉพาะที่ปาสกาลเมทริกซ์มีการลำดับหมายเลขและฟังก์ชันอื่น ๆ2. เมทริกซ์ปาสกาลสามเหลี่ยมปาสกาลสามารถทับศัพท์เป็นเมตริกซ์ที่ประกอบด้วยสัมประสิทธิ์ทวินามเป็นองค์ประกอบ เราสามารถสร้างได้สามชนิดเมทริกซ์: สมมาตร ล่างสามเหลี่ยม และด้านบน สามเหลี่ยมใด ๆจำนวนเต็ม n > 0ปาสกาลเมทริกซ์สมมาตรของลำดับ n ถูกกำหนด โดย Sn = (sij), ที่sij =i + j − 2เจ− 1สำหรับ i, j = 1, 2,..., n (1)เราสามารถกำหนดล่างสามเหลี่ยมปาสกาลเมตริกซ์ของลำดับ n โดย Ln =(lij), ที่lij =(i−1j−1ถ้าผมเจ≥อื่น ๆ 0(2)กำหนด โดยสหประชาชาติด้านบนสามเหลี่ยมปาสกาลเมตริกซ์ของลำดับ n = (uij),ซึ่งuij =(j−1i−1ถ้า≥เจฉัน0 otherwise(3)LINEAR ALGEBRA OF PASCAL MATRICES 3We notice that Un = (Ln)T, for any positive integer n.For example, for n = 5 we have:S5 =1 1 1 1 11 2 3 4 51 3 6 10 151 4 10 20 351 5 15 35 70L5 =1 0 0 0 01 1 0 0 01 2 1 0 01 3 3 1 01 4 6 4 1U5 =1 1 1 1 10 1 2 3 40 0 1 3 60 0 0 1 40 0 0 0 1These Pascal matrices have some interesting properties, which we presentnext.Theorem 2.1. [1] Let Sn be the symmetric Pascal matrix of order ndefined by (1), Ln be the lower triangular Pascal matrix of order n de-fined by (2), and Un be the upper triangular Pascal matrix of order ndefined by (3), then Sn = LnUn.Proof. Let Ln be the lower triangular Pascal matrix of order n definedby (2) and Un be the upper triangular Pascal matrix of order n definedby (3). By direct multiplication of matrices Ln and Un we obtain theij-th element of the product LnUn:Xnk=1likukj =Xnk=1liklkj , since Un = (Ln)T.Then, Xnk=1likljk =Xnk=1i − 1k − 1j − 1k − 1=Xjk=1i − 1k − 1j − 1k − 1==Xjk=1i − 1k − 1j − 1j − k, since lik = 0 for k>j.The Vandermonde identity says that:Xnt=0mt nn − t=m + nn, for any m,n,t ∈ N (4)Let m = i − 1, n = j − 1, and t = k − 1 in (4).Then, Xjk=1i − 1k − 1j − 1j − k=i + j − 2j − 1= sij , the entries of the symmetricPascal matrix Sn. Hence, Sn = LnUn. LINEAR ALGEBRA OF PASCAL MATRICES 4This result can be used to determine the determinant of the symmetricPascal matrix, Sn.Corollary 2.2. If Sn is the symmetric Pascal matrix of order n definedby (1), then det(Sn) = 1, for any positive integer n.Proof. Let Sn be the symmetric Pascal matrix of order n defined by(1). By Theorem 2.1, we know that Sn = LnUn, where Ln is the lowertriangular Pascal matrix of order n defined by (2) and Un is the uppertriangular Pascal matrix of order n defined by (3). Since Ln and Unare triangular matrices, then det(Ln) = 1 and det(Un) = 1. It followsthat det(Sn) = det(LnUn) = det(Ln)det(Un) = 1.Definition 2.3. [5] Let A and B be n × n matrices. We say thatA is similar to B if there is an invertible n × n matrix P such thatP−1AP = B.Theorem 2.4. [1] Let Sn be the symmetric Pascal matrix of order ndefined by (1), then Sn is similar to its inverse S−1n.This result shows the following property of the eigenvalues of Sn.Corollary 2.5. [1] Let Sn be the symmetric Pascal matrix of ordern defined by (1). Then the eigenvalues of Sn are pairs of reciprocalnumbers.Proof. Let Sn be the symmetric Pascal matrix of order n defined by(1) and λ be an eigenvalue of Sn. Since the det(Sn) = 1, we know Snis invertible. It follows that λ 6= 0 and, λ−1is an eigenvalue of S−1n.Since Sn and S−1nare similar by Theorem 2.4, then Sn and S−1n havethe same eigenvalues. Hence, λ and λ−1 are eigenvalues of Sn, and theeigenvalues of Sn are pairs of reciprocal numbers.Remark 1. If n is odd, since the eigenvalues must come in pairs, oneof the eigenvalues must be equal to 1.Example 2.6. The eigenvalues of the symmetric Pascal matrix, S2,are λ1 =3 + √52and λ2 =3 −√52, where λ1λ2 = 1 gives a reciprocalpair.Example 2.7. For n odd, let n = 3. Then the eigenvalues of the symmetricPascal matrix, S3, are λ1 = 4+√15, λ2 = 4−√15, and λ3 = 1.We note that λ1λ2 = 1 gives a reciprocal pair and λ3 = 1 is a selfreciprocal.LINEAR ALGEBRA OF PASCAL MATRICES 5In their paper, A Note on Pascal’s Matrix, Cheon, Kim, and Yoonfound an interesting factorization of the lower triangular Pascal matrix,Ln.Theorem 2.8. [4] Let Gk =In−k OTO Skbe a matrix of order n, where Sk is the matrix of order k defined by:sij =(1 if i ≥ j0 j>ifor every k = 1, 2, ..., n. Then the lower triangular Pascal matrix oforder n can be written as: Ln = GnGn−1 · · · G1.For example,L4 =1 0 0 0 01 1 0 0 01 1 1 0 01 1 1 1 01 1 1 1 11 0 0 0 00 1 0 0 00 1 1 0 00 1 1 1 00 1 1 1 11 0 0 0 00 1 0 0 00 0 1 0 00 0 1 1 00 0 1 1 11 0 0 0 00 1 0 0 00 0 1 0 00 0 0 1 0
0 0 0 1 1
=
1 0 0 0 0
1 1 0 0 0
1 2 1 0 0
1 3 3 1 0
1 4 6 4 1
To further our studies of the lower triangular Pascal matrix, we are
interested in studying the inverse of this matrix.
Theorem 2.9. [6] Let Ln be the lower triangular Pascal matrix of order
n defined by (2), then
L
−1
n = ((−1)i−j
lij ).
Proof. We will show that Ln · L
−1
n = In.
By direct multiplication of Ln and L
−1
n we get the ij-th element of the
product:
Xn
k=1
(−1)k−j
liklkj . (5)
LINEAR ALGEBRA OF PASCAL MATRICES 6
If i < j then the element (5) is zero and if i = j, then the element (5)
is 1.
We will show that for i > j, the element (5) is zero.
If i > j, the element is:
i − 1
j − 1
j − 1
j − 1
−
i − 1
j
j
j − 1
+ ... + ( − 1)i − j
i − 1
i − 1
i − 1
j − 1
=
=
i − 1
j − 1
i − j
i − j
−
i − j
i − j − 1
+ ... + ( − 1)i − j
i − j
0
= 0.
Hence, Ln · L
−1
n = In and L
−1
n = ((−1)i−j
lij ) is the inverse of Ln.
There is another unique way in which the inverse of the lower triangular
Pascal matrix can be written, using the Hadamard product of matrices.
Definition 2.10. [8] Let A, B be m × n matrices. The Hadamard
product of A and B is defined by:
[A ◦ B]ij = [A]ij [B]ij , for 1 ≤ i ≤ m, 1 ≤ j ≤ n.
Theorem 2.11. [8] Let τn be a n × n lower triangular matrix defined
below as:
τij =
(
(−1)i−j
if i ≥ j ≥ 1,
0 otherwise
The inverse of the lower triangular matrix can be found using the
Hadamard product:
L
−1
n = Ln ◦ τn
For example, if n = 4, then:
L
−1
4 =
1 0 0 0
−1 1 0 0
1 −2 1 0
−1 3 −3 1
=
1 0 0 0
1 1 0 0
1 2 1 0
1 3 3 1
◦
1 0 0 0
−1 1 0 0
1 −1 1 0
−1 1 −1 1
3. Inverse of the Pascal Matrix Plus An Integer
In this section we are going to describe the inverse of Ln +kIn where
Ln is the lower triangular matrix of order n defined by (2), In is the
identity matrix and k is a positive integer. We call Ln +kIn the Pascal
matrix plus an integer. First, we are considering the case for k = 1. By
direct computation of the inverse of Ln+In, we can observe that there is
LINEAR ALGEBRA OF PASCAL MATRICES 7
a close relation between the inverse of Ln+In and the Pascal matrix Ln.
For example, for n = 4,
L4 + I4 =
2 0 0 0
1 2 0 0
1 2 2 0
1 3 3 2
,
(L4 + I4)
−1 =
1
2
0 0 0
−1
4
1
2
0 0
0
−1
2
1
2
0
1
8
0
−3
4
1
2
=
1 0 0 0
1 1 0 0
1 2 1 0
1 3 3 1
◦
1
2
0 0 0
−1
4
1
2
0 0
0
−1
2
1
2
0
1
8
0
−3
4
1
2
In their paper, Explicit Inverse of the Pascal Matrix Plus One, S.L.
Yang and Z.K. Liu showed that the inverse of Ln +In is the Hadamard
product between Ln and a lower triangular matrix. We are going to
describe this unique lower triangular matrix next. For this we need to
define the Euler polynomials.
Euler
การแปล กรุณารอสักครู่..

พีชคณิตเชิงเส้นของปาสกาล เมทริกซ์
Lindsay เยตส์
นามธรรม สามเหลี่ยมของปาสคาลที่มีชื่อเสียงปรากฏในหลายพื้นที่ของ
คณิตศาสตร์ เช่น ทฤษฎีตัวเลข คณิตศาสตร์เชิงการจัด ปาสกาล เมทริกซ์และพีชคณิต .
มาจากสามเหลี่ยมนี้ของการแจกแจงทวินาม coeffi -
cients ซึ่งสร้างเมทริกซ์ง่ายด้วยคุณสมบัติที่น่าสนใจ .
เราสำรวจคุณสมบัติของเมทริกซ์และผกผันของปาสคาล
เมทริกซ์เมตริกซ์เอกลักษณ์ครั้งบวกบวกจำนวนเต็ม เราพิจารณาเฉพาะ
เพิ่มเติมที่เรียกว่าเมทริกซ์เมทริกซ์สเตอร์ลิงซึ่ง
สามารถปัจจัยในแง่ของเมทริกซ์ปาสคาล .
1 บทนำ
สามเหลี่ยมคณิตศาสตร์โบราณ วันนี้ที่รู้จักกันเป็นสามเหลี่ยมปาสคาลคือ
อนันต์เลขโต๊ะแทนในรูปแบบสามเหลี่ยม ตัวเลข
แสดงในสามเหลี่ยมเรียกว่าสัมประสิทธิ์ทวินาม
,n
k
ซึ่งเป็นตัวแทนของจำนวนวิธีเลือก K เรียงลําดับผลจาก N
ความเป็นไปได้ แต่ละรายการในสามเหลี่ยมได้เพิ่มกัน
2 รายการจากแถวข้างบน : หนึ่งโดยตรง แล้ว
หนึ่งโดยตรงด้านขวา ; รูปแบบนี้สามารถเห็นได้ในรูปข้างล่าง
สามเหลี่ยมปาสคาลได้รู้จักมานานกว่าสิบศตวรรษ ชุด
ตัวเลขที่ฟอร์มสามเหลี่ยมปาสคาลเป็นที่รู้จักก่อนเบลส
วันที่ : 5 ธันวาคม 2014 .
1
พีชคณิตเชิงเส้นของปาสกาล เมทริกซ์ 2
ปาสคาล แม้ว่าเขาจะประกอบเป็นคนแรกที่จะเผยแพร่
ข้อมูลรู้จักเกี่ยวกับสามเหลี่ยมในตำราของเขา คุณลักษณะใหม่และดูสามเหลี่ยม
arithm ใหม่ etique . ตัวเลขสร้างสรรค์เกิดขึ้นจาก
อินเดียศึกษาในคณิตศาสตร์เชิงการจัดและกรีกสนใจๆจำนวนมากรูปร่าง . ตัวเลขเหล่านี้ถูกกล่าวถึงโดยนักคณิตศาสตร์อิสลามอย่างต่อเนื่อง
ในศตวรรษที่ 10 และในศตวรรษที่ 11 โดยเปอร์เซียกวีชื่อ
โอมาร์ คัยยาม . พวกเขายังพบในประเทศจีนในช่วงศตวรรษที่ 13 .
สามเหลี่ยมปาสคาลคือได้รับการเผยแพร่อย่างเป็นทางการในปาสคาลตำรา
ในไม่ช้าหลังจากการตายของเขาในปี ค.ศ. 1665 .
สามเหลี่ยมนี้เกิดขึ้นในหลายพื้นที่ของคณิตศาสตร์เช่นพีชคณิต
ความน่าจะเป็น และคณิตศาสตร์เชิงการจัด . เราถูกกระตุ้นโดยปาสคาล
สามเหลี่ยมโดดเด่นในสาขาคณิตศาสตร์ประยุกต์และมากของมัน
ในเมทริกซ์ ปาสคาล โดยเฉพาะ เราต้องการศึกษาเพิ่มเติมของเรา
เพื่อพิจารณาคุณสมบัติต่างๆและการเชื่อมต่อเฉพาะที่ภาษาปาสคาล
เมทริกซ์มีฟังก์ชั่นอื่น ๆและหมายเลขลำดับ .
2ปาสกาล เมทริกซ์สามเหลี่ยมปาสคาล
สามารถถูกคัดลอกลงในเมทริกซ์ที่มีสัมประสิทธิ์ทวินาม
เป็นองค์ประกอบของ เราสามารถสร้างสามประเภทของ
เมทริกซ์ : สมมาตรสามเหลี่ยมล่างและบนสามเหลี่ยมสำหรับจำนวนเต็ม n >
0
สมมาตร ปาสกาล เมทริกซ์เพื่อ n กำหนดโดย SN = ( sij ) ซึ่ง sij =
ผม J − 2
J
− 1 สำหรับผม J = 1 , 2 , . . . , n ( 1 )
เราสามารถกำหนดเมทริกซ์ปาสคาลสามเหลี่ยมล่างเพื่อ n โดย LN =
( lij ) ซึ่ง lij =
ผม− 1
J
ถ้าผม − 1 ≥ J
0
( 2 ) มิฉะนั้น
บนสามเหลี่ยมปาสคาลเมทริกซ์เพื่อ n ถูกนิยามโดยสหประชาชาติ = ( uij ) ที่ uij =
, J (
ผม− 1 − 1
ถ้า J ≥ผม
0
( 3 ) มิฉะนั้น
พีชคณิตเชิงเส้นของปาสกาล เมทริกซ์ 3
เราสังเกตเห็นว่า a = ( LN )
T
, .
จำนวนเต็มบวกใดเช่น n = 5 เรา :
S5 =1 1 1 1 1
1 2 3 4 5
1 3 5 10 15 20 35
1 4 10 1 5 15 35 70
L5 =
1 0 0 0 0 1 1 0 0
0
1
0 2 1 0 1 3 3 1 0
1 4 6 4 1
u5 =
1 1 1 1 1 1 2 3 4
0
0 0 1 3 6
0 0 0 0 0 0 0 0 1 4
เหล่านี้ ปาสกาล เมทริกซ์ มีบางอย่างน่าสนใจ คุณสมบัติ ซึ่งเราเสนอ
ต่อไป
ทฤษฎีบท 2.1 . [ 1 ] ขอ SN เป็นเมตริกซ์สมมาตรของปาสคาลเพื่อ n
นิยามโดย ( 1 )ที่เป็นเมทริกซ์สามเหลี่ยมล่างปาสคาลเพื่อ n de -
ปรับตาม ( 2 ) และสหประชาชาติเป็นรูปสามเหลี่ยมปาสกาล เมทริกซ์ด้านบนเพื่อ n
นิยามโดย ( 3 ) จากนั้น Sn = lnun .
พิสูจน์ ขอที่เป็นเมทริกซ์สามเหลี่ยมล่าง Pascal เพื่อ n
( 2 ) นิยามโดยสหประชาชาติเป็นรูปสามเหลี่ยมปาสกาล เมทริกซ์ด้านบนเพื่อ n กำหนด
( 3 ) โดยการคูณของเมทริกซ์ในสหประชาชาติโดยตรงและเราขอรับ
ij-th element of the product LnUn:
Xn
k=1
likukj =
Xn
k=1
liklkj , since Un = (Ln)
T
.
Then, Xn
k=1
likljk =
Xn
k=1
i − 1
k − 1
j − 1
k − 1
=
X
j
k=1
i − 1
k − 1
j − 1
k − 1
=
=
X
j
k=1
i − 1
k − 1
j − 1
j − k
, since lik = 0 for k>j.
The Vandermonde identity says that:
Xn
t=0
m
t
n
n − t
=
m n
n
, for any m,n,t ∈ N (4)
Let m = i − 1, n = j − 1,และ t = K − 1 ( 4 ) .
, x
J
k = 1
ผม − 1 , − 1
J J K −− 1
=
.
J −− 2 1
=
sij , รายการ ของสมมาตร
SN เมทริกซ์ ปาสคาล ดังนั้น , Sn = lnun .
พีชคณิตเชิงเส้นของปาสกาล เมทริกซ์ 4
ผลดังกล่าวสามารถใช้เพื่อหาดีเทอร์มิแนนต์ของเมทริกซ์สมมาตร
ปาสคาล , SN .
ควันหลง 2.2 . ถ้าคิดเป็นเมตริกซ์สมมาตรของปาสคาลเพื่อ n กำหนด
โดย ( 1 ) จากนั้นเดช ( SN ) = 1สำหรับจำนวนเต็มบวก N .
พิสูจน์ ขอ SN เป็นเมตริกซ์สมมาตรของปาสคาลเพื่อ n กำหนดโดย
( 1 ) โดยทฤษฎีบท 2.1 , เรารู้ว่า Sn = lnun ซึ่งในสามเหลี่ยมปาสคาลคืออัตรา
เมทริกซ์เพื่อ n กำหนดตาม ( 2 ) และสหประชาชาติเป็นรูปสามเหลี่ยมปาสกาล เมทริกซ์ด้านบน
เพื่อ n กำหนดโดย ( 3 ) เนื่องจากในองค์การสหประชาชาติและ
เป็นเมทริกซ์สามเหลี่ยม แล้วเดช ( LN ) = 1 และเดช ( UN ) = 1 มันเป็นไปตาม
ที่เด็ด ( SN ) = เดช ( lnun ) = เดช ( LN ) เดช ( UN ) = 1 .
นิยาม 2.3 [ 5 ] ให้ A และ B เป็น n × n เมทริกซ์ เราว่า
เป็นคล้ายกับ B ถ้ามี invertible n × n เมทริกซ์ P เช่น
p
− 1ap = B
ทฤษฎีบท 2.4 . [ 1 ] ขอ SN เป็นเมตริกซ์สมมาตรของปาสคาลเพื่อ n
นิยามโดย ( 1 ) แล้วคิดจะคล้ายกับของผกผัน s
− 1
n
.
ผลนี้จะแสดงคุณสมบัติของค่าของ SN ต่อไปนี้
ควันหลง 2.5[ 1 ] ขอ SN เป็นเมตริกซ์สมมาตรของปาสคาลเพื่อ
n กำหนดโดย ( 1 ) แล้วแบบคิดเป็นคู่
แบบตัวเลข หลักฐาน ขอ SN เป็นเมตริกซ์สมมาตรของปาสคาลเพื่อ n กำหนดโดย
( 1 ) และλเป็นค่าของ SN . ตั้งแต่เดช ( SN ) = 1 , เรารู้ว่า SN
เป็น invertible . มันเป็นไปตามที่λ 6 = 0 และ− 1 λ
เป็นค่าของ S
− 1
n
.
ตั้งแต่ SN และ S
− 1
n
จะคล้ายกันโดยทฤษฎีบท 2.4 ,แล้ว SN และ s − 1
n
ได้แบบเดียวกัน ดังนั้น λ และλ
− 1 เป็นค่าของ SN และ
แบบ SN เป็นคู่ซึ่งกันและกันตัวเลข
หมายเหตุ 1 . ถ้า n เป็นคี่ ตั้งแต่ค่า ต้องมาเป็นคู่หนึ่ง
ของค่าจะต้องเท่ากับ 1 .
ตัวอย่าง 2.6 ส่วนค่าของเมทริกซ์ ปาสคาลสมมาตร S2
เป็นλ 1 =
3 √
5
2
2 = −และ λ
3
√
5
2
,ที่λ 1 λ 2 = 1 ให้คู่ซึ่งกันและกัน
.
ตัวอย่าง 2.7 . สำหรับ n คี่ให้ n = 3 แล้วค่าของสมมาตร
ปาสกาล เมทริกซ์ , S3 , λ 1 = 4 √
15 , λ− 2 = 4 √
15 และλ 3 = 1
เราทราบว่าλ 1 λ 2 = 1 ให้คู่ซึ่งกันและกันและλ 3 = 1 เป็น selfreciprocal .
พีชคณิตของ ปาสกาล เมทริกซ์ 5
ในกระดาษของพวกเขาทราบเกี่ยวกับเมทริกซ์ , ปาสกาล ชอน , คิม ยุน
พบที่น่าสนใจการแยกตัวประกอบของเมทริกซ์สามเหลี่ยมล่างในปาสคาล
.
ทฤษฎีบท 2.8 . [ 4 ] ให้ GK =
ใน − k ot
o
SK เป็นเมทริกซ์เพื่อ n ที่ SK เป็นเมทริกซ์เพื่อ K กำหนดโดย :
sij =
(
1 ถ้าผม≥ J
0 J >
สำหรับทุก k = 1 , 2 , . . . ปาสกาล เมทริกซ์สามเหลี่ยมล่าง . แล้วสั่งของ
n สามารถเขียนใหม่ได้เป็น : ใน gngn = − 1 · · · G1 .
ตัวอย่างเช่น
L4
=
1 0 0 0 0 1 0 0 0
11 1 1 0 0
0
1 1 1 1 1 1 1 1 1
1 0 0 0 0 0 0 0
0 1 0 1 1 0 0 1 1 1 0 0
0 1 1 1 1
1 0 0 0 0 0 0 0
0 1 0 0 1 0 0
0 0 1 1 0 0 1 1 1 0
1 0 0 0 0 0 0 0
0 1 0 0 1 0 0 0 0 0 0 0
0 0 0 1 1
=
1 0 0 0 0
0
1 1 1 0 0 2 1 0 1 3 3 1 0
0
1 4 6 4 1
เพื่อศึกษาต่อของเมทริกซ์สามเหลี่ยมล่างปาสคาลเรา
สนใจศึกษาทฤษฎีบทผกผันของเมทริกซ์นี้ .
2.9 . [ 6 ] ขอที่เป็นเมทริกซ์สามเหลี่ยมล่างของปาสคาลเพื่อ
n กำหนดโดย ( 2 ) จากนั้น
L
1
n = ( − ( − 1 ) − J
lij ) หลักฐาน พวกเราจะแสดงให้เห็นว่าในด้วย− 1
n = l
.
โดยการคูณโดยตรงของในและฉัน
n − 1 เราเอา IJ th องค์ประกอบของผลิตภัณฑ์ :
ซิน
k = 1
( − 1 ) K − J
liklkj .( 5 )
6
พีชคณิตเชิงเส้นของปาสกาล เมทริกซ์ ถ้า i < J แล้วองค์ประกอบ ( 5 ) ศูนย์และถ้าฉัน = J แล้วองค์ประกอบ ( 5 )
คือ 1 . เราจะแสดงให้เห็นว่าผม > J , องค์ประกอบ ( 5 ) ศูนย์ .
ถ้าผม > J , องค์ประกอบ :
ผม − 1
J
− 1 J − 1
J
−− 1
ผม − 1
J
J
J − 1
. . . . . . . ( − 1 ) −− 1 J
ผม
ผม− 1 ผม− 1
J
− 1 =
=
ฉัน − 1 − 1
J
ผม −− J J
ผม
ผม − −−− 1 J J
ผม
. . . . . . .( − 1 ) −− J
ผม J
0
= 0
ดังนั้นในด้วย− 1 L
L
n = และ− 1
n = ( − ( − 1 ) J
lij ) คือฟังก์ชันผกผันของ Ln .
มีอีกวิธีที่ผกผันของเมทริกซ์สามเหลี่ยมล่าง
ปาสคาล สามารถเขียนโดยใช้ผลิตภัณฑ์ฮาดามาร์ดเมทริกซ์
นิยาม 2.10 . [ 8 ] ให้ a , b เป็น m × n เมทริกซ์ การเข้าไป
ผลิตภัณฑ์ A และ B จะถูกกำหนดโดย :
[ b ] ◦ ij = [ ] [ b ] IJ IJ สำหรับ 1 ≤ผม≤ M1 ≤ J .
≤ทฤษฎีบท 2.11 . [ 8 ] ขอτ n n × n เมตริกซ์สามเหลี่ยมล่างกำหนด
ด้านล่างเป็น :
τ ij =
(
( − 1 ) − J
ถ้าผม≥ J ≥ 1
0
อย่างผกผันของเมทริกซ์สามเหลี่ยมล่างสามารถพบได้โดยใช้ผลิตภัณฑ์เข้าไป
L
: − 1
n = ใน◦τ n
ตัวอย่างเช่นถ้า n = 4 แล้ว :
L
− 1
4 =
1 0 0 0
− 1 1 0 0 2 1 0
1 −− 1 − 3 1
=
1 0 0 1 1 0 0
0
1
2 1 0 1 3 3 1
◦
1 0 0 0
− 1 1 0 0
0
1 − 1 , − 1 , − 1 1 1
3 ผกผันของปาสกาล เมทริกซ์บวกจำนวนเต็ม
ในส่วนนี้ เราจะอธิบายการผกผันในญาติที่
LN เป็นเมตริกซ์สามเหลี่ยมล่างเพื่อ n กำหนดโดย ( 2 ) , เป็น
เมตริกซ์เอกลักษณ์และ k เป็นจำนวนเต็มบวก . เราโทรไปที่ญาติที่ปาสคาล
Matrix Plus เป็นจำนวนเต็ม ก่อนอื่น เราพิจารณากรณี k = 1 โดย
การคำนวณโดยตรงของผกผันของที่ เราสามารถสังเกตได้ว่ามี
พีชคณิตเชิงเส้นของปาสกาล เมทริกซ์
7 ความสัมพันธ์ที่ใกล้ชิดระหว่างผกผันของเมทริกซ์ในในและในปาสคาล .
ตัวอย่าง n = 4 ,
L4 ไอโฟร์ =
2 0 0 2 0 0
1 0
0
1 1 2 2 3 3 2
, ( L4
ไอโฟร์ ) − 1 =
1
2
0 0 0
− 1
4
1
0
0
1
0
2 − 1
1
0
1
2
8
0
− 3
4
1
2
=
1 0 0 0 1 1 0 0
0
1
1 21 3 3 1
◦
1
2
0 0 0
− 1
4
1
0
0
1
0
2 − 1
1
1
0
1
8
0
− 3
4
1
2
ในกระดาษ ที่ชัดเจนของ ปาสกาล เมทริกซ์ผกผันบวกหนึ่ง , S.L .
หยางและ z.k. หลิวพบว่าตรงกันข้ามในในเป็นระหว่างที่เข้าไป
ผลิตภัณฑ์และเมตริกซ์สามเหลี่ยมล่าง . เรากำลังจะอธิบายนี้เป็นเอกลักษณ์
เมตริกซ์สามเหลี่ยมล่างต่อไป นี้เราต้องกำหนดชื่อที่ประกอบด้วยหลายคำ
) .
การแปล กรุณารอสักครู่..
