$page_title = "Exhibit: A puzzle";
$page_description = "Exhibit page on systems of equations in Math 21b, Linear Algebra and Applications";
${base} = "../../";
$robots = "all";
sub main_page {
print OUTPUT<<"EOF"
A puzzle
We have learned that if a matrix A has an eigenvector v to an
eigenvalue L, then B=A10 has an eigenvalue L10
to the same eigenvector. A student checked this with the computer and
sent in the following screen shot. Obviously the eigenvectors of B
are not the same then the eigenvectors of A. It is your task to
solve the puzzle!
EOF
}
1;