SlideShare a Scribd company logo
1 of 18
Download to read offline
Determinant
Alexander Litvinenko
Center for Uncertainty
Quantification
ntification Logo Lock-up
http://sri-uq.kaust.edu.sa/
Extreme Computing Research Center, KAUST
Alexander Litvinenko Determinant
4*
The structure of the talk
1. Motivation
2. History
3. Geometrical interpretation
4. Properties
5. Definition
Center for Uncertainty
Quantification
ation Logo Lock-up
2
4*
History
1. A notion similar to determinant appears in old-chinese
book ”The Nine Chapters on the Mathematical Art”,
10th-2nd century BCE
2. for 2 × 2 matrices — by Girolamo Cardano in XVI century,
3. Japanese mathematician Seki Takakazu, 1683
4. for higher dimensions by Gottfried W. Leibnitz in 1693,
Center for Uncertainty
Quantification
ation Logo Lock-up
3
4*
Geometrical Interpretation
Matrix is a linear transformation which squish space down or
stretch it out
Determinant measures how the volume of the original do-
main changed.
Center for Uncertainty
Quantification
ation Logo Lock-up
4*
Motivation from spatial statistics
Goal: To improve estimation of unknown statistical parameters
in a spatial soil moisture field, Mississippi basin,
[−84.8◦ − 72.9◦] × [32.446◦, 43.4044◦].
Log-likelihood function:
L(θ) = −
n
2
log(2π) −
1
2
log |C(θ)| −
1
2
Z C(θ)−1
Z.
where C = e−
|x−y|
θ is a large matrix and Z available (satellite)
data.
Center for Uncertainty
Quantification
ation Logo Lock-up
5
4*
Properties. Part I.
1. det(I) = |I| = 1, I -identity matrix
2. exchange two rows: reverse the sign of det(A)
3.
ta tb
c d
= t
a b
c d
4.
a + a b + b
c d
=
a b
c d
+
a b
c d
5. two equal rows result in det(A) = 0 (by P2)
Center for Uncertainty
Quantification
ation Logo Lock-up
6
4*
Properties. Part II.
6. Subtract × row-i from row k, then det(A) doesn’t change
(P4, P3, P5)
7. row of zeros, results in det(A) = 0 (P3 with t = 0)
8.
det(A) =
d1 ∗ ∗ ∗
0 d2 ∗ ∗
...
...
... ∗
0 0 0 dn
= d1d2 · ... · dn
(P6, P3, P1)
Center for Uncertainty
Quantification
ation Logo Lock-up
7
4*
Properties III
9. det(A) = 0 exactly when A is singular AND det(A) = 0
when A is non-singular
10. det(A · B) = det(A) · det(B);
learning that
det(A−1) = 1
det(A)
and
det(cA) = cn det(A) (volume!)
11. det(AT ) = det(A)
Center for Uncertainty
Quantification
ation Logo Lock-up
8
4*
Definitions
for n = 2 : det(A) =
a b
c d
=
a 0
c d
+
0 b
c d
=
a 0
c 0
+
a 0
0 d
+
0 b
c 0
+
0 b
0 d
= ad − bc.
for n = 3 : det(A) =
will have 27 terms , many of them will be zeros.
Center for Uncertainty
Quantification
ation Logo Lock-up
9
4*
Formula for 3 × 3 case
for n = 3 : det(A) =
a b c
d e f
g h i
= a(ei − fh) − b(di − fg) + c(dh − eg)
= a ·
e f
h i
− b ·
d f
g i
+ c ·
d e
g h
Here we colored with red: the (1,1)-minor, (1,2)-minor and
(1,3)-minor correspondingly.
Center for Uncertainty
Quantification
ation Logo Lock-up
10
4*
Formula for n × n
If A is n × n matrix, then |A| = n
j=1(−1)(1+j)a1j|A1j|.
Here A1j is (n − 1) × (n − 1) matrix, obtained by deleting the 1st
row and jth column of A.
Center for Uncertainty
Quantification
ation Logo Lock-up
11
4*
Other applications
|Σ| is used in
Kullback-Leibler divergence (KLD) (distance between two
Gaussian distributions):
2DKL = tr(Σ−1
1 Σ0)+(µ1 −µ0)T
Σ−1
1 (µ1 −µ0)−k −ln
|Σ0|
|Σ1|
The entropy of the multivariate normal distribution is
proportional to |Σ|.
Transformation of coordinates.
Multivariate statistics.
Google: eigenvalues of A are the solutions of the
characteristic equation |A − λI| = 0.
Center for Uncertainty
Quantification
ation Logo Lock-up
12
4*
Conclusion
We learned
Geometrical interpretation of the determinant,
Used properties P1-P4 to derive properties P5-P11
Used properties P1-P11 to derive formulas for
determinants
Applications
Center for Uncertainty
Quantification
ation Logo Lock-up
13
4*
Literature
1. youtube lecture N18, of Prof. Gilbert Strang, MIT
2. The determinant. Essence of linear algebra, chapter 5,
https://www.youtube.com/watch?v=Ip3X9LOh2dk&list=
PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab&index=7
3. Harville, D. A. (1997). Matrix Algebra From a Statistician’s
Perspective. Springer-Verlag.
4. Brookes, M. (2005). ”The Matrix Reference Manual (online)”.
5. Ding, J., Zhou, A. (2007). ”Eigenvalues of rank-one updated
matrices with some applications”. Applied Mathematics Letters. 20
(12): 1223-1226.
Center for Uncertainty
Quantification
ation Logo Lock-up
14
4*
Advanced Properties. Part III.
Let A be n × n matrix
13. det(exp(A)) = exp(tr(A)) or tr(A) = log det(exp(A))
14. for positive A, have tr(I − A−1) ≤ log det(A) ≤ tr(A − I)
15. det
A 0
C D
= det(A) det(D)
16. if A−1 exist det
A B
C D
= det(A) det(D − CA−1B)
17. det(Im + abT ) = 1 + (a, b)
Center for Uncertainty
Quantification
ation Logo Lock-up
15
4*
Advanced Properties. Part IV.
Let A be n × n matrix
18. Matrix determinant Lemma
det(A + abT
) = det(A(I + bT
A−1
a)) = (1 + bT
A−1
a) det(A)
19. U, V is n × m
det(A + UVT
) = det(A(I + VT
A−1
U)) det(A)
20. if W is m × m invertible
det(A + UWVT
) = det(W−1
+ VT
A−1
U)) det(W) det(A).
Center for Uncertainty
Quantification
ation Logo Lock-up
16
4*
Advanced Properties. Part V.
21. det(A) = 0 if and only if rank(A) < n,
22. A−1 exists if and only if det(A) = 0,
23. adding to a row/column a linear combination of any other
rows/columns does not change det(A)
24. if two (or more) rows/colums are linear dependent, then
det(A) = 0
Center for Uncertainty
Quantification
ation Logo Lock-up
17
4*
Formula for 4 × 4 and n × n
|A| =
a b c d
e f g h
i j k
m n o p
= a
f g h
j k
n o p
− e
b c d
j k
n o p
+ i
b c d
f g h
n o p
− m
b c d
f g h
j k
Center for Uncertainty
Quantification
ation Logo Lock-up
18

