Compare commits

..

1 Commits

Author SHA1 Message Date
2464db00af
ECC edits
All checks were successful
CI / Typos (pull_request) Successful in 7s
CI / Typst formatting (pull_request) Successful in 4s
CI / Build (pull_request) Successful in 4m47s
2025-03-02 19:38:36 -08:00
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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?

View File

@ -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}