Definite matrix

From The Right Wiki
(Redirected from Non-negative definite)
Jump to navigationJump to search

In mathematics, a symmetric matrix M with real entries is positive-definite if the real number xMx is positive for every nonzero real column vector x, where x is the row vector transpose of x.[1] More generally, a Hermitian matrix (that is, a complex matrix equal to its conjugate transpose) is positive-definite if the real number z*Mz is positive for every nonzero complex column vector z, where z* denotes the conjugate transpose of z. Positive semi-definite matrices are defined similarly, except that the scalars xMx and z*Mz are required to be positive or zero (that is, nonnegative). Negative-definite and negative semi-definite matrices are defined analogously. A matrix that is not positive semi-definite and not negative semi-definite is sometimes called indefinite.

Ramifications

It follows from the above definitions that a matrix is positive-definite if and only if it is the matrix of a positive-definite quadratic form or Hermitian form. In other words, a matrix is positive-definite if and only if it defines an inner product. Positive-definite and positive-semidefinite matrices can be characterized in many ways, which may explain the importance of the concept in various parts of mathematics. A matrix M is positive-definite if and only if it satisfies any of the following equivalent conditions.

A matrix is positive semi-definite if it satisfies similar equivalent conditions where "positive" is replaced by "nonnegative", "invertible matrix" is replaced by "matrix", and the word "leading" is removed. Positive-definite and positive-semidefinite real matrices are at the basis of convex optimization, since, given a function of several real variables that is twice differentiable, then if its Hessian matrix (matrix of its second partial derivatives) is positive-definite at a point p, then the function is convex near p, and, conversely, if the function is convex near p, then the Hessian matrix is positive-semidefinite at p. The set of positive definite matrices is an open convex cone, while the set of positive semi-definite matrices is a closed convex cone.[2] Some authors use more general definitions of definiteness, including some non-symmetric real matrices, or non-Hermitian complex ones.

Definitions

In the following definitions, x is the transpose of x, z* is the conjugate transpose of z, and 0 denotes the n dimensional zero-vector.

Definitions for real matrices

An n×n symmetric real matrix M is said to be positive-definite if xMx>0 for all non-zero x in n. Formally,

M positive-definitexMx>0 for all xn{0}

An n×n symmetric real matrix M is said to be positive-semidefinite or non-negative-definite if xMx0 for all x in n. Formally,

M positive semi-definitexMx0 for all xn

An n×n symmetric real matrix M is said to be negative-definite if xMx<0 for all non-zero x in n. Formally,

M negative-definitexMx<0 for all xn{0}

An n×n symmetric real matrix M is said to be negative-semidefinite or non-positive-definite if xMx0 for all x in n. Formally,

M negative semi-definitexMx0 for all xn

An n×n symmetric real matrix which is neither positive semidefinite nor negative semidefinite is called indefinite.

Definitions for complex matrices

The following definitions all involve the term z*Mz. Notice that this is always a real number for any Hermitian square matrix M. An n×n Hermitian complex matrix M is said to be positive-definite if z*Mz>0 for all non-zero z in n. Formally,

M positive-definitez*Mz>0 for all zn{0}

An n×n Hermitian complex matrix M is said to be positive semi-definite or non-negative-definite if z*Mz0 for all z in n. Formally,

M positive semi-definitez*Mz0 for all zn

An n×n Hermitian complex matrix M is said to be negative-definite if z*Mz<0 for all non-zero z in n. Formally,

M negative-definitez*Mz<0 for all zn{0}

An n×n Hermitian complex matrix M is said to be negative semi-definite or non-positive-definite if z*Mz0 for all z in n. Formally,

M negative semi-definitez*Mz0 for all zn

An n×n Hermitian complex matrix which is neither positive semidefinite nor negative semidefinite is called indefinite.

Consistency between real and complex definitions