More Related Content

What's hot

Ijcatr03051008Implementation of Matrix based Mapping Method Using Elliptic Cu...
Ijcatr03051008Implementation of Matrix based Mapping Method Using Elliptic Cu...Ijcatr03051008Implementation of Matrix based Mapping Method Using Elliptic Cu...
Ijcatr03051008Implementation of Matrix based Mapping Method Using Elliptic Cu...Editor IJCATR
 
I. AO* SEARCH ALGORITHM
I. AO* SEARCH ALGORITHMI. AO* SEARCH ALGORITHM
I. AO* SEARCH ALGORITHMvikas dhakane
 
Directed Acyclic Graph
Directed Acyclic Graph Directed Acyclic Graph
Directed Acyclic Graph AJAL A J
 
Prac 2 rolle's thm
Prac  2 rolle's thmPrac  2 rolle's thm
Prac 2 rolle's thmHimani Asija
 
Prac 3 lagrange's thm
Prac  3 lagrange's thmPrac  3 lagrange's thm
Prac 3 lagrange's thmHimani Asija
 
Digital Logic Design-Lecture 5
Digital Logic Design-Lecture 5Digital Logic Design-Lecture 5
Digital Logic Design-Lecture 5Samia Sultana
 
AP Calculus Slides December 10, 2007
AP Calculus Slides December 10, 2007AP Calculus Slides December 10, 2007
AP Calculus Slides December 10, 2007Darren Kuropatwa
 
