[
home
] [
lexicon
] [
problems
] [
tests
] [
courses
] [
auxiliaries
] [
notes
] [
staff
]
Mathematics-Online lexicon:
Eigenvalues and Eigenvectors with MATLAB
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
overview
In M
ATLAB
eigenvalues and eigenvectors of matrices can be calculated by command
eig
.
w=eig(A)
yields the eigenvalues of matrix
[V,D]=eig(A)
returns matrix
containing normed eigenvectors of
and diagonal matrix
the entries of which are the eigenvalues of
.
(Authors: Burkhardt/Höllig/Hörner )
[
Examples
] [
Links
]
automatically generated 2/ 9/2005