Since every real matrix is also a complex matrix, the definitions of "definiteness" for the two classes must agree. For complex matrices, the most common definition says that M is positive-definite if and only if z*Mz is real and positive for every non-zero complex column vectors z. This condition implies that M is Hermitian (i.e. its transpose is equal to its conjugate), since z*Mz being real, it equals its conjugate transpose z*M*z for every z, which implies M=M*. By this definition, a positive-definite real matrix M is Hermitian, hence symmetric; and zMz is positive for all non-zero real column vectors z. However the last condition alone is not sufficient for M to be positive-definite. For example, if M=[1111], then for any real vector z with entries a and b we have zMz=(a+b)a+(a+b)b=a2+b2, which is always positive if z is not zero. However, if z is the complex vector with entries 1 and i, one gets z*Mz=[1i]M[1i]=[1+i1i][1i]=2+2i. which is not real. Therefore, M is not positive-definite. On the other hand, for a symmetric real matrix M, the condition "zMz>0 for all nonzero real vectors z does imply that M is positive-definite in the complex sense.

Notation

If a Hermitian matrix M is positive semi-definite, one sometimes writes M0 and if M is positive-definite one writes M0. To denote that M is negative semi-definite one writes M0 and to denote that M is negative-definite one writes M0. The notion comes from functional analysis where positive semidefinite matrices define positive operators. If two matrices A and B satisfy BA0, we can define a non-strict partial order BA that is reflexive, antisymmetric, and transitive; It is not a total order, however, as BA, in general, may be indefinite. A common alternative notation is M0, M>0, M0, and M<0 for positive semi-definite and positive-definite, negative semi-definite and negative-definite matrices, respectively. This may be confusing, as sometimes nonnegative matrices (respectively, nonpositive matrices) are also denoted in this way.

Examples

  • The identity matrix I=[1001] is positive-definite (and as such also positive semi-definite). It is a real symmetric matrix, and, for any non-zero column vector z with real entries a and b, one has

    zIz=[ab][1001][ab]=a2+b2. Seen as a complex matrix, for any non-zero column vector z with complex entries a and b one has z*Iz=[ab][1001][ab]=aa+bb=|a|2+|b|2.

    Either way, the result is positive since z is not the zero vector (that is, at least one of a and b is not zero).
  • The real symmetric matrix M=[210121012] is positive-definite since for any non-zero column vector z with entries a, b and c, we have zMz=(zM)z=[(2ab)(a+2bc)(b+2c)][abc]=(2ab)a+(a+2bc)b+(b+2c)c=2a2baab+2b2cbbc+2c2=2a22ab+2b22bc+2c2=a2+a22ab+b2+b22bc+c2+c2=a2+(ab)2+(bc)2+c2 This result is a sum of squares, and therefore non-negative; and is zero only if a=b=c=0, that is, when z is the zero vector.
  • For any real invertible matrix A, the product AA is a positive definite matrix (if the means of the columns of A are 0, then this is also called the covariance matrix). A simple proof is that for any non-zero vector z, the condition zAAz=(Az)(Az)=Az2>0, since the invertibility of matrix A means that Az0.
  • The example M above shows that a matrix in which some elements are negative may still be positive definite. Conversely, a matrix whose entries are all positive is not necessarily positive definite, as for example N=[1221], for which [11]N[11]=2<0.

Eigenvalues

Let M be an n×n Hermitian matrix (this includes real symmetric matrices). All eigenvalues of M are real, and their sign characterize its definiteness:

  • M is positive definite if and only if all of its eigenvalues are positive.
  • M is positive semi-definite if and only if all of its eigenvalues are non-negative.
  • M is negative definite if and only if all of its eigenvalues are negative
  • M is negative semi-definite if and only if all of its eigenvalues are non-positive.
  • M is indefinite if and only if it has both positive and negative eigenvalues.