AP Calculus January 5, 2009
AP Calculus January 5, 2009AP Calculus January 5, 2009
AP Calculus January 5, 2009Darren Kuropatwa
 
EC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPER
EC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPEREC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPER
EC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPERVISHNUPRABHANKAIMAL
 
AP PGECET Computer Science 2016 question paper
AP PGECET Computer Science 2016 question paperAP PGECET Computer Science 2016 question paper
AP PGECET Computer Science 2016 question paperEneutron
 
Designing Parametric cubic Curves
Designing Parametric cubic CurvesDesigning Parametric cubic Curves
Designing Parametric cubic CurvesSyed Zaid Irshad
 
Computer Graphics End Semester Question Paper
Computer Graphics End Semester Question PaperComputer Graphics End Semester Question Paper
Computer Graphics End Semester Question PaperAnsuman Mahapatra
 
Smu bca sem 1 spring 2015 assignments
Smu bca sem 1 spring 2015 assignmentsSmu bca sem 1 spring 2015 assignments
Smu bca sem 1 spring 2015 assignmentssolved_assignments
 
EC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPER
EC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPEREC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPER
EC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPERVISHNUPRABHANKAIMAL
 

What's hot (18)

Ijcatr03051008Implementation of Matrix based Mapping Method Using Elliptic Cu...
Ijcatr03051008Implementation of Matrix based Mapping Method Using Elliptic Cu...Ijcatr03051008Implementation of Matrix based Mapping Method Using Elliptic Cu...
Ijcatr03051008Implementation of Matrix based Mapping Method Using Elliptic Cu...
 
I. AO* SEARCH ALGORITHM
I. AO* SEARCH ALGORITHMI. AO* SEARCH ALGORITHM
I. AO* SEARCH ALGORITHM
 
Directed Acyclic Graph
Directed Acyclic Graph Directed Acyclic Graph
Directed Acyclic Graph
 
Prac 2 rolle's thm
Prac  2 rolle's thmPrac  2 rolle's thm
Prac 2 rolle's thm
 
Prac 3 lagrange's thm
Prac  3 lagrange's thmPrac  3 lagrange's thm
Prac 3 lagrange's thm
 
Digital Logic Design-Lecture 5
Digital Logic Design-Lecture 5Digital Logic Design-Lecture 5
Digital Logic Design-Lecture 5
 
AP Calculus Slides December 10, 2007
AP Calculus Slides December 10, 2007AP Calculus Slides December 10, 2007
AP Calculus Slides December 10, 2007
 
AP Calculus January 5, 2009
AP Calculus January 5, 2009AP Calculus January 5, 2009
AP Calculus January 5, 2009
 
EC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPER
EC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPEREC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPER
EC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPER
 
And or graph problem reduction using predicate logic
And or graph problem reduction using predicate logicAnd or graph problem reduction using predicate logic
And or graph problem reduction using predicate logic
 
AP PGECET Computer Science 2016 question paper
AP PGECET Computer Science 2016 question paperAP PGECET Computer Science 2016 question paper
AP PGECET Computer Science 2016 question paper
 
A* Search Algorithm
A* Search AlgorithmA* Search Algorithm
A* Search Algorithm
 
Designing Parametric cubic Curves
Designing Parametric cubic CurvesDesigning Parametric cubic Curves
Designing Parametric cubic Curves
 
Computer Graphics End Semester Question Paper
Computer Graphics End Semester Question PaperComputer Graphics End Semester Question Paper
Computer Graphics End Semester Question Paper
 
Smu bca sem 1 spring 2015 assignments
Smu bca sem 1 spring 2015 assignmentsSmu bca sem 1 spring 2015 assignments
Smu bca sem 1 spring 2015 assignments
 
EC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPER
EC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPEREC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPER
EC202 SIGNALS & SYSTEMS PREVIOUS QUESTION PAPER
 
