Added Nikita notes

This commit is contained in:
2023-04-05 09:08:43 -07:00
parent a74f04f27a
commit 00a42b7765
3 changed files with 35 additions and 17 deletions

View File

@ -24,20 +24,15 @@ Show that $f(au + v) = af(u) + f(v)$ iff $f$ is linear.
Is $f(x) = mx + b$ a linear map on $\mathbb{R}$?
\vfill
\problem{}
In general, what does a linear map in $\mathbb{R}^n$ look like?
In general, what does a linear map $\mathbb{R} \to \mathbb{R}$ look like?
\vfill
\problem{}
Is $\text{median}(v): \mathbb{R}^n \to \mathbb{R}$ a linear map on $\mathbb{R}^n$?
\vfill
\problem{}
Is $\frac{d}{dx}(p): \mathbb{P}^n \to \mathbb{P}^{n-1}$ a linear map on $\mathbb{P}^n$? \\
\hint{$\mathbb{P}^n$ is the set of all polynomials of degree $n$.}
Is the map ${median}(v): \mathbb{R}^3 \to \mathbb{R}$ linear? \\
\hint{$median([3, 5, 4]) = 4$, but you already knew that.}
\vfill
\pagebreak

View File

@ -181,18 +181,29 @@ Show that any linear transformation $T: \mathbb{R}^n \to \mathbb{R}^m$ can be wr
\vfill
\problem{}
Consider the transformation $D: \mathbb{P}^3 \to \mathbb{P}^2$ defined by $D(p) = \frac{d}{dx}p$. \\
Find a matrix that corresponds to $D$. \\
\hint{$\mathbb{P}^3$ and $\mathbb{R}^4$ are isomorphic. How so?}
\vfill
\pagebreak
\problem{}
Show that the set of all linear maps is a vector space.
Show that $\mathbb{P}^n$ is a vector space.
\hint{$\mathbb{P}^n$ is the set of all polynomials of degree $ \leq n$.}
\vfill
\problem{}
Is $\frac{d}{dx}(p): \mathbb{P}^n \to \mathbb{P}^{n-1}$ a linear map on $\mathbb{P}^n$? \\
\vfill
\problem{}
Consider the transformation $D: \mathbb{P}^3 \to \mathbb{P}^2$ defined by $D(p) = \frac{d}{dx}(p)$. \\
Find a matrix that corresponds to $D$. \\
\hint{$\mathbb{P}^3$ and $\mathbb{R}^4$ are isomorphic. How so?}
\vfill
\problem{}
Show that the set of all linear maps $\mathbb{R}^n \to \mathbb{R}^m$ is a vector space.
\vfill
\pagebreak