Let PDP1 be an eigendecomposition of M, where P is a unitary complex matrix whose columns comprise an orthonormal basis of eigenvectors of M, and D is a real diagonal matrix whose main diagonal contains the corresponding eigenvalues. The matrix M may be regarded as a diagonal matrix D that has been re-expressed in coordinates of the (eigenvectors) basis P. Put differently, applying M to some vector z, giving Mz, is the same as changing the basis to the eigenvector coordinate system using P1, giving P1z, applying the stretching transformation D to the result, giving DP1z, and then changing the basis back using P, giving PDP1z. With this in mind, the one-to-one change of variable y=Pz shows that z*Mz is real and positive for any complex vector z if and only if y*Dy is real and positive for any y; in other words, if D is positive definite. For a diagonal matrix, this is true only if each element of the main diagonal – that is, every eigenvalue of M – is positive. Since the spectral theorem guarantees all eigenvalues of a Hermitian matrix to be real, the positivity of eigenvalues can be checked using Descartes' rule of alternating signs when the characteristic polynomial of a real, symmetric matrix M is available.

Decomposition

Let M be an n×n Hermitian matrix. M is positive semidefinite if and only if it can be decomposed as a product M=B*B of a matrix B with its conjugate transpose. When M is real, B can be real as well and the decomposition can be written as M=BB. M is positive definite if and only if such a decomposition exists with B invertible. More generally, M is positive semidefinite with rank k if and only if a decomposition exists with a k×n matrix B of full row rank (i.e. of rank k). Moreover, for any decomposition M=B*B, rank(M)=rank(B).[3]

Proof

If M=B*B, then x*Mx=(x*B*)(Bx)=Bx20, so M is positive semidefinite. If moreover B is invertible then the inequality is strict for x0, so M is positive definite. If B is k×n of rank k, then rank(M)=rank(B*)=k. In the other direction, suppose M is positive semidefinite. Since M is Hermitian, it has an eigendecomposition M=Q1DQ where Q is unitary and D is a diagonal matrix whose entries are the eigenvalues of M Since M is positive semidefinite, the eigenvalues are non-negative real numbers, so one can define D12 as the diagonal matrix whose entries are non-negative square roots of eigenvalues. Then M=Q1DQ=Q*DQ=Q*D12D12Q=Q*D12*D12Q=B*B for B=D12Q. If moreover M is positive definite, then the eigenvalues are (strictly) positive, so D12 is invertible, and hence B=D12Q is invertible as well. If M has rank k, then it has exactly k positive eigenvalues and the others are zero, hence in B=D12Q all but k rows are all zeroed. Cutting the zero rows gives a k×n matrix B such that B'*B=B*B=M.

The columns b1,,bn of B can be seen as vectors in the complex or real vector space k, respectively. Then the entries of M are inner products (that is dot products, in the real case) of these vectors Mij=bi,bj. In other words, a Hermitian matrix M is positive semidefinite if and only if it is the Gram matrix of some vectors b1,,bn. It is positive definite if and only if it is the Gram matrix of some linearly independent vectors. In general, the rank of the Gram matrix of vectors b1,,bn equals the dimension of the space spanned by these vectors.[4]

Uniqueness up to unitary transformations

The decomposition is not unique: if M=B*B for some k×n matrix B and if Q is any unitary k×k matrix (meaning Q*Q=QQ*=I), then M=B*B=B*Q*QB=A*A for A=QB. However, this is the only way in which two decompositions can differ: The decomposition is unique up to unitary transformations. More formally, if A is a k×n matrix and B is a ×n matrix such that A*A=B*B, then there is a ×k matrix Q with orthonormal columns (meaning Q*Q=Ik×k) such that B=QA.[5] When =k this means Q is unitary. This statement has an intuitive geometric interpretation in the real case: let the columns of A and B be the vectors a1,,an and b1,,bn in k. A real unitary matrix is an orthogonal matrix, which describes a rigid transformation (an isometry of Euclidean space k) preserving the 0 point (i.e. rotations and reflections, without translations). Therefore, the dot products aiaj and bibj are equal if and only if some rigid transformation of k transforms the vectors a1,,an to b1,,bn (and 0 to 0).