Gate-Cs 2009
Gate-Cs 2009Gate-Cs 2009
Gate-Cs 2009
 
Cs 2008(1)
Cs 2008(1)Cs 2008(1)
Cs 2008(1)
 

Similar to Matrix determinant

Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...
Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...
Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...Alexander Litvinenko
 
Hierarchical matrix techniques for maximum likelihood covariance estimation
Hierarchical matrix techniques for maximum likelihood covariance estimationHierarchical matrix techniques for maximum likelihood covariance estimation
Hierarchical matrix techniques for maximum likelihood covariance estimationAlexander Litvinenko
 
Introduction to MatLab programming
Introduction to MatLab programmingIntroduction to MatLab programming
Introduction to MatLab programmingDamian T. Gordon
 
6.5 determinant x
6.5 determinant x6.5 determinant x
6.5 determinant xmath260
 
FUZZY ARITHMETIC OPERATIONS ON DIFFERENT FUZZY NUMBERS AND THEIR VARIOUS FUZZ...
FUZZY ARITHMETIC OPERATIONS ON DIFFERENT FUZZY NUMBERS AND THEIR VARIOUS FUZZ...FUZZY ARITHMETIC OPERATIONS ON DIFFERENT FUZZY NUMBERS AND THEIR VARIOUS FUZZ...
FUZZY ARITHMETIC OPERATIONS ON DIFFERENT FUZZY NUMBERS AND THEIR VARIOUS FUZZ...IAEME Publication
 
Application of parallel hierarchical matrices and low-rank tensors in spatial...
Application of parallel hierarchical matrices and low-rank tensors in spatial...Application of parallel hierarchical matrices and low-rank tensors in spatial...
Application of parallel hierarchical matrices and low-rank tensors in spatial...Alexander Litvinenko
 
Banco de preguntas para el ap
Banco de preguntas para el apBanco de preguntas para el ap
Banco de preguntas para el apMARCELOCHAVEZ23
 
Developer Intro Deck-PowerPoint - Download for Speaker Notes
Developer Intro Deck-PowerPoint - Download for Speaker NotesDeveloper Intro Deck-PowerPoint - Download for Speaker Notes
Developer Intro Deck-PowerPoint - Download for Speaker NotesMax De Marzi
 
Cs6660 compiler design november december 2016 Answer key
Cs6660 compiler design november december 2016 Answer keyCs6660 compiler design november december 2016 Answer key
Cs6660 compiler design november december 2016 Answer keyappasami
 
KARNAUGH MAP(K-MAP)
KARNAUGH MAP(K-MAP)KARNAUGH MAP(K-MAP)
KARNAUGH MAP(K-MAP)mihir jain
 
Notes and Formulae Mathematics SPM
Notes and Formulae Mathematics SPM Notes and Formulae Mathematics SPM
Notes and Formulae Mathematics SPM Zhang Ewe
 
Notes and-formulae-mathematics
Notes and-formulae-mathematicsNotes and-formulae-mathematics
Notes and-formulae-mathematicsAh Ching
 
The Elements of Machine Learning
The Elements of Machine LearningThe Elements of Machine Learning
The Elements of Machine LearningAlexander Jung
 

Similar to Matrix determinant (20)

Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...
Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...
Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...
 
Introduction to MATLAB
Introduction to MATLABIntroduction to MATLAB
Introduction to MATLAB
 
Hierarchical matrix techniques for maximum likelihood covariance estimation
Hierarchical matrix techniques for maximum likelihood covariance estimationHierarchical matrix techniques for maximum likelihood covariance estimation
Hierarchical matrix techniques for maximum likelihood covariance estimation
 
Introduction to MatLab programming
Introduction to MatLab programmingIntroduction to MatLab programming
Introduction to MatLab programming
 
6.5 determinant x
6.5 determinant x6.5 determinant x
6.5 determinant x
 
1st lecture.ppt
1st lecture.ppt1st lecture.ppt
1st lecture.ppt
 
