Eigenvalue & eigenvectors Problems

Status
Not open for further replies.

metalasia

Newbie level 5
Joined
Sep 12, 2005
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,378
hi,
i intend to develop from scratch the Eigenvalue & eigenvectors programs (c/c++)
using QR Iteration or Robust Representation (RRR).

anyone have good source/tutorial about both algorithm (QR Iteration or RRR) especially in computational aspects.

thanx
 

IMHO you can't easily beat Jacobi's method for matrices <128x128. Computers are very good at simple repeditive calculations and Jacobi's method is very robust if a little slow in converging.
 

i already have source the eigenvalue & eigenvectors using Jacobi method ....


now, i need good numerical/computational theory about QR Iteration or
RRR coz i intend to develop c/c++ programme.

thanx
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…