Square root

A Hermitian matrix M is positive semidefinite if and only if there is a positive semidefinite matrix B (in particular B is Hermitian, so B*=B) satisfying M=BB. This matrix B is unique,[6] is called the non-negative square root of M, and is denoted with B=M12. When M is positive definite, so is M12, hence it is also called the positive square root of M. The non-negative square root should not be confused with other decompositions M=B*B. Some authors use the name square root and M12 for any such decomposition, or specifically for the Cholesky decomposition, or any decomposition of the form M=BB; others only use it for the non-negative square root. If MN0 then M12N120.

Cholesky decomposition

A Hermitian positive semidefinite matrix M can be written as M=LL*, where L is lower triangular with non-negative diagonal (equivalently M=B*B where B=L* is upper triangular); this is the Cholesky decomposition. If M is positive definite, then the diagonal of L is positive and the Cholesky decomposition is unique. Conversely if L is lower triangular with nonnegative diagonal then LL* is positive semidefinite. The Cholesky decomposition is especially useful for efficient numerical calculations. A closely related decomposition is the LDL decomposition, M=LDL*, where D is diagonal and L is lower unitriangular.

Williamson theorem

Any 2n×2n positive definite Hermitian real matrix M can be diagonalized via symplectic (real) matrices. More precisely, Williamson's theorem ensures the existence of symplectic SSp(2n,) and diagonal real positive Dn×n such that SMST=DD.

Other characterizations

Let M be an n×n real symmetric matrix, and let B1(M){xn:xMx1} be the "unit ball" defined by M. Then we have the following

  • B1(vv) is a solid slab sandwiched between ±{w:w,v=1}.
  • M0 if and only if B1(M) is an ellipsoid, or an ellipsoidal cylinder.
  • M0 if and only if B1(M) is bounded, that is, it is an ellipsoid.
  • If N0, then MN if and only if B1(M)B1(N); MN if and only if B1(M)int(B1(N)).
  • If N0, then MvvvNv for all v0 if and only if B1(M)vNv=1B1(vv). So, since the polar dual of an ellipsoid is also an ellipsoid with the same principal axes, with inverse lengths, we have B1(N1)=vNv=1B1(vv)=vNv=1{w:|w,v|1}. That is, if N is positive-definite, then MvvvNv for all v0 if and only if MN1.

Let M be an n×n Hermitian matrix. The following properties are equivalent to M being positive definite:

The associated sesquilinear form is an inner product
The sesquilinear form defined by M is the function , from n×n to n such that x,yy*Mx for all x and y in n, where y* is the conjugate transpose of y. For any complex matrix M, this form is linear in x and semilinear in y. Therefore, the form is an inner product on n if and only if z,z is real and positive for all nonzero z; that is if and only if M is positive definite. (In fact, every inner product on n arises in this fashion from a Hermitian positive definite matrix.)
Its leading principal minors are all positive
The kth leading principal minor of a matrix M is the determinant of its upper-left k×k sub-matrix. It turns out that a matrix is positive definite if and only if all these determinants are positive. This condition is known as Sylvester's criterion, and provides an efficient test of positive definiteness of a symmetric real matrix. Namely, the matrix is reduced to an upper triangular matrix by using elementary row operations, as in the first part of the Gaussian elimination method, taking care to preserve the sign of its determinant during pivoting process. Since the kth leading principal minor of a triangular matrix is the product of its diagonal elements up to row k, Sylvester's criterion is equivalent to checking whether its diagonal elements are all positive. This condition can be checked each time a new row k of the triangular matrix is obtained.

A positive semidefinite matrix is positive definite if and only if it is invertible.[7] A matrix M is negative (semi)definite if and only if M is positive (semi)definite.

Quadratic forms