FUZZY ARITHMETIC OPERATIONS ON DIFFERENT FUZZY NUMBERS AND THEIR VARIOUS FUZZ...
FUZZY ARITHMETIC OPERATIONS ON DIFFERENT FUZZY NUMBERS AND THEIR VARIOUS FUZZ...FUZZY ARITHMETIC OPERATIONS ON DIFFERENT FUZZY NUMBERS AND THEIR VARIOUS FUZZ...
FUZZY ARITHMETIC OPERATIONS ON DIFFERENT FUZZY NUMBERS AND THEIR VARIOUS FUZZ...
 
K map
K mapK map
K map
 
Week7
Week7Week7
Week7
 
Application of parallel hierarchical matrices and low-rank tensors in spatial...
Application of parallel hierarchical matrices and low-rank tensors in spatial...Application of parallel hierarchical matrices and low-rank tensors in spatial...
Application of parallel hierarchical matrices and low-rank tensors in spatial...
 
Banco de preguntas para el ap
Banco de preguntas para el apBanco de preguntas para el ap
Banco de preguntas para el ap
 
Developer Intro Deck-PowerPoint - Download for Speaker Notes
Developer Intro Deck-PowerPoint - Download for Speaker NotesDeveloper Intro Deck-PowerPoint - Download for Speaker Notes
Developer Intro Deck-PowerPoint - Download for Speaker Notes
 
Cs6660 compiler design november december 2016 Answer key
Cs6660 compiler design november december 2016 Answer keyCs6660 compiler design november december 2016 Answer key
Cs6660 compiler design november december 2016 Answer key
 
KARNAUGH MAP(K-MAP)
KARNAUGH MAP(K-MAP)KARNAUGH MAP(K-MAP)
KARNAUGH MAP(K-MAP)
 
Notes and Formulae Mathematics SPM
Notes and Formulae Mathematics SPM Notes and Formulae Mathematics SPM
Notes and Formulae Mathematics SPM
 
Notes and-formulae-mathematics
Notes and-formulae-mathematicsNotes and-formulae-mathematics
Notes and-formulae-mathematics
 
Mathematics formulas
Mathematics formulasMathematics formulas
Mathematics formulas
 
The Elements of Machine Learning
The Elements of Machine LearningThe Elements of Machine Learning
The Elements of Machine Learning
 
Digital Logic
Digital LogicDigital Logic
Digital Logic
 
Learn Matlab
Learn MatlabLearn Matlab
Learn Matlab
 

More from Alexander Litvinenko

litvinenko_Intrusion_Bari_2023.pdf
litvinenko_Intrusion_Bari_2023.pdflitvinenko_Intrusion_Bari_2023.pdf
litvinenko_Intrusion_Bari_2023.pdfAlexander Litvinenko
 
Density Driven Groundwater Flow with Uncertain Porosity and Permeability
Density Driven Groundwater Flow with Uncertain Porosity and PermeabilityDensity Driven Groundwater Flow with Uncertain Porosity and Permeability
Density Driven Groundwater Flow with Uncertain Porosity and PermeabilityAlexander Litvinenko
 
Uncertain_Henry_problem-poster.pdf
Uncertain_Henry_problem-poster.pdfUncertain_Henry_problem-poster.pdf
Uncertain_Henry_problem-poster.pdfAlexander Litvinenko
 
Litvinenko_RWTH_UQ_Seminar_talk.pdf
Litvinenko_RWTH_UQ_Seminar_talk.pdfLitvinenko_RWTH_UQ_Seminar_talk.pdf
Litvinenko_RWTH_UQ_Seminar_talk.pdfAlexander Litvinenko
 
Litv_Denmark_Weak_Supervised_Learning.pdf
Litv_Denmark_Weak_Supervised_Learning.pdfLitv_Denmark_Weak_Supervised_Learning.pdf
Litv_Denmark_Weak_Supervised_Learning.pdfAlexander Litvinenko
 
Computing f-Divergences and Distances of High-Dimensional Probability Density...
Computing f-Divergences and Distances of High-Dimensional Probability Density...Computing f-Divergences and Distances of High-Dimensional Probability Density...
Computing f-Divergences and Distances of High-Dimensional Probability Density...Alexander Litvinenko
 
Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...
Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...
Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...Alexander Litvinenko
 
Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...Alexander Litvinenko
 
