Determine if a matrix if positive definite

  • Context: Graduate 
  • Thread starter Thread starter onako
  • Start date Start date
  • Tags Tags
    Matrix Positive
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
onako
Messages
86
Reaction score
0
Given a symmetric matrix
[tex]A=\left(\begin{array}{ccccc}<br /> \sum a_{1s} & & & & \\<br /> & \ddots & & a_{ij} \\<br /> & & \ddots & & \\<br /> &a_{ij} & & \ddots & \\<br /> & & & & \sum w_{as}<br /> \end{array}\right) \in\mathbb{R}^{n\times n},[/tex]
with strictly positive entries a_{ij}, and with the diagonal entries being sum of off-diagonal entries residing
in the corresponding row/column, how to proceed with the proof for A being positive definite,
[tex] x^TAx>0[/tex]
for some non-zero vector x.
 
on Phys.org
Thanks for providing the example.
I guess the author of the book stating the above positive-definiteness on the given matrix type
somehow misinterpreted it.
 
onako said:
Thanks for providing the example.
I guess the author of the book stating the above positive-definiteness on the given matrix type
somehow misinterpreted it.
Actually, unless I'm mistaken, the matrix is invertible (hence positive definite) if n>3.
 
It can be shown that the inequality holds for n>3, but not in general case, as is observed above.