Talk:Damm algorithm: Difference between revisions

Content deleted Content added
W96 (talk | contribs)
m Algorithm?: rm ellipsis
Line 40:
 
<blockquote>
Assuming a number with digits numbered left to right <i>d<sub>1</sub>d<sub>2</sub>d<sub>3</sub>d<sub>4</sub></i> . . . and a "working“working digit"digit” <i>w</i> we then –
# 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>