The (purely) quadratic form associated with a real n×n matrix M is the function Q:n such that Q(x)=xMx for all x. M can be assumed symmetric by replacing it with 12(M+M), since any asymmetric part will be zeroed-out in the double-sided product. A symmetric matrix M is positive definite if and only if its quadratic form is a strictly convex function. More generally, any quadratic function from n to can be written as xMx+bx+c where M is a symmetric n×n matrix, b is a real n vector, and c a real constant. In the n=1 case, this is a parabola, and just like in the n=1 case, we have Theorem: This quadratic function is strictly convex, and hence has a unique finite global minimum, if and only if M is positive definite. Proof: If M is positive definite, then the function is strictly convex. Its gradient is zero at the unique point of M1b, which must be the global minimum since the function is strictly convex. If M is not positive definite, then there exists some vector v such that vMv0, so the function f(t)(tv)M(tv)+b(tv)+c is a line or a downward parabola, thus not strictly convex and not having a global minimum. For this reason, positive definite matrices play an important role in optimization problems.

Simultaneous diagonalization

One symmetric matrix and another matrix that is both symmetric and positive definite can be simultaneously diagonalized. This is so although simultaneous diagonalization is not necessarily performed with a similarity transformation. This result does not extend to the case of three or more matrices. In this section we write for the real case. Extension to the complex case is immediate. Let M be a symmetric and N a symmetric and positive definite matrix. Write the generalized eigenvalue equation as (MλN)x=0 where we impose that x be normalized, i.e. xNx=1. Now we use Cholesky decomposition to write the inverse of N as QQ. Multiplying by Q and letting x=Qy, we get Q(MλN)Qy=0, which can be rewritten as (QMQ)y=λy where yy=1. Manipulation now yields MX=NXΛ where X is a matrix having as columns the generalized eigenvectors and Λ is a diagonal matrix of the generalized eigenvalues. Now premultiplication with X gives the final result: XMX=Λ and XNX=I, but note that this is no longer an orthogonal diagonalization with respect to the inner product where yy=1. In fact, we diagonalized M with respect to the inner product induced by N.[8] Note that this result does not contradict what is said on simultaneous diagonalization in the article Diagonalizable matrix, which refers to simultaneous diagonalization by a similarity transformation. Our result here is more akin to a simultaneous diagonalization of two quadratic forms, and is useful for optimization of one form under conditions on the other.

Properties

Induced partial ordering

For arbitrary square matrices M, N we write MN if MN0 i.e., MN is positive semi-definite. This defines a partial ordering on the set of all square matrices. One can similarly define a strict partial ordering M>N. The ordering is called the Loewner order.

Inverse of positive definite matrix

Every positive definite matrix is invertible and its inverse is also positive definite.[9] If MN>0 then N1M1>0.[10] Moreover, by the min-max theorem, the kth largest eigenvalue of M is greater than or equal to the kth largest eigenvalue of N.

Scaling

If M is positive definite and r>0 is a real number, then rM is positive definite.[11]

Addition

  • If M and N are positive-definite, then the sum M+N is also positive-definite.[11]
  • If M and N are positive-semidefinite, then the sum M+N is also positive-semidefinite.
  • If M is positive-definite and N is positive-semidefinite, then the sum M+N is also positive-definite.

Multiplication

  • If M and N are positive definite, then the products MNM and NMN are also positive definite. If MN=NM, then MN is also positive definite.
  • If M is positive semidefinite, then A*MA is positive semidefinite for any (possibly rectangular) matrix A. If M is positive definite and A has full column rank, then A*MA is positive definite.[12]

Trace

The diagonal entries mii of a positive-semidefinite matrix are real and non-negative. As a consequence the trace, tr(M)0. Furthermore,[13] since every principal sub-matrix (in particular, 2-by-2) is positive semidefinite, |mij|miimjji,j and thus, when n1, maxi,j|mij|maximii An n×n Hermitian matrix M is positive definite if it satisfies the following trace inequalities:[14] tr(M)>0and(tr(M))2tr(M2)>n1. Another important result is that for any M and N positive-semidefinite matrices, tr(MN)0. This follows by writing tr(MN)=tr(M12NM12). The matrix M12NM12 is positive-semidefinite and thus has non-negative eigenvalues, whose sum, the trace, is therefore also non-negative.

Hadamard product

If M,N0, although MN is not necessary positive semidefinite, the Hadamard product is, MN0 (this result is often called the Schur product theorem).[15] Regarding the Hadamard product of two positive semidefinite matrices M=(mij)0, N0, there are two notable inequalities:

  • Oppenheim's inequality: det(MN)det(N)imii.[16]
  • det(MN)det(M)det(N).[17]

Kronecker product

If M,N0, although MN is not necessary positive semidefinite, the Kronecker product MN0.

Frobenius product

If M,N0, although MN is not necessary positive semidefinite, the Frobenius inner product M:N0 (Lancaster–Tismenetsky, The Theory of Matrices, p. 218).

Convexity

The set of positive semidefinite symmetric matrices is convex. That is, if M and N are positive semidefinite, then for any α between 0 and 1, αM+(1α)N is also positive semidefinite. For any vector x: x(αM+(1α)N)x=αxMx+(1α)xNx0. This property guarantees that semidefinite programming problems converge to a globally optimal solution.

Relation with cosine

The positive-definiteness of a matrix A expresses that the angle θ between any vector x and its image Ax is always π/2<θ<+π/2: cosθ=xAxxAx=x,AxxAx,θ=θ(x,Ax)(x,Ax)^ the angle between x and Ax.

Further properties

  1. If M is a symmetric Toeplitz matrix, i.e. the entries mij are given as a function of their absolute index differences: mij=h(|ij|), and the strict inequality j0|h(j)|<h(0) holds, then M is strictly positive definite.
  2. Let M>0 and N Hermitian. If MN+NM0 (resp., MN+NM>0) then N0 (resp., N>0).[18]
  3. If M>0 is real, then there is a δ>0 such that M>δI, where I is the identity matrix.
  4. If Mk denotes the leading k×k minor, det(Mk)/det(Mk1) is the kth pivot during LU decomposition.
  5. A matrix is negative definite if its kth order leading principal minor is negative when k is odd, and positive when k is even.
  6. If M is a real positive definite matrix, then there exists a positive real number m such that for every vector v, vMvmv22.
  7. A Hermitian matrix is positive semidefinite if and only if all of its principal minors are nonnegative. It is however not enough to consider the leading principal minors only, as is checked on the diagonal matrix with entries 0 and −1 .

Block matrices and submatrices

A positive 2n×2n matrix may also be defined by blocks: M=[ABCD] where each block is n×n, By applying the positivity condition, it immediately follows that A and D are hermitian, and C=B*. We have that z*Mz0 for all complex z, and in particular for z=[v,0]. Then [v*0][ABB*D][v0]=v*Av0. A similar argument can be applied to D, and thus we conclude that both A and D must be positive definite. The argument can be extended to show that any principal submatrix of M is itself positive definite. Converse results can be proved with stronger conditions on the blocks, for instance, using the Schur complement.

Local extrema

A general quadratic form f(x) on n real variables x1,,xn can always be written as xMx where x is the column vector with those variables, and M is a symmetric real matrix. Therefore, the matrix being positive definite means that f has a unique minimum (zero) when x is zero, and is strictly positive for any other x. More generally, a twice-differentiable real function f on n real variables has local minimum at arguments x1,,xn if its gradient is zero and its Hessian (the matrix of all second derivatives) is positive semi-definite at that point. Similar statements can be made for negative definite and semi-definite matrices.

Covariance

In statistics, the covariance matrix of a multivariate probability distribution is always positive semi-definite; and it is positive definite unless one variable is an exact linear function of the others. Conversely, every positive semi-definite matrix is the covariance matrix of some multivariate distribution.

Extension for non-Hermitian square matrices

