[SciPy-user] solve for symetric matrix ?

Joachim Dahl dahl.joachim at gmail.com
Thu Apr 26 07:40:11 EDT 2007


On 4/26/07, Nils Wagner <nwagner at iam.uni-stuttgart.de> wrote:
>
> Joachim Dahl wrote:
> >
> >
> > On 4/26/07, *fred* <fredmfp at gmail.com <mailto:fredmfp at gmail.com>> wrote:
> >
> >     Hi,
> >
> >     I use scipy.linalg.solve() to solve Au=b, where A is symetric (and
> >     diagonal filled with 0).
> >
> >
> > If the diagonal is 0, then the matrix is not definite (so, neither is
> > -A)...
> >
> >
> >
> I missed the main information (zero diagonal)
> Are you aware of a simple proof that a symmetric matrix with zero
> diagonal entries is indefinite ?


if diag(A)=0 then   ei'*A*ei  = 0 so A is not positive definite.  Same goes
for -A,  so A is
not negative definite either.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20070426/3c358786/attachment.html>


More information about the SciPy-User mailing list