Identification of unknown parameters and prediction of missing values. Compar...
Identification of unknown parameters and prediction of missing values. Compar...Identification of unknown parameters and prediction of missing values. Compar...
Identification of unknown parameters and prediction of missing values. Compar...Alexander Litvinenko
 
Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...Alexander Litvinenko
 
Identification of unknown parameters and prediction with hierarchical matrice...
Identification of unknown parameters and prediction with hierarchical matrice...Identification of unknown parameters and prediction with hierarchical matrice...
Identification of unknown parameters and prediction with hierarchical matrice...Alexander Litvinenko
 
Low-rank tensor approximation (Introduction)
Low-rank tensor approximation (Introduction)Low-rank tensor approximation (Introduction)
Low-rank tensor approximation (Introduction)Alexander Litvinenko
 
Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...Alexander Litvinenko
 
Application of parallel hierarchical matrices for parameter inference and pre...
Application of parallel hierarchical matrices for parameter inference and pre...Application of parallel hierarchical matrices for parameter inference and pre...
Application of parallel hierarchical matrices for parameter inference and pre...Alexander Litvinenko
 
Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...Alexander Litvinenko
 
Propagation of Uncertainties in Density Driven Groundwater Flow
Propagation of Uncertainties in Density Driven Groundwater FlowPropagation of Uncertainties in Density Driven Groundwater Flow
Propagation of Uncertainties in Density Driven Groundwater FlowAlexander Litvinenko
 
Simulation of propagation of uncertainties in density-driven groundwater flow
Simulation of propagation of uncertainties in density-driven groundwater flowSimulation of propagation of uncertainties in density-driven groundwater flow
Simulation of propagation of uncertainties in density-driven groundwater flowAlexander Litvinenko
 
Approximation of large covariance matrices in statistics
Approximation of large covariance matrices in statisticsApproximation of large covariance matrices in statistics
Approximation of large covariance matrices in statisticsAlexander Litvinenko
 

More from Alexander Litvinenko (20)

litvinenko_Intrusion_Bari_2023.pdf
litvinenko_Intrusion_Bari_2023.pdflitvinenko_Intrusion_Bari_2023.pdf
litvinenko_Intrusion_Bari_2023.pdf
 
Density Driven Groundwater Flow with Uncertain Porosity and Permeability
Density Driven Groundwater Flow with Uncertain Porosity and PermeabilityDensity Driven Groundwater Flow with Uncertain Porosity and Permeability
Density Driven Groundwater Flow with Uncertain Porosity and Permeability
 
litvinenko_Gamm2023.pdf
litvinenko_Gamm2023.pdflitvinenko_Gamm2023.pdf
litvinenko_Gamm2023.pdf
 
Litvinenko_Poster_Henry_22May.pdf
Litvinenko_Poster_Henry_22May.pdfLitvinenko_Poster_Henry_22May.pdf
Litvinenko_Poster_Henry_22May.pdf
 
Uncertain_Henry_problem-poster.pdf
Uncertain_Henry_problem-poster.pdfUncertain_Henry_problem-poster.pdf
Uncertain_Henry_problem-poster.pdf
 
Litvinenko_RWTH_UQ_Seminar_talk.pdf
Litvinenko_RWTH_UQ_Seminar_talk.pdfLitvinenko_RWTH_UQ_Seminar_talk.pdf
Litvinenko_RWTH_UQ_Seminar_talk.pdf
 
Litv_Denmark_Weak_Supervised_Learning.pdf
Litv_Denmark_Weak_Supervised_Learning.pdfLitv_Denmark_Weak_Supervised_Learning.pdf
Litv_Denmark_Weak_Supervised_Learning.pdf
 
Computing f-Divergences and Distances of High-Dimensional Probability Density...
Computing f-Divergences and Distances of High-Dimensional Probability Density...Computing f-Divergences and Distances of High-Dimensional Probability Density...
Computing f-Divergences and Distances of High-Dimensional Probability Density...
 
Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...
Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...
Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...
 
Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...
 
Identification of unknown parameters and prediction of missing values. Compar...
Identification of unknown parameters and prediction of missing values. Compar...Identification of unknown parameters and prediction of missing values. Compar...
Identification of unknown parameters and prediction of missing values. Compar...
 
Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...
 
