HP-41C/CV/CX Eigenvalues/Vectors help
#1

I'm trying to use the "Eigenvalues/Vectors of 3rd-Order for the HP-41C/CV/CX" program but get a "divide by zero" error. It looks like the program called “A” sets up matrix "A" so I enter each element, followed with R/S. How is vector "V" entered? Anyone have experience using this program?

Thanks.

#2

Tony Duell sent me this explanation via mail:

Quote:
It's actually a translation (by HP) of an HP67 program in that machine's High Level Math Solution Book. And that explains a few things...

You start by storing the 9 values of the matrix in column order in
register 01 to 09. You do this by hand, the program doesn't store them. When I say 'column order; I mean that registers 01-03 are the first column of the matrix, 04-06 are the second column, and 07-09 are the third column.

Executing from label A (which can be done by pressing the Sigma+ key in USER mode if you have nothing else assigned there, of course) will display the 9 values in the matrix so you can check they are correct.

You then store you initial guess for the eigenvector in registers 20-22. You may wonder why those. Well, on the HP67, those are called A-C. Again, you have to do this by hand.

Then XEQ "EVV". The program should then display the first eigenvalue followed by the first eigenvector, then the second eigenvalue, second eigenvector, third eigenvalue, thrid eigenvector, a total of 12 numbers. Since it came from the (numeric-only) HP67, there's no labelling of these values....


#3

Alternatives to that program are available in the SandMath Module:

EV3X3 - for 3x3 matrices, and

CHRPOL - for nxn case, and

EIGEN - using the Advantage's SOLVE

Data entry is assisted by the program, no issues there.

See also the articles section of this museum site if you're interested.

Edited: 6 Feb 2011, 2:42 a.m.



Possibly Related Threads…
Thread Author Replies Views Last Post
  HP 50g - question about matrices arrays vectors etc. Sean Freeman 6 2,453 11-14-2013, 01:44 PM
Last Post: peacecalc
  Using the Prime to solve for eigenvalues Michael de Estrada 28 8,339 10-27-2013, 07:21 AM
Last Post: Tarcisi C
  HP Prime SIZE and OBJ-> with matrices/vectors/lists Helge Gabert 8 2,746 09-27-2013, 05:44 PM
Last Post: Helge Gabert
  [HP-prime] Parallel Processing, vectors, matrices as a only data type =( CompSystems 1 1,168 08-08-2013, 04:48 PM
Last Post: peacecalc
  Trading TI Nspire CX CAS for HP Prime Justin Sloan (Honolulu) 2 1,290 05-09-2013, 04:22 AM
Last Post: Chris Smith
  HP 41 CX Celso Cipolato 2 1,270 09-30-2012, 06:38 PM
Last Post: Thomas Klemm
  Killed my 41-CX Halfnut aj04062 7 2,590 07-10-2012, 07:47 PM
Last Post: Luiz C. Vieira (Brazil)
  Can my CV take a CL board? Les Wright 5 2,051 06-03-2012, 08:33 PM
Last Post: Les Wright
  NoV-64: Possible to Burn Time Module for Use on a CV? Les Wright 10 2,907 06-02-2012, 11:40 PM
Last Post: M. Joury
  Interesting TI Nspire CAS CX programming features Namir 5 1,863 04-15-2012, 04:11 PM
Last Post: Namir

Forum Jump: