2. is Negative Definite Matrix ?
[-100-1]Solution:A matrix is negative definite if it's symmetric and all its pivots are negative.
Test method 1: Existence of all negative Pivots.First apply Gaussian Elimination method to find Pivots
Pivots are the first non-zero element in each row of this eliminated matrix.
∴ Pivots are
-1,-1Here all pivots are negative, so matrix is negative definite.
A matrix is negative definite if Determinants Di<0 for odd i and Di>0 for even i .
Test method 2: Determinants of all upper-left sub-matrices.Determinants are
-1,1Here all odd determinants
D1<0 and even determinants
D2>0, so matrix is negative definite.
A matrix is negative definite if it's symmetric and all its eigenvalues are negative.
Test method 3: All negative eigen values.|A-λI|=0∴(-1-λ)×(-1-λ)-0×0=0∴(1+2λ+λ2)-0=0∴(λ2+2λ+1)=0∴(λ+1)(λ+1)=0∴(λ+1)=0or(λ+1)=0∴ The eigenvalues of the matrix
A are given by
λ=-1,
Here all determinants are negative, so matrix is negative definite.
This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then