Content deleted Content added
m →Algorithm?: rm ellipsis |
|||
Line 40:
<blockquote>
Assuming a number
# Set <i>w</i> = 0
# Successively set <i>w</i> = <i>M[w, d<sub>i</sub>]</i>, working from the left (row <i>w</i>, column <i>d<sub>i</sub></i> of the matrix).
# Append the final <i>w</i> as the check digit.
</blockquote>
|