Suppose you have a 7 X 7 matrix. You want to calculate eigenvalue and eigenvector of the matrix.
The 7 X 7 matrix is shown in the image below.
STEPS :
1. Go to File >> New >> Syntax
The 7 X 7 matrix is shown in the image below.
STEPS :
1. Go to File >> New >> Syntax
2. Paste the following syntax in the syntax window
4. Select the syntax and run it (Press CTRL R).
MATRIX.3. Specify the variables in the orange highlighted part of the syntax
GET x /variables VAR00001 VAR00002 VAR00003 VAR00004 VAR00005 VAR00006 VAR00007.
call eigen(x,eigvec,eigval).
PRINT eigval.
PRINT eigvec.
END MATRIX.
4. Select the syntax and run it (Press CTRL R).
NOT HELPFUL
ReplyDeletenot running
ReplyDeleteno not helpful what is iegen values i don't know
ReplyDeleteThank You!!!
ReplyDeleteSomuch useful in PCA, Thank you!
ReplyDeleteI need an explanation for interpretation for Eigenvalue and factor analysis
ReplyDeleteI got it...thank you
ReplyDelete