Skip to main content
5-Regular Member
October 9, 2013
Solved

Return largest Non-zero from a set of values

  • October 9, 2013
  • 1 reply
  • 1249 views

Hello,

I'm looking to return the smallest non zero value from a vector. The purpose is to 'unnormalize' the eigenvectors so that I can compare to my hand calculations and keep them ordered in a better manner (personal preference).

Attached is the worksheet that I have been working on. The problem is I'm unsure how to return the smallest non zero, as I haven't found the function to return the 2nd smallest or third smallest value.

Best answer by Werner_E

Maybe the attched file could help.

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
October 9, 2013

Maybe the attched file could help.

jroth5-Regular MemberAuthor
5-Regular Member
October 10, 2013

Thank you, it was just what I was looking for. I was essentially wanting to not display the eigenvectors as decimals, and wanted to convert them back into 'integers' for the most part. (I know this generally doesn't happen, but for my homework and other analysis, it makes it easier to read for me).

I appreciate the quick response.

25-Diamond I
October 10, 2013

I had already suspected that it was the goal to obtain integer values​​.