Determinant - determinant

Japanese: 行列式 - ぎょうれつしき(英語表記)determinant
Determinant - determinant

An n-th order determinant is a number that can be expressed by arranging n 2 numbers a ij (i, j = 1, 2, ..., n) in a square, and can be expanded into a polynomial of a ij . It is important to note that while an n-th order square matrix is ​​a table of numbers arranged in a square, a determinant is a number.

Simultaneous linear equations with two unknowns x and y

In this case, if a 11 a 22 -a 21 a 12 ≠ 0, then by elimination, [1] is

The denominator a 11 a 22 -a 21 a 12 in equation (2) is a quadratic square matrix.

It is a number obtained in the form of a polynomial with four components of

If we promise to do so, then the numerators of x and y will also be

It was Leibniz and Cramer who took this idea further by increasing the number of variables and carrying it forward to the case of n-th order square matrices, and were the first to define and discuss determinants in general.

[Tsuneo Kanno]

Japanese mathematician Seki Takakazu also developed a theory of determinants in his Kaifudai no Ho (Kaifukudai Problems) in 1683 (Tenwa 3). A hidden problem is a problem that results in simultaneous equations with two or more unknowns. When the problem becomes complicated, it is not easy to set up an equation with only one unknown, x. In this case, several equations are made using auxiliary unknowns such as y and z, and from these the auxiliary unknowns are eliminated to create an equation with only x. Determinants are used in this elimination process. To solve this determinant, the so-called Sallas method is used in the case of three unknowns, and a similar method is used for four or more unknowns. However, there was an error in the method of solving it with five or more unknowns, which has been corrected in later generations.

[Shinichi Oya]

Definition of Determinant

n-th order square matrix with complex numbers (including real numbers) aij as components

The sum Σsgn(σ)a 1σ(1) a 2σ(2) ……a nσ(n) over all permutations σ of 1, 2,……, n is called the determinant of matrix A,

Or, for simplicity, we express it as |A| or detA. Here, sgn(σ) is the sign of the permutation σ, which is +1 if σ is an even permutation and -1 if it is an odd permutation. If we consider a ij as a variable, the determinant |A| is a polynomial of n 2 variables, and is the sum of n! monomials, where n is the number of permutations, 1, 2, …, n. When n=2,

and when n = 3 there is the "Salas method". When n = 1, |a 11 | = a 11 , but because the left-hand side of this is easily confused with the absolute value, this symbol is often not used. When n ≥ 4, there is no formula that can actually be used to calculate the determinant. Basic property (6) or the expansion formula, described later, is used. The determinant of a matrix with a special form can be easily obtained from the definition formula. For example, if all the components of a row or column are 0, then the determinant is 0, and, for example,

[Tsuneo Kanno]

Basic properties of determinants

The following basic properties result from the definition of a determinant:

(1) The determinant of a square matrix A is equal to the determinant of A's transpose matrix t A. In other words, | t A| = |A|. From this property, what holds true for the rows of the determinant of a square matrix A also holds true for the columns, and vice versa.

(2) The element a ij in one row of a square matrix A, say the i-th row, is the sum of two numbers a ij =a′ ij +a″ ij (j=1,……,n)
Then, the determinant of A |A| is equal to the sum of the determinants of two matrices in which the (i, j) elements of A are replaced by a′ ij and a″ ij , respectively. In other words,

The same can be said about columns.

(3) The determinant of the matrix obtained by multiplying the elements of one row of a square matrix A by c is c times |A|. That is,

The same can be said about columns.

(4) The determinant of the matrix obtained by swapping two rows of a square matrix A is -|A|. That is,

The same can be said about sequences. From this basic property (4), we can see the following:

(5) The determinant |A| of a square matrix A with two equal rows or columns is 0.

Also, from (2), (3), and (5)
(6) The determinant of the matrix obtained by multiplying one row of a square matrix A by a constant is equal to |A|. That is,

The same can be said about columns. When calculating a given determinant, it is a good idea to use this property (6) to add 0s to the matrix elements and then apply the formula or expansion.

