Skip to content

Commit

Permalink
Use "where" instead of parantheses
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Nov 6, 2023
1 parent 3f04332 commit dbbf426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
Xor all slices into a 32-bit string $d = r_1 \xor \dotsb \xor r_8$.
Compute $w = d \xor \mathtt{0x24d03294}$.

\item Draw the Karnaugh map (use a template below) for a function $f(A,B,C,D,E)$ defined by the truth table~$w = (w_{1} \dots w_{32})$ (MSB corresponds to~$f(\vvmathbb{0}) = w_{1}$, LSB to~$f(\vvmathbb{1}) = w_{32}$).
\item Draw the Karnaugh map (use a template below) for a function $f(A,B,C,D,E)$ defined by the truth table~$w = (w_{1} \dots w_{32})$, where MSB corresponds to~$f(\vvmathbb{0}) = w_{1}$ and LSB to~$f(\vvmathbb{1}) = w_{32}$.

\item Use K-map to find the minimal DNF and minimal CNF for the function $f$.

Expand Down

0 comments on commit dbbf426

Please sign in to comment.