Compare commits
1 Commits
a40fecfd22
...
2464db00af
Author | SHA1 | Date | |
---|---|---|---|
2464db00af |
@ -16,6 +16,11 @@
|
||||
\title{Error-Correcting Codes}
|
||||
\subtitle{Prepared by Mark on \today}
|
||||
|
||||
|
||||
% TODO:
|
||||
% ISBN section is tedious, could use some work.
|
||||
% Check problem 5
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
@ -131,7 +131,7 @@ Take a valid ISBN-13 and swap two adjacent digits. When will the result be a val
|
||||
|
||||
\vfill
|
||||
|
||||
\problem{}<isbn-nocorrect>
|
||||
\problem{}<isbnnocorrect>
|
||||
\texttt{978-008-2066-466} was a valid ISBN until I changed a single digit. \par
|
||||
Can you find the digit I changed? Can you recover the original ISBN?
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
\section{Error Correction}
|
||||
|
||||
As we saw in \ref{isbn-nocorrect}, the ISBN check-digit scheme does not allow us to correct errors. \par
|
||||
As we saw in \ref{isbnnocorrect}, the ISBN check-digit scheme does not allow us to correct errors. \par
|
||||
QR codes feature a system that does. \par
|
||||
|
||||
\vspace{1mm}
|
||||
|
Loading…
x
Reference in New Issue
Block a user