The definition of positive definite can be generalized by designating any complex matrix M (e.g. real non-symmetric) as positive definite if R{z*Mz}>0 for all non-zero complex vectors z, where R{c} denotes the real part of a complex number c.[19] Only the Hermitian part 12(M+M*) determines whether the matrix is positive definite, and is assessed in the narrower sense above. Similarly, if x and M are real, we have xMx>0 for all real nonzero vectors x if and only if the symmetric part 12(M+M) is positive definite in the narrower sense. It is immediately clear that xMx=ijxiMijxjis insensitive to transposition of M. Consequently, a non-symmetric real matrix with only positive eigenvalues does not need to be positive definite. For example, the matrix M=[4914] has positive eigenvalues yet is not positive definite; in particular a negative value of xMx is obtained with the choice x=[11] (which is the eigenvector associated with the negative eigenvalue of the symmetric part of M). In summary, the distinguishing feature between the real and complex case is that, a bounded positive operator on a complex Hilbert space is necessarily Hermitian, or self adjoint. The general claim can be argued using the polarization identity. That is no longer true in the real case.

Applications

Heat conductivity matrix

Fourier's law of heat conduction, giving heat flux q in terms of the temperature gradient g=T is written for anisotropic media as q=Kg, in which K is the symmetric thermal conductivity matrix. The negative is inserted in Fourier's law to reflect the expectation that heat will always flow from hot to cold. In other words, since the temperature gradient g always points from cold to hot, the heat flux q is expected to have a negative inner product with g so that qg<0. Substituting Fourier's law then gives this expectation as gKg>0, implying that the conductivity matrix should be positive definite.

See also

References

  1. van den Bos, Adriaan (March 2007). "Appendix C: Positive semidefinite and positive definite matrices". Parameter Estimation for Scientists and Engineers (.pdf) (online ed.). John Wiley & Sons. pp. 259–263. doi:10.1002/9780470173862. ISBN 978-047-017386-2. Print ed. ISBN 9780470147818
  2. Boyd, Stephen; Vandenberghe, Lieven (8 March 2004). Convex Optimization. Cambridge University Press. doi:10.1017/cbo9780511804441. ISBN 978-0-521-83378-3.
  3. Horn & Johnson (2013), p. 440, Theorem 7.2.7
  4. Horn & Johnson (2013), p. 441, Theorem 7.2.10
  5. Horn & Johnson (2013), p. 452, Theorem 7.3.11
  6. Horn & Johnson (2013), p. 439, Theorem 7.2.6 with k=2
  7. Horn & Johnson (2013), p. 431, Corollary 7.1.7
  8. Horn & Johnson (2013), p. 485, Theorem 7.6.1
  9. Horn & Johnson (2013), p. 438, Theorem 7.2.1
  10. Horn & Johnson (2013), p. 495, Corollary 7.7.4(a)
  11. 11.0 11.1 Horn & Johnson (2013), p. 430, Observation 7.1.3
  12. Horn & Johnson (2013), p. 431, Observation 7.1.8
  13. Horn & Johnson (2013), p. 430
  14. Wolkowicz, Henry; Styan, George P.H. (1980). "Bounds for Eigenvalues using Traces". Linear Algebra and its Applications (29). Elsevier: 471–506.
  15. Horn & Johnson (2013), p. 479, Theorem 7.5.3
  16. Horn & Johnson (2013), p. 509, Theorem 7.8.16
  17. Styan, G.P. (1973). "Hadamard products and multivariate statistical analysis". Linear Algebra and Its Applications. 6: 217–240., Corollary 3.6, p. 227
  18. Bhatia, Rajendra (2007). Positive Definite Matrices. Princeton, New Jersey: Princeton University Press. p. 8. ISBN 978-0-691-12918-1.
  19. Weisstein, Eric W. "Positive definite matrix". MathWorld. Wolfram Research. Retrieved 26 July 2012.

Sources

External links

de:Definitheit#Definitheit von Matrizen