eigenvalue
Ordering of eigenvectors when calculating eigenvectors using LAPACK's ssteqr
I am using LAPACK\'s ssteqr function to calculate eigenvalues/eigenvectors. The do开发者_开发知识库cumentation for ssteqr says that the eigenvalues are sorted \"in ascending order\". Is it reasonable[详细]
2023-04-09 03:47 分类:问答calculate a volume from eigenvalues in R
I\'m trying to write a bit of code that will allow for me to simply generate the volume of a sphere from 6 generated eigen values.[详细]
2023-04-05 00:46 分类:问答problem in finding eigenvectors of a matrix in MATLAB
I have a symmetric matrix with the elements A=[8.8191,0,1.0261; 0,3,0; 1.0261,0,3.1809]; I used the eig(A) function in MATLAB , the eigenvalues and eigenvectors are given :[详细]
2023-03-28 20:21 分类:问答Generalized eigenvalue problem
I\'m trying to convert a generalized eigenvalue problem into a normal eigenvalue calculation. I have this code:[详细]
2023-03-21 15:30 分类:问答eigenvalues and eigenvectors using mkl lapack libraries in Fortran
I am trying to calculate the eigenvalues and eigenvectors of matrices of different sizes. I am using a piece of very simple Fortran90 code and I am compiling it linking to the appropriate Lapack libra[详细]
2023-03-18 12:43 分类:问答Sort eigenvalue matrix with eigenvector matrix
I have N eigenvalues in column vector form. Thus there are N开发者_StackOverflow中文版 eigenvectors corresponding to these eigenvalues, forming an eigenvector matrix.[详细]
2023-03-18 09:40 分类:问答Issue with computing eigenvalues using mathematica
Basically I\'m trying to find the eigenvalues for matrix, and it takes about 12 hours. When it finishes, it says it couldn\'t find all the eigenvect开发者_开发百科ors (actually barely any), and I\'m s[详细]
2023-03-16 04:05 分类:问答Python eigenvalue computations run much slower than those of MATLAB on my computer. Why?
I would like to compute the eigenvalues of large-ish matrices (about 1000x1000) using Python 2.6.5. I have been unable to do so quickly. I have not found any other threads addressing this question.[详细]
2023-03-06 17:36 分类:问答Calculating eigenvectors/values of a 2x2 tensor
I\'m implementing the system described within this paper, and I\'m getting a little stuck. I only recently encountered tensors/eigenvalues etc so excuse me if this is a lit开发者_如何学运维tle simple![详细]
2023-02-17 23:24 分类:问答Matlab Principal Component Analysis (eigenvalues order)
I want to use the \"princomp\" function of Matlab but this function gives the eigenvalues in a sorted array. This way I can\'t find out to which column corresponds which eigenvalue.[详细]
2023-02-10 14:17 分类:问答