previous up next
Go backward to Motivation
Go up to Top
Go forward to Example
RISC-Linz logo

Direct Approach

Definition: Let m in Z>0 and Zm := {x in Z: 0 <= x < m}.

+m: Z x Z -> Zm
x +m y := (x + y) mod m
-m: Z x Z -> Zm
-m x := (-x) mod m
*m: Z x Z -> Zm
x *m y := (x * y) mod m

Author: Wolfgang Schreiner
Last Modification: January 12, 2000

previous up next