Empirical Finance: Notes: Federico M. Bandi Johns Hopkins University
Empirical Finance: Notes: Federico M. Bandi Johns Hopkins University
Federico M. Bandi
Johns Hopkins University
c 2020 Federico M. Bandi
All Rights Reserved
Chapter 0 Empirical finance
• Identity matrix. A square matrix with ones on the diagonal and zeros everywhere
else.
• Transposition. Let aij denote the row i, column j element of a matrix A : A = [aij ].
The transpose of A, denoted by A0 , is given by A0 = [aji ].
• Important properties:
(AB)0 = B 0 A0
(A + B)0 = A0 + B 0
0
• Symmetric matrices. A square matrix such that A = A is said to be symmetric.
• Trace. The trace of a square matrix is the sum of the elements along the diagonal.
• Important property:
tr(AB) = tr(BA)
• One could of course define determinants for more general matrices than a simple
2 × 2 square matrix.
• Important properties:
2. For an n × n matrix A,
|σA| = σ n |A|
1
Chapter 0 Empirical finance
• Inverse. If the determinant of a square matrix exists, then its inverse exists and is
such that A × A−1 = I (the identity matrix). In the bi-variate case:
" #
1 a22 −a12
A−1 = .
a11 a22 − a12 a21 −a21 a11