Compare commits

..

1 Commits

Author SHA1 Message Date
a40fecfd22
ECC edits
All checks were successful
CI / Typst formatting (pull_request) Successful in 6s
CI / Typos (pull_request) Successful in 7s
CI / Build (pull_request) Successful in 8m41s
2025-02-26 08:46:48 -08:00
3 changed files with 2 additions and 7 deletions

View File

@ -16,11 +16,6 @@
\title{Error-Correcting Codes} \title{Error-Correcting Codes}
\subtitle{Prepared by Mark on \today} \subtitle{Prepared by Mark on \today}
% TODO:
% ISBN section is tedious, could use some work.
% Check problem 5
\begin{document} \begin{document}
\maketitle \maketitle

View File

@ -131,7 +131,7 @@ Take a valid ISBN-13 and swap two adjacent digits. When will the result be a val
\vfill \vfill
\problem{}<isbnnocorrect> \problem{}<isbn-nocorrect>
\texttt{978-008-2066-466} was a valid ISBN until I changed a single digit. \par \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? Can you find the digit I changed? Can you recover the original ISBN?

View File

@ -1,6 +1,6 @@
\section{Error Correction} \section{Error Correction}
As we saw in \ref{isbnnocorrect}, the ISBN check-digit scheme does not allow us to correct errors. \par As we saw in \ref{isbn-nocorrect}, the ISBN check-digit scheme does not allow us to correct errors. \par
QR codes feature a system that does. \par QR codes feature a system that does. \par
\vspace{1mm} \vspace{1mm}