For matrix multiplication and determinant multiplication,
(7) The determinant of the product of two square matrices is equal to the product of the determinants of each matrix. That is, |A*B| = |A|*|B|
[Tsuneo Kanno]

Determinant expansion formula

Let A ij be the (n-1)th order square matrix obtained by removing the i-th row and j-th column of n-th order square matrix A from A. Multiplying the determinant of A ij by (-1) i+j , ij = (-1) i+j |A ij | is called the (i, j) cofactor of matrix A. Using the basic properties, the following expansion theorem can be obtained. For n-th order square matrix A, [3] |A| = a i1 ã i1 + a i2 ã i2 + ... + a in ã in
(i = 1, ..., n)
[4] |A|=a 1j ã 1j +a 2j ã 2j +……+a nj ã nj
(j = 1, ..., n)
These formulas [3] and [4] are called the expansion formula for the i-th row and the j-th column of the determinant |A|, respectively. With these formulas, the calculation of an nth order determinant can be reduced to the calculation of a (n-1)th order determinant. Using basic property (6), it is advisable to add 0 to one row or column component and use this expansion formula.

Furthermore, [3] can be regarded as an identity for n 2 a ijs , and since ã i1 , ã i2 ,……, ã in do not include a i1 , a i2 ,……, a in , by using (5), we obtain the following.

[5] a k1 ã i1 +a k2 ã i2 +……+a kn ã in =0
(k ≠ i)
Similarly, from [4] we get the following:

[6]a 1k ã 1j +a 2k ã 2j +……+a nk ã nj =0
(k ≠ j)
now

Then, from [3] [4] [5] [6], it is shown that Ã・A=A・Ã=|A|・E n . If we pay attention to the basic property (7) and |En|=1, we obtain the following method for determining whether a matrix is ​​regular or not using the determinant and for calculating the inverse matrix. In other words, for a square matrix A to be regular, it is necessary and sufficient that its determinant |A| is not 0, and in this case, the inverse matrix A -1 of A is

It can be calculated as follows.

Furthermore, from this equation and [5] and [6], we obtain Cramer's rule, which is a generalized method for solving simultaneous linear equations.

[Tsuneo Kanno]

Minor

Let A = (a ij ) be any (m, n) matrix. For a natural number p not exceeding m and n, take any p rows and p columns of matrix A, and create a pth order square matrix consisting of p2 elements at the intersections, for example, as follows:


There are mCp × nCp such p-th order square matrices (mCp represents the combination of p items out of m distinct items), and these are called p-th order minors of matrix A, and their determinants are called p-th order minors of A. A ij that appeared in the above expansion was a (n-1)th order minor.

In general, the highest degree of a nonzero minor of an (m, n) matrix A is equal to the rank of the matrix A. Using this result, the rank of a matrix A can be obtained by calculating its minor.

[Tsuneo Kanno]

"Introduction to Linear Algebra" by Masahiko Saito ("Basic Mathematics 1", 1966, University of Tokyo Press) " "Matrices and Determinants" by Ichiro Satake (1958, Shokabo) " "Linear Algebra" by Fumiyuki Terada ("Science Library: Mathematics for Science and Engineering 1", 1974, Science Press)

Salas' Method
©Shogakukan ">

Salas' Method


Source: Shogakukan Encyclopedia Nipponica About Encyclopedia Nipponica Information | Legend

Japanese:

n次行列式とは、n2個の数aij(i, j=1, 2,……, n)を正方形に並べた記号で表される数で、aijの、ある多項式の形に展開できる。n次正方行列(マトリックス)が正方形に並べられた数表であるのに対し、行列式は数であることに注意する必要がある。

 二つの未知数x、yの連立一次方程式

において、a11a22-a21a12≠0なら、〔1〕は消去法によって

と解くことができる。〔2〕式の分母a11a22-a21a12は二次正方行列

の四つの成分の多項式の形で得られる数である。いまかりに

と約束すれば、x、yの分子も同様に

と表すことができる。このような考え方を、変数を増やしてn次正方行列の場合に推し進め、初めて行列式を一般に定義し論じたのはライプニッツやクラメルである。

[菅野恒雄]

 日本の和算家関孝和(せきたかかず)も1683年(天和3)『解伏題之法』において行列式論を展開している。伏題とは二元以上の連立方程式となる問題である。問題が複雑になれば、一つの未知数xだけでは容易に方程式がたてられない。この場合、補助の未知数y、zなどを用いていくつかの方程式をつくり、これから補助の未知数を消去して、xだけの方程式をつくる。この消去にあたって行列式が用いられるのである。この行列式を解くには、三元の場合にはいわゆるサラスの方法を用い、四元以上の場合も、これに準じた方法を用いた。しかし五元以上の解き方には誤りがあったので、後世、これは訂正されている。

[大矢真一]

行列式の定義

複素数(実数の場合を含む)aijを成分とするn次正方行列

に対し、1, 2,……, nの置換σすべてにわたる和 Σsgn(σ)a1σ(1)a2σ(2)……anσ(n)を行列Aの行列式といい、

または、簡略化して、|A|またはdetAで表す。ただし、ここでsgn(σ)は置換σの符号で、σが偶置換なら+1、奇置換なら-1をとる。aijを変数と考えると行列式|A|はn2個の変数の多項式で、1, 2,……, nの置換の個数のn!個の単項式の和である。n=2のときは

であり、n=3のときは「サラスの方法」がある。n=1のときは|a11|=a11となるが、この左辺は絶対値と紛らわしいので、この記号は用いないことが多い。n≧4のときは行列式の計算に実際使える公式はない。後に述べる基本性質の(6)や展開公式を用いる。特殊な形の行列の行列式は定義式から簡単に出る。たとえば、一つの行または列の成分がすべて0なら、その行列式は0であり、また、たとえば

[菅野恒雄]

行列式の基本性質

行列式の定義式から次の基本性質が出る。

(1)正方行列Aの行列式とAの転置行列tAの行列式は等しい。つまり|tA|=|A|である。この性質から、正方行列Aの行列式の、行について成り立つことは列についても成り立ち、また、この逆も正しい。

(2)正方行列Aの一つの行、たとえば第i行の成分aijが二つの数の和
  aij=a′ij+a″ij (j=1,……,n)
であれば、Aの行列式|A|は、Aの(i, j)成分を、それぞれ、a′ij, a″ijに置き換えた二つの行列の行列式の和に等しい。つまり

なお、列についても同様のことがいえる。

(3)正方行列Aの一つの行の成分を、c倍して得られる行列の行列式は|A|のc倍である。つまり

なお、列についても同様のことがいえる。

(4)正方行列Aの二つの行を入れ替えて得られる行列の行列式は-|A|である。つまり

なお、列についても同様のことがいえる。この基本性質(4)から次のことがわかる。

(5)二つの行または列が等しい正方行列Aの行列式|A|は0である。

 また、(2)、(3)、(5)から
(6)正方行列Aの一つの行に他の行の定数倍を加えて得られる行列の行列式は|A|に等しい。つまり

なお、列についても同様のことがいえる。与えられた行列式を計算するとき、この性質(6)を用いて、行列の成分に0を増やしたのち、計算公式や展開式を適用するとよい。

 行列の積と行列式の積については、
(7)二つの正方行列の積の行列式はそれぞれの行列の行列式の積に等しい。つまり
  |A・B|=|A|・|B|
[菅野恒雄]

行列式の展開公式

n次正方行列Aの第i行と第j列をAから取り去ってできる(n-1)次正方行列をAijとする。Aijの行列式に(-1)i+jを掛けたものãij=(-1)i+j|Aij|を行列Aの(i, j)余因子という。基本性質を用いて次の展開定理が得られる。n次正方行列Aに対し
〔3〕|A|=ai1ãi1+ai2ãi2+……+ainãin
   (i=1,……,n)
〔4〕|A|=a1jã1j+a2jã2j+……+anjãnj
   (j=1,……,n)
 この式〔3〕〔4〕をそれぞれ、行列式|A|の第i行による展開公式、第j列による展開公式という。この公式により、n次の行列式の計算が(n-1)次の行列式の計算に帰着されることになる。基本性質(6)を用いて、一つの行なり列なりの成分に0を増やし、この展開公式を用いるとよい。

 さらに〔3〕はn2個のaijの恒等式とみなされ、ãi1, ãi2,……, ãinはai1, ai2,……, ainを含まないから、(5)を用いると、次を得る。

〔5〕ak1ãi1+ak2ãi2+……+aknãin=0
   (k≠i)
同様にして〔4〕から次を得る。

〔6〕a1kã1j+a2kã2j+……+ankãnj=0
   (k≠j)
いま

と置くと、〔3〕〔4〕〔5〕〔6〕からÃ・A=A・Ã=|A|・Enが示される。ここで基本性質(7)と|En|=1に注意すると、次のような行列式による正則行列の判定法と逆行列の計算方法を得る。つまり、正方行列Aが正則なるためには、その行列式|A|が0でないことが必要十分条件であり、このときAの逆行列A-1

で求められる。

 なお、この式と〔5〕〔6〕から、連立一次方程式の解法の一般化であるクラメルの公式が出る。

[菅野恒雄]

小行列式

A=(aij)を任意の(m, n)行列とする。mとnを超えない自然数pに対し、行列Aの任意のp個の行とp個の列をとり、その交点にあるp2個の成分からなるp次の正方行列を、たとえば次のようにつくる。


このようなp次の正方行列はmCp・nCp個あるが(mCpは異なるm個のもののなかからp個とる組合せを表す)、これらを行列Aのp次の小行列といい、その行列式をAのp次の小行列式という。上の展開式に現れたAijは(n-1)次の小行列であった。

 一般に(m, n)行列Aの0でない小行列式の最高次数は行列Aの階数(ランク)に等しい。この結果を用いて、行列Aの階数を小行列式の計算で得ることができる。

[菅野恒雄]

『斎藤正彦著『線型代数入門』(『基礎数学1』1966・東京大学出版会)』『佐武一郎著『行列と行列式』(1958・裳華房)』『寺田文行著『線形代数』(『サイエンスライブラリ 理工系の数学1』1974・サイエンス社)』

サラスの方法
©Shogakukan">

サラスの方法


出典 小学館 日本大百科全書(ニッポニカ)日本大百科全書(ニッポニカ)について 情報 | 凡例

<<:  Matrix bookkeeping - Gyoretsuboki (English spelling) matrix bookkeeping

>>:  Matrix - Gyoretsu (English spelling) matrix

Recommend

Gibbons, S.

…In the film industry, which needed to make a new...

Lake Kawaguchi [town] - Kawaguchiko

This is an old town in Minamitsuru County in south...

Open Alliance - Open Alliance

…As a result, conferences on American routes are ...

Sir Halford John Mackinder

Born: February 15, 1861. Gainsborough [Died] March...

Fraxinus lanuginosa (English spelling)Fraxinuslanuginosa

… [Yukio Taniguchi]. … *Some of the terminology t...

Paul Langevin

French physicist. Born in Paris. Widely known for...

Publication contract - shuuppankeiyaku (English spelling) publication contract

A contract between a copyright holder and a publi...

Taneda Santoka

Haiku poet. Born in Hofu Town, Yamaguchi Prefectu...

Shiryo

Chinese female lawyer and politician. Born in Jia...

Circular roof tile

...The clue to understanding the evolution of til...

Mesembryanthema

...A group of succulents in the family Vulaceae, ...

Academic Society - Gakkai

An academic society is an organization, group, or...

Morelia (English spelling)

The capital of the state of Michoacan in southwest...

Somites - Important

When an animal's body is made up of repeated ...

Kaan decomposition

→ Ammonolysis Source: Shogakukan Encyclopedia Nip...