2017年2月12日星期日

Basic matrix operations

BASIC FACTS ABOUT MATRICES

[1] A + B = B + A
[2] x(A + B) = xA + xB,           where x is any number
[3] (x+y)A = xA + yB
[4] AB does not always equal BA
[5] A(BC) = (AB)C
[6] A(BC) does not always equal (AC)B (for example, consider A = I)
[7] AA-1 = I, the Identity matrix
[8] (AT)T = A
[9] (A + B)T  = AT + BT
[10] (xA)T = x AT
[11] (AB)-1 = B-1 A-1
[12] (AB)T = BAT
[13] (A-1)T = (AT)-1

2017年2月10日星期五

symmetric matrix and positive definite

real symmetric matrix A is positive definite iff there exists a real nonsingular matrix M such that
 A=MM^(T),
(5)
where M^(T) is the transpose (Ayres 1962, p. 134). 

Why is the largest element of symmetric, positive semidefinite matrix on the diagonal

http://math.stackexchange.com/questions/1382940/why-is-the-largest-element-of-symmetric-positive-semidefinite-matrix-on-the-dia/1382954

http://math.stackexchange.com/questions/1286813/largest-entry-in-symmetric-positive-definite-matrix

2017年2月9日星期四

Eigenvalues of Positive Semi-definite Matrices

Suppose that A is a Hermitian matrix. Then A is positive semi-definite matrix if and only if whenever λ is an eigenvalue of A, then λ≥0.

http://linear.ups.edu/jsmath/0212/fcla-jsmath-2.12li103.html