From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,35f6cee6f665d64b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.85.231 with SMTP id k7mr1382250paz.38.1343574492885; Sun, 29 Jul 2012 08:08:12 -0700 (PDT) Path: c10ni48523pbw.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: Re: ANN: Ada 2005 Math Extensions 20120712 Date: Sun, 29 Jul 2012 08:02:32 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <167ecede-3588-45f0-904b-06a8be4cfec7@googlegroups.com> <2ba72d4e-6e88-4900-8232-c075242dec1f@googlegroups.com> <65f76f80-a1e5-4c60-8002-45becc2a1198@googlegroups.com> <6ae0b4cc-5ef1-43c0-b93a-8d33408f1a77@googlegroups.com> <00b425bc-6af1-4062-be58-f98012d155c6@googlegroups.com> NNTP-Posting-Host: 193.11.21.204 Mime-Version: 1.0 X-Trace: posting.google.com 1343574492 8469 127.0.0.1 (29 Jul 2012 15:08:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 29 Jul 2012 15:08:12 +0000 (UTC) Cc: nma@12000.org In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.11.21.204; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-29T08:02:32-07:00 List-Id: On Sunday, July 29, 2012 3:52:08 PM UTC+1, Nasser M. Abbasi wrote: > On 7/29/2012 9:34 AM, Ada novice wrote: Yes, different software can produce different eigenvectors. It depends on the algorithm used. I remember (but not 100% sure) that in Matlab, [V,D] = eig(A,B) and [V,D] = eig(A,B,'qz') where 'qz' ignores the symmetry, if any, and uses the QZ algorithm as it would for nonsymmetric (non-Hermitian) A and B produced different eigenvectors. Eigenvalues are bound to be the same in any software independent of the algorithm used as they represent an intrinsic property of a system. YC