🚧 Setup for 7.1
This commit is contained in:
parent
8ded3c7273
commit
99f4f289e3
3 changed files with 671 additions and 0 deletions
28
chapter_7/test_yourself.md
Normal file
28
chapter_7/test_yourself.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Page 458
|
||||
|
||||
**Test Yourself**
|
||||
|
||||
1. Given a function $f$ from a set $X$ to a set $Y$, $f(x)$ is _____.
|
||||
|
||||
2. Given a function $f$ from a set $X$ to a set $Y$, if $f(x) = y$ then $y$ is
|
||||
called _____ or _____ or _____.
|
||||
|
||||
3. Given a function $f$ from a set $X$ to a set $Y$, the range of $f$ (or the
|
||||
image of $X$ under $f$) is _____.
|
||||
|
||||
4. Given a function $f$ from a set $X$ to $Y$, if $f(x) = y$ then $x$ is called
|
||||
_____ or _____.
|
||||
|
||||
5. Given a function $f$ from a set $X$ to a set $Y$, if $y \in Y$ then
|
||||
$f^{-1}(y) =$ _____ and is called _____.
|
||||
|
||||
6. Given functions $f$ and $g$ from a set $X$ to a set $Y$, $f = g$ if, and only
|
||||
if, _____.
|
||||
|
||||
7. Given positive real numbers $x$ and $b$ with $b \neq 1$, $\log_b(x) =$ _____.
|
||||
|
||||
8. Given a function $f$ from a set $X$ to a set $Y$ and a subset $A$ of $X$,
|
||||
$f(A) =$ _____.
|
||||
|
||||
9. Given a function $f$ from a set $X$ to a set $Y$ and a subset $C$ of $Y$,
|
||||
$f^{-1}(C) =$ _____.
|
||||
Loading…
Add table
Add a link
Reference in a new issue