Every time I think I know what's going on, suddenly there's another layer of complications.
2017年2月26日星期日
2017年2月14日星期二
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 = BT AT
[13] (A-1)T = (AT)-1
2017年2月10日星期五
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
http://linear.ups.edu/jsmath/0212/fcla-jsmath-2.12li103.html
2017年2月4日星期六
订阅:
博文 (Atom)