Identification of unknown parameters and prediction with hierarchical matrice...
Identification of unknown parameters and prediction with hierarchical matrice...Identification of unknown parameters and prediction with hierarchical matrice...
Identification of unknown parameters and prediction with hierarchical matrice...
 
Low-rank tensor approximation (Introduction)
Low-rank tensor approximation (Introduction)Low-rank tensor approximation (Introduction)
Low-rank tensor approximation (Introduction)
 
Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...
 
Application of parallel hierarchical matrices for parameter inference and pre...
Application of parallel hierarchical matrices for parameter inference and pre...Application of parallel hierarchical matrices for parameter inference and pre...
Application of parallel hierarchical matrices for parameter inference and pre...
 
Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...
 
Propagation of Uncertainties in Density Driven Groundwater Flow
Propagation of Uncertainties in Density Driven Groundwater FlowPropagation of Uncertainties in Density Driven Groundwater Flow
Propagation of Uncertainties in Density Driven Groundwater Flow
 
Simulation of propagation of uncertainties in density-driven groundwater flow
Simulation of propagation of uncertainties in density-driven groundwater flowSimulation of propagation of uncertainties in density-driven groundwater flow
Simulation of propagation of uncertainties in density-driven groundwater flow
 
Approximation of large covariance matrices in statistics
Approximation of large covariance matrices in statisticsApproximation of large covariance matrices in statistics
Approximation of large covariance matrices in statistics
 

Recently uploaded

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 

Recently uploaded (20)

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 

