You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
720 B

4 months ago
  1. \item \self Find a symbolic binary encoding for
  2. $X = \{ 0,1, \ldots, 31 \}$.
  3. Use it to find characteristic functions for the following sets. If possible, simplify the formulas.
  4. \begin{enumerate}
  5. \item $B =\{x \in X \mid 24 \leq x < 32\}$
  6. \item
  7. $C = \left\{ x \in X \middle| \enspace
  8. \begin{array}{lll}
  9. 4 & \leq \enspace x & < 8 \\
  10. 12 & \leq \enspace x & < 16 \\
  11. 20 & \leq \enspace x & < 24
  12. \end{array}
  13. \right\}$
  14. \end{enumerate}
  15. Compute the characteristic functions of the following sets by symbolic operations, using your results from before and simplify your formulas.
  16. \begin{enumerate}
  17. \item $D = B \cup C$
  18. \item $E = B \cap C$
  19. \end{enumerate}