Modulii and its Property /// maths
Answers
Answered by
1
Answer:
In computing, the modulo operation finds the remainder after division of one number by another (called the modulus of the operation). Given two positive numbers, a and n, a modulo n (abbreviated as a mod n) is the remainder of the Euclidean division of a by n, where a is the dividend and n is the divisor.
Step-by-step explanation:
Modulus of a number is its +ve value.
|x| = +ve value of x; ex. |-2| =2
Modulus of a complex number x+iy = sqrt(x^2+y^2)
some properties: for any x, y (real or complex numbers)
|x|+|y| >= |x+y|
|x|-|y|<=|x-y|
|x|*|y|=|x*y|
|x|/|y| =|x/y| ( y!=0)
------------------------------
Similar questions