eigenvalues
共 11 篇文章
eigenvalues 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 11 篇文章,持续更新中。
Program to solve for natural frequencies (eigenvalues) and resulting mode shapes (eigenvectors)
Program to solve for natural frequencies (eigenvalues) and
resulting mode shapes (eigenvectors) in simple structures
Eigenvalues and eigenvectors
Eigenvalues and eigenvectors
Computes the eigenvalues and eigenvectors of a real upper-Hessenberg Matrix using the QR method
Computes the eigenvalues and eigenvectors of a real upper-Hessenberg Matrix using
the QR method.
Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numeri
Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course
in numerical methods, Matlab, and technical computing. The emphasis is on in-
formed use of mathematical sof
计算本征值程序
Computes all eigenvalues and eigenvectors of a real symmetric matrix a, <br />
! which is of size n by n, stored in a physical np by np array. <br />
! On output, elements of a above the diagonal are
a software code for computing selected eigenvalues of large sparse symmetric matrices
a software code for computing selected eigenvalues of large sparse symmetric matrices
computes the eigenvalues of a symmetric tridiagonal * matrix T. The user may ask for all eigenvalue
computes the eigenvalues of a symmetric tridiagonal
* matrix T. The user may ask for all eigenvalues, all eigenvalues
in the half-open interval (VL, VU], or the IL-th through IU-th eigenvalues.
QR ALGORITHM To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix
QR ALGORITHM To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix
2. Using QR factorization to find all of the eigenvalues and eigenvectors for the following matrix
2. Using QR factorization to find all of the eigenvalues and eigenvectors for the following matrix
Toolbox for Numerical Computing with MATLAB (by Cleve Moler). Numerical Computing with MATLAB (
Toolbox for Numerical Computing with MATLAB (by Cleve Moler).
Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course
in numerical methods, Matlab, and technica
This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q). In other words, it gi
This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q).
In other words, it gives a way to generate a matrix with given eigenvalues and diagonal elements.
By Daniel Perez Pal