Re: Modular Exponentiation?
- From: Helmut Richter <hhr-m@xxxxxx>
- Date: Fri, 3 Nov 2006 20:20:02 +0100
On Fri, 3 Nov 2006, Arturo Magidin wrote:
Be aware that you are using "mod" as an operator; in mathematics, this is almost
never the case. That is a common practice of Computer Science. But in
mathematics, "mod" represents a binary relation: we say a = b (mod N)
if and only if N divides a-b.
I would call a relation between a, b, and N a *ternary* relation.
For each N, "= (mod N)" is a binary relation.
--
Helmut Richter
.
- Follow-Ups:
- Re: Modular Exponentiation?
- From: Arturo Magidin
- Re: Modular Exponentiation?
- References:
- Modular Exponentiation?
- From: artlogic
- Re: Modular Exponentiation?
- From: Arturo Magidin
- Modular Exponentiation?
- Prev by Date: Re: Elementary proof for -ve x -ve = +ve
- Next by Date: Middle school math, but forget how to solve it
- Previous by thread: Re: Modular Exponentiation?
- Next by thread: Re: Modular Exponentiation?
- Index(es):
Relevant Pages
|