Re: Modulo (for complex)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Modulo (for complex)
- From: manel <lista@...>
- Date: 2007年10月05日 10:10:54 +0200 (CEST)
Hello
Perhaps you are mixing concepts between modulus of an integer number
and modulus of a complex one. Both are not related. For an integer number
modulus is related to the rest of quotient. For a complex one it is
a norm: for z = a+bi is |z| = sqrt{a^2+b^2}. As you see both definitions
have not relationship.
Manel