Matrix determinant

  • 1. Determinant Alexander Litvinenko Center for Uncertainty Quantification ntification Logo Lock-up http://sri-uq.kaust.edu.sa/ Extreme Computing Research Center, KAUST Alexander Litvinenko Determinant
  • 2. 4* The structure of the talk 1. Motivation 2. History 3. Geometrical interpretation 4. Properties 5. Definition Center for Uncertainty Quantification ation Logo Lock-up 2
  • 3. 4* History 1. A notion similar to determinant appears in old-chinese book ”The Nine Chapters on the Mathematical Art”, 10th-2nd century BCE 2. for 2 × 2 matrices — by Girolamo Cardano in XVI century, 3. Japanese mathematician Seki Takakazu, 1683 4. for higher dimensions by Gottfried W. Leibnitz in 1693, Center for Uncertainty Quantification ation Logo Lock-up 3
  • 4. 4* Geometrical Interpretation Matrix is a linear transformation which squish space down or stretch it out Determinant measures how the volume of the original do- main changed. Center for Uncertainty Quantification ation Logo Lock-up
  • 5. 4* Motivation from spatial statistics Goal: To improve estimation of unknown statistical parameters in a spatial soil moisture field, Mississippi basin, [−84.8◦ − 72.9◦] × [32.446◦, 43.4044◦]. Log-likelihood function: L(θ) = − n 2 log(2π) − 1 2 log |C(θ)| − 1 2 Z C(θ)−1 Z. where C = e− |x−y| θ is a large matrix and Z available (satellite) data. Center for Uncertainty Quantification ation Logo Lock-up 5
  • 6. 4* Properties. Part I. 1. det(I) = |I| = 1, I -identity matrix 2. exchange two rows: reverse the sign of det(A) 3. ta tb c d = t a b c d 4. a + a b + b c d = a b c d + a b c d 5. two equal rows result in det(A) = 0 (by P2) Center for Uncertainty Quantification ation Logo Lock-up 6
  • 7. 4* Properties. Part II. 6. Subtract × row-i from row k, then det(A) doesn’t change (P4, P3, P5) 7. row of zeros, results in det(A) = 0 (P3 with t = 0) 8. det(A) = d1 ∗ ∗ ∗ 0 d2 ∗ ∗ ... ... ... ∗ 0 0 0 dn = d1d2 · ... · dn (P6, P3, P1) Center for Uncertainty Quantification ation Logo Lock-up 7
  • 8. 4* Properties III 9. det(A) = 0 exactly when A is singular AND det(A) = 0 when A is non-singular 10. det(A · B) = det(A) · det(B); learning that det(A−1) = 1 det(A) and det(cA) = cn det(A) (volume!) 11. det(AT ) = det(A) Center for Uncertainty Quantification ation Logo Lock-up 8
  • 9. 4* Definitions for n = 2 : det(A) = a b c d = a 0 c d + 0 b c d = a 0 c 0 + a 0 0 d + 0 b c 0 + 0 b 0 d = ad − bc. for n = 3 : det(A) = will have 27 terms , many of them will be zeros. Center for Uncertainty Quantification ation Logo Lock-up 9
  • 10. 4* Formula for 3 × 3 case for n = 3 : det(A) = a b c d e f g h i = a(ei − fh) − b(di − fg) + c(dh − eg) = a · e f h i − b · d f g i + c · d e g h Here we colored with red: the (1,1)-minor, (1,2)-minor and (1,3)-minor correspondingly. Center for Uncertainty Quantification ation Logo Lock-up 10
  • 11. 4* Formula for n × n If A is n × n matrix, then |A| = n j=1(−1)(1+j)a1j|A1j|. Here A1j is (n − 1) × (n − 1) matrix, obtained by deleting the 1st row and jth column of A. Center for Uncertainty Quantification ation Logo Lock-up 11
  • 12. 4* Other applications |Σ| is used in Kullback-Leibler divergence (KLD) (distance between two Gaussian distributions): 2DKL = tr(Σ−1 1 Σ0)+(µ1 −µ0)T Σ−1 1 (µ1 −µ0)−k −ln |Σ0| |Σ1| The entropy of the multivariate normal distribution is proportional to |Σ|. Transformation of coordinates. Multivariate statistics. Google: eigenvalues of A are the solutions of the characteristic equation |A − λI| = 0. Center for Uncertainty Quantification ation Logo Lock-up 12
  • 13. 4* Conclusion We learned Geometrical interpretation of the determinant, Used properties P1-P4 to derive properties P5-P11 Used properties P1-P11 to derive formulas for determinants Applications Center for Uncertainty Quantification ation Logo Lock-up 13
  • 14. 4* Literature 1. youtube lecture N18, of Prof. Gilbert Strang, MIT 2. The determinant. Essence of linear algebra, chapter 5, https://www.youtube.com/watch?v=Ip3X9LOh2dk&list= PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab&index=7 3. Harville, D. A. (1997). Matrix Algebra From a Statistician’s Perspective. Springer-Verlag. 4. Brookes, M. (2005). ”The Matrix Reference Manual (online)”. 5. Ding, J., Zhou, A. (2007). ”Eigenvalues of rank-one updated matrices with some applications”. Applied Mathematics Letters. 20 (12): 1223-1226. Center for Uncertainty Quantification ation Logo Lock-up 14
  • 15. 4* Advanced Properties. Part III. Let A be n × n matrix 13. det(exp(A)) = exp(tr(A)) or tr(A) = log det(exp(A)) 14. for positive A, have tr(I − A−1) ≤ log det(A) ≤ tr(A − I) 15. det A 0 C D = det(A) det(D) 16. if A−1 exist det A B C D = det(A) det(D − CA−1B) 17. det(Im + abT ) = 1 + (a, b) Center for Uncertainty Quantification ation Logo Lock-up 15
  • 16. 4* Advanced Properties. Part IV. Let A be n × n matrix 18. Matrix determinant Lemma det(A + abT ) = det(A(I + bT A−1 a)) = (1 + bT A−1 a) det(A) 19. U, V is n × m det(A + UVT ) = det(A(I + VT A−1 U)) det(A) 20. if W is m × m invertible det(A + UWVT ) = det(W−1 + VT A−1 U)) det(W) det(A). Center for Uncertainty Quantification ation Logo Lock-up 16
  • 17. 4* Advanced Properties. Part V. 21. det(A) = 0 if and only if rank(A) < n, 22. A−1 exists if and only if det(A) = 0, 23. adding to a row/column a linear combination of any other rows/columns does not change det(A) 24. if two (or more) rows/colums are linear dependent, then det(A) = 0 Center for Uncertainty Quantification ation Logo Lock-up 17
  • 18. 4* Formula for 4 × 4 and n × n |A| = a b c d e f g h i j k m n o p = a f g h j k n o p − e b c d j k n o p + i b c d f g h n o p − m b c d f g h j k Center for Uncertainty Quantification ation Logo Lock-up 18