• 검색 결과가 없습니다.

3898.pdf

N/A
N/A
Protected

Academic year: 2024

Share "3898.pdf"

Copied!
4
0
0

로드 중.... (전체 텍스트 보기)

전체 글

(1)

SEOUL NATIONAL UNIVERSITY

School of Mechanical & Aerospace Engineering

400.002

Eng Math II

5 Determinant

(for a square matrix A)

=detA=|A|

5.1 Properties of Determinant (Strang, page 234) 1. detI = 1.

2. detchanges sign when two rows are exchanged.

ex)

¯¯

¯¯ c d a b

¯¯

¯¯=

¯¯

¯¯ a b c d

¯¯

¯¯=bc−ad

3. detis a linear ftn of each row separately, when all other rows stay fixed.

ex)

¯¯

¯¯ ta tb c d

¯¯

¯¯=t

¯¯

¯¯ a b c d

¯¯

¯¯

¯¯

¯¯ a+a0 b+b0

c d

¯¯

¯¯=

¯¯

¯¯ a b c d

¯¯

¯¯+

¯¯

¯¯ a0 b0 c d

¯¯

¯¯

Note Rules 1-3 completely determine the numberdetA.

Other Properties (These follow from above)

4. If two rows of Aare equal, then detA= 0.

ex)

¯¯

¯¯ a b a b

¯¯

¯¯= 0 (use rule 2)

5. Subtracting a multiple of one row from another row does not changedetA.

ex)

¯¯

¯¯ a b

c−la d−lb

¯¯

¯¯=

¯¯

¯¯ a b c d

¯¯

¯¯

Note The usual elimination steps do not changedetA.

detA = detU (If rows are exchanged, detA=±detU)

1

(2)

6. A matrix with a row of zeros hasdetA= 0.

¯¯

¯¯ 0 0 c d

¯¯

¯¯= 0 and

¯¯

¯¯ a b 0 0

¯¯

¯¯= 0 ( rule 5 & 4 )

7. IfA is triangular then,

detA=product of diagonal entries.

( Triangular matrix −→ diagonal matrix rule 3 & 1) elimination

8. IfA is singular then detA= 0.

IfA is invertible thendetA6= 0.

IfA is singular then U has a zero row.

⇒detA=detU = 0

IfA is invertible thenU has nonzero pivots along its diagonal.

⇒detA=±detU =±(product of the pivots) 9. |AB|=|A||B|

ex)

¯¯

¯¯ a1 b1 c1 d1

¯¯

¯¯

¯¯

¯¯ a2 b2 c2 d2

¯¯

¯¯=

¯¯

¯¯ a1a2+b1b2 a1b2+b1d2 c1a2+d1c2 c1b2+d1d2

¯¯

¯¯

(detA)(detA1) =detI = 1

|A1|= 1

|A|

10. |AT|=|A|

factorization of A : P A=LU whereP = row exchange matrix

ATPT =UTLT

½ |P||A|=|L||U|

|AT||PT|=|UT||LT|

¾ (1)

|U|=|UT| , |L|=|LT|= 1 PT =P1 |PT||P|= 1

( |PT|=|P|= both1 or 1 )

∴ (1) yields |AT|=|A|

Note Thanks to Rule 10, every rule for the rows applies also to the columns.

ex) ·detchanges sign when two columns are reversed.

2

(3)

·A zero column makes det= 0.

·A column is multiplied byt, so is detA.

·det is a linear ftn of column separately.

5.2 Determinant by Cofactors

¯¯

¯¯ a b c d

¯¯

¯¯=

¯¯

¯¯ a 0 c d

¯¯

¯¯+

¯¯

¯¯ 0 b c d

¯¯

¯¯=

¯¯

¯¯ a 0 0 d

¯¯

¯¯+

¯¯

¯¯ 0 b c 0

¯¯

¯¯

=ad

¯¯

¯¯ 1 0 0 1

¯¯

¯¯+bc

¯¯

¯¯ 0 1 1 0

¯¯

¯¯

=ad−bc .

¯¯

¯¯

¯¯

a11 a12 a13 a21 a22 a23 a31 a32 a33

¯¯

¯¯

¯¯=

¯¯

¯¯

¯¯

a11 0 0 a21 a22 a23 a31 a32 a33

¯¯

¯¯

¯¯+

