Introduction - If you have any usage issues, please Google them yourself
Including the use of Gram-Schmit amended QR decomposition algorithm, self-LU decomposition, the use of power law and inverse power method to calculate maximum and minimum matrix eigenvalue procedures. With the exception of the examples of the use of these algorithms for reference. QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based on power and inverse power method and some examples are also included.
Packet : 61549819qr_lu_eigenvalue.rar filelist
QR_LU_Eigenvalue\ex1.m
QR_LU_Eigenvalue\ex2.m
QR_LU_Eigenvalue\ex3.m
QR_LU_Eigenvalue\ex4.m
QR_LU_Eigenvalue\my_cgs_qr.m
QR_LU_Eigenvalue\my_lu.m
QR_LU_Eigenvalue\my_max_eig.m
QR_LU_Eigenvalue\my_min_eig.m
QR_LU_Eigenvalue