kevinlui's site
\documentclass{exam}1\usepackage{amsmath}2\usepackage{amsfonts}34\begin{document}56\begin{center}7Worksheet 5 - Due 11/38\end{center}910\begin{questions}11\question12Extend $\{(1,-1,0,0),(1,0,-1,0)\}$ to a basis for the subspace, $W$, defined by13$w+x+y+z=0$. In other words, find a basis for $W$ that includes14$(1,-1,0,0)$ and $(1,0,-1,0)$.1516\question17Let $P$ be the plane given by $2x+y+z=0$ in $\mathbb{R}^3$.18\begin{parts}19\part20What is a normal vector to $P$?21\part22Give a basis for $\mathbb{R}^3$ that includes a normal vector to $P$23and 2 vectors that lie on $P$.24\part25Let $T:\mathbb{R}^3\to\mathbb{R}^3$ be the linear transform that26reflects all vectors across $P$. This means that $T(n)=-n$ whenver $n$27is normal to $P$ and $T(v)=v$ if $v$ lies on $P$. Find $A$ such that28$T(x)=Ax$.29\part30What is the rank of $T$? What is the nullity of $T$?31\end{parts}3233\question34Let $T:\mathbb{R}^3 \to \mathbb{R}^2$ be the linear transform defined by35$T(1,1,1)=(1,0)$, $T(1,0,1)=(1,1)$, and $T(1,1,0)=(0,2)$.36\begin{parts}37\part38Before doing a single computation, what can you already say about the39rank and nullity of $T$?40\part41Give a matrix $A$ such that $T(x)=Ax$. You may express $A$ as a product42of matrices and their inverses.43\part44What is the rank and nullity of $T$?45\end{parts}4647\question48Give an example of each of the following. If it is not possible, write NOT49POSSIBLE.50\begin{parts}51\part52Find an invertible $3\times 3$ matrix $A$ and a $3\times 3$ matrix $B$53such that $rank(AB)\neq rank(BA)$.54\part55Find two $3\times 3$ matrices $A$ and $B$, each with nullity 1 such56that $AB$ is the zero matrix.57\part58Find two $3\times 3$ matrices $A$ and $B$, each with rank 1 such59that $AB$ is the zero matrix.60\part61Find two $3\times 3$ matrices $A$ and $B$, each with nullity 2 such62that $AB$ is the zero matrix.63\part64Find two $3\times 3$ matrices $A$ and $B$, each with rank 2 such65that $AB$ is the zero matrix.66\end{parts}67\end{questions}6869\end{document}707172