MATLAB CODE:
A particular 3x3
linear transformation A has eigenvalues
of -1, 2, and 4, and corresponding eigenvectors with directions of
[1;1;0], [0;1;l], and [1;1;1], respectively. Because eigenvectors
must have unit length, you will need to normalize the given vectors
by the length of each array to find the actual eigenvectors. Given
this information, and using the eigen decomposition, find the
linear transformation A. Hint: you
can use the diag() function to form the D matrix
from the provided eigenvalues....