Thank you for the reply. I am working with the Laplacian matrix of a graph which is the Degree matrix minus the adjacency matrix.The Laplacian is a symmetric matrix and the smallest eigenvalue is zero. As the rows add it to 0, Lx=0x, and 1 is the resulting vector.
That is what I meant by the original eigenvector and sorry for the confusion the confusion. Most eigenvalues/eigenvalues calculators will give you 1 for first eigenvector
_______________________________________________
Best
Louis PetingiProfessor of Computer ScienceCollege of Staten IslandCity University of NY
From: Ilhan Polat <ilhanpolat@gmail.com>
Sent: Saturday, February 25, 2023 11:46 AM
To: Discussion of Numerical Python <numpy-discussion@python.org>
Subject: [Numpy-discussion] Re: non normalised eigenvectorsCould you elaborate a bit more about what you mean with original eigenvectors? They denote the direction hence you can scale them to any size anyways.
On Sat, Feb 25, 2023 at 5:38 PM <louis.petingi@csi.cuny.edu> wrote:
Dear all,
I am not an expert in NumPy but my undergraduate student is having some issues with the way Numpy returns the normalized eigenvectors corresponding to the eigenvalues. We do understand that an eigenvector is divided by the norm to get the unit eigenvectors, however we do need the original vectors for the purpose of my research. This has been a really frustrated experience as NumPy returns the normalized vectors as a default. I appreciate any suggestions of how to go about this issue. This seems to be a outstanding issue from people using Numpy.
Thanks
LP
_______________________________________________
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-leave@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: ilhanpolat@gmail.com
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-leave@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: davidmenhur@gmail.com