Search:
MATLAB Central
File Exchange
Answers
MATLAB Newsgroup
Link Exchange
Blogs
Programming Contest
MathWorks.com
Log In
Create Account
Log In
File Exchange
Answers
Newsgroup
Link Exchange
Blogs
Trendy
Cody
Contest
MathWorks.com
Files
Categories
Authors
Tags
Comments
Submit a File
About File Exchange
Rank: 42416
based on
0 downloads (last 30 days)
and
0 files submitted
Nikolay
E-mail
nderkach@gmail.com
Personal Profile:
Professional Interests:
Watch this Author's files
Files
Watch Lists
Comments and Ratings by Nikolay
1 - 1 of
1
Updated
File
Comments
Rating
20 Sep 2009
Determination of the Eigenvalues using the QR-Decomposition
computes eigenvalues using QR decomposition
Author:
Housam Binous
Currently Watching
Type
Description
File
Determination of the Eigenvalues using the QR-Decomposition
Files Matching Nikolay's Watch List
1 - 1 of
1
Updated
File
Tags
Downloads
(last 30 days)
Comments
Rating
31 Jan 2007
Determination of the Eigenvalues using the QR-Decomposition
computes eigenvalues using QR decomposition
Author:
Housam Binous
qrdecomposition
,
uppertriangular matri...
,
linear algebra
,
eigenvalues
,
iterative
8
3
2.33333
2.3
|
3 ratings
Comments and Ratings Matching Nikolay's Watch List
1-4 of
4
Date
File
Comment by
Comments
Rating
11 Mar 2011
Determination of the Eigenvalues using the QR-Decomposition
computes eigenvalues using QR decomposition
Longjiang Yu
Very excellent but maybe not work in complex eigenvalue, see the following link, http://facstaff.unca.edu/mcmcclur/class/LinearII/presentations/html/QRAlgorithms.html
5
20 Sep 2009
Determination of the Eigenvalues using the QR-Decomposition
computes eigenvalues using QR decomposition
Nikolay
1
17 Apr 2008
Determination of the Eigenvalues using the QR-Decomposition
computes eigenvalues using QR decomposition
Jackie Li
If the matrix is near sigular or sigular, does your code work right? Thanks.
Comment only
11 Feb 2008
Determination of the Eigenvalues using the QR-Decomposition
computes eigenvalues using QR decomposition
Duane Hanselman
Here is what is in the script M-file: A=[2., 3, 4, 5; 4, 2., 5, 6; 5, 7, 2., 7; 6, 8, 10, 2.]; M=A for i=1:100; [Q,R] = qr(M); M=R*Q; end M eig(A)
1
Contact us at
files@mathworks.com
Comment only