Lecture 0
Lecture 0
(2)
Vectors
A column vector
Equality of Matrices
• Here 0 denotes the zero matrix (of size m × n), that is, the m × n matrix with all
entries zero.
Matrix Multiplication
Multiplication of a Matrix by a Matrix
• The product C = AB (in this order) of an m × n matrix A = [ajk]
times an r × p matrix B = [bjk] is defined if and only if r = n
and is then the m × p matrix C = [cjk] with entries
(3)
3 5 12 2 3 1 22 2 43 42
AB 4 0 2 5 0 7 8 26 16 14 6
6 3 2 9 4 1 1 9 4 37 28
(a) (A T )T A
(b) (A B)T A T BT (5)
(c) ( cA)T cAT
(d) (AB)T BT A T .
0 1 2
• Skew Symmetric : aij = - aji Eg: 1 0 3
2 3 0
The converse is also true. In fact every positive definite matrix A can be
factored as A = UTU where U is an upper triangular matrix with positive
elements on the main diagonal.
Positive Definite matrix
Here are some of the key ways in which positive definite matrices are useful:
1.Optimization: In quadratic optimization problems, a positive definite matrix appears in
the objective function, and properties of positive definiteness are used to guarantee the
existence and uniqueness of the optimal solution.
2.Numerical Analysis: Positive definiteness ensures the efficiency and stability of these
algorithms.
3.Statistics: In multivariate analysis, such as in the context of covariance matrices,
positive definite matrices ensure that the covariance matrix is well-behaved and
invertible, allowing for the estimation of parameters in multivariate distributions.
4.Machine Learning: Positive definite matrices are also utilized in support vector
machines. Positive definite kernel matrices are used to define inner products in high-
dimensional feature spaces, enabling the application of linear methods in nonlinear
settings.
5.Signal Processing: Positive definiteness is a requirement for the autocorrelation
matrix in signal processing to ensure that it is invertible and well-conditioned.
6.Geometry: They are used in geometric contexts to define metrics, distances, and
angles in spaces, making them fundamental in areas like differential geometry and
optimization on manifolds.
7.Eigenvalue Problems: Positive definite matrices have real and positive eigenvalues,
which makes them particularly useful in solving eigenvalue problems. Properties of
positive definiteness simplify the analysis and computation of eigenvalues and