In a commutative ring
R with identity, a zero divisor is a nonzero element a∈R such that there exists a nonzero element b∈R with:
a⋅b=0
Example 1: Integers Modulo 6
Consider the ring Z/6Z={0,1,2,3,4,5} under multiplication mod 6.
- 2×3=6≡0mod6
Thus, 2 and 3 are zero divisors in Z/6Z.
Example 2: 2×2 Matrices
In the ring of 2×2 matrices over R, consider:
A=[1000],B=[0100]
Then:
AB=[1000][0100]=[0000]
Since neither A nor B is the zero matrix, both are zero divisors.
Comments
Post a Comment