Eigenvectors and Eigenvalues
Eigenvectors and eigenvalues. Let
Diagonal matrix.
Let
be scalars.
Then the
square matrix
Matlab/Octave.
The function diag(v) with column vector v
returns the diagonal matrix
with diagonal entries given by the
vector v.
The function eig(A) returns a vector containing eigenvalues of
.
The command
[V,D] = eig(A)returns a diagonal matrix
EXAMPLE 1.
Each of the matrices below answer the following questions:
(a)
Find the eigenvalue corresponding to the eigenvector
.
(b)
Corresponding to the eigenvalue in (a),
find all the eigenvectors.
-
with
-
with any vector
span
© TTU Mathematics