Content deleted Content added
Undid revision 715033778 by 89.132.226.116 (talk): incomplete replacement of symbol |
|||
Line 162:
The '''right cancellation''' of a letter ''a'' from a string ''s'' is the removal of the first occurrence of the letter ''a'' in the string ''s'', starting from the right hand side. It is denoted as <math>s\div a</math> and is recursively defined as
:<math>(sa)
s & \mbox{if } a=b \\
(s
\end{cases}</math>
|