¯¯

¯¯

¯¯

0 a12 0 a21 a22 a23 a31 a32 a33

¯¯

¯¯

¯¯+

¯¯

¯¯

¯¯

0 0 a13 a21 a22 a23 a31 a32 a33

¯¯

¯¯

¯¯

=

¯¯

¯¯

¯¯ a11

a22 a23 a32 a33

¯¯

¯¯

¯¯+

¯¯

¯¯

¯¯

0 a12 0 a21 a23 a31 a33

¯¯

¯¯

¯¯+

¯¯

¯¯

¯¯

a13 a21 a22 a31 a32

¯¯

¯¯

¯¯

=

¯¯

¯¯

¯¯ a11

a22 a23 0 a33

¯¯

¯¯

¯¯+

¯¯

¯¯

¯¯ a11

a22 a23 a32 0

¯¯

¯¯

¯¯+

¯¯

¯¯

¯¯

a12 a21 a23

0 a33

¯¯

¯¯

¯¯

+

¯¯

¯¯

¯¯

a12 a21 a23 a31 0

¯¯

¯¯

¯¯+

¯¯

¯¯

¯¯

a13 a21 a22

0 a32

¯¯

¯¯

¯¯+

¯¯

¯¯

¯¯

a13 a21 a22 a31 0

¯¯

¯¯

¯¯

=a11a22a33−a11a32a23−a21a12a33 +a31a12a23+a21a32a13−a31a22a13

=a11(a22a33−a23a32) +a12(−a21a33+a23a31) +a13(a21a32−a22a31)

”Cofactors”

=a11C11+a12C12+a13C13

= X3 j=1

a1jC1j

Cofactor C1j = (1)1+j detM1j where M1j is a submatrix of A without row 1 and columnj.

3

(4)

We can do the same for rowi, not just row 1.

For any row i,

detA=Pn

j=1aijCij

where Cij = (1)i+j detMij

Mij = submatrix (order n-1) without rowiand column j detA = dot product of any rowi with its cofactors

= Xn i=1

aijCij (expand down a column) Ex

|A|=

¯¯

¯¯

¯¯

¯¯

2 1

1 2 1

1 2 1

1 2

¯¯

¯¯

¯¯

¯¯

= 2

¯¯

¯¯

¯¯

2 1

1 2 1

1 2

¯¯

¯¯

¯¯(1)

¯¯

¯¯

¯¯

1 1 2 1

1 2

¯¯

¯¯

¯¯

¯¯

¯¯

¯¯

2 1

1 2 1

1 2

¯¯

¯¯

¯¯= 2

¯¯

¯¯ 2 1

1 2

¯¯

¯¯(1)

¯¯

¯¯ 1

1 2

¯¯

¯¯

= 2·3 + (2) = 4

¯¯

¯¯

¯¯

1 1 2 1

1 2

¯¯

¯¯

¯¯= (1)

¯¯

¯¯ 2 1

1 2

¯¯

¯¯= (1)·3 =3

|A|= 2·4 + (3) = 5

4

참조

관련 문서

Consistent with this, we received good news from the Becoming a high impact journal Gheun-Ho Kim Department of Internal Medicine, Hanyang University College of Medicine, Seoul,

What is the number of square units in the area of a triangle whose sides measure 5, 5 and

(A) The 5 keV FIB-SEM cross section of the nanoscale intergranular corrosion and cracking in a 20% prestrained Alloy 690 sample strained in hydrogenated supercritical water at 400

Aero Thermo Hydro Engineers Nuclear Application Department of Nuclear Engineering, Seoul National University.. A Quick Look  World of Fluid Mechanics  Physics of Fluids Fluid

KIPS Tr Software and Data Eng Vol 5, No 2 pp 51~58 pISSN 2287 5905 컴퓨팅 사고력 신장을 위한 SW 개발 프로세스 탐구 51 http //dx doi org/10 3745/KTSDE 2016 5 2 51 A Study

[5] Nigel Slack, The Importance-Performance Matrix as a Determinant of Improvement Priority", International Journal Operations & Production

The product of A and B, denoted by AB, is the m n matrix that has its i,jth element equal to the sum of the products of the corresponding elements from the ith row of A and the

Results: A conceptual framework for surveillance of positive mental health and its determinants has been developed to contain 5 outcome indicators and 25 determinant