answersLogoWhite

0


Best Answer

One number "modulo" another number indicates the remainder after division of the first number by the second. For example, the integer result of 11 / 2 is 5 with a remainder of 1, so 11 mod 2 = 1. (In fact, any odd number mod 2 = 1.)

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meant by modulus of any number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

How a modulus function works?

At the basic level, the modulus of a number or expression is simply the value of the number or of the expression. For a positive number the modulus is the number, for 0 it is 0, and for a negative number, x, it is -x (which is positive).


What is mean by modulus?

A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.


If in a complex number the modulus of z 3 is less or equal to 8 then find the minimum of modulus of z - 2?

The possible values of z are (a cis b), where a is any number between and including 0 and 2 and b is any of 0, 60, 120, 180, 240 and 300 degrees. The minimum modulus of z - 2, that is |z - 2|, is 0.


What is the flowchart for finding modulus of a number?

The modulus of a number is the units digit of that number in the base of the modulus. For example, counting to 10, modulus 3, we get... 0 01 12 23 04 15 26 07 18 29 010 1 The calculate the modulus of a number, subtract the (integer of the number divided by the modulus) times the modulus. As an expression, this is... Xmod Y = X - integer (X / Y) * Y Note: This works also for negative numbers. -3 mod 5 is 2. Check it, if you want. The result will be correct so long as the integer trunction is towards zero, i.e. the integer of -1.3 is -1, not -2. Most compilers do this correctly. If you are using a compiler such as C, the modulus operator (%) will do this for you... int a;a = 7 % 3; /* 7 mod 3 is 1 *.


What is the distance between a number and 0 on the number line?

Its absolute value (or modulus).

Related questions

How a modulus function works?

At the basic level, the modulus of a number or expression is simply the value of the number or of the expression. For a positive number the modulus is the number, for 0 it is 0, and for a negative number, x, it is -x (which is positive).


What is mean by modulus?

A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.A modulus is the remainder after a number has been divided into another. 3 divides into 10 with a remainder of 1. So 1 is the modulus of 10 divided by 3.


If in a complex number the modulus of z 3 is less or equal to 8 then find the minimum of modulus of z - 2?

The possible values of z are (a cis b), where a is any number between and including 0 and 2 and b is any of 0, 60, 120, 180, 240 and 300 degrees. The minimum modulus of z - 2, that is |z - 2|, is 0.


What is meant by a strong material in physics. And explain?

It is a material that has a large young modulus


What is modulus of ram?

The number of descrite states.


How do you find modulus of number in scientific calculator?

The way you find modulus of a number on a scientific calculator depends on the model of calculator. On the TI-86, you use mod (x,y) or x mod y to find modulus.


Plastic section modulus for beam sections- Any computer program for calculating the plastic moment or modulus for any beam section is available?

Plastic Section Modulus about the element local y-direction


What is the flowchart for finding modulus of a number?

The modulus of a number is the units digit of that number in the base of the modulus. For example, counting to 10, modulus 3, we get... 0 01 12 23 04 15 26 07 18 29 010 1 The calculate the modulus of a number, subtract the (integer of the number divided by the modulus) times the modulus. As an expression, this is... Xmod Y = X - integer (X / Y) * Y Note: This works also for negative numbers. -3 mod 5 is 2. Check it, if you want. The result will be correct so long as the integer trunction is towards zero, i.e. the integer of -1.3 is -1, not -2. Most compilers do this correctly. If you are using a compiler such as C, the modulus operator (%) will do this for you... int a;a = 7 % 3; /* 7 mod 3 is 1 *.


Is there any effect of temperature on young's modulus of a meterial?

As the Young's modulus is a measure of stiffness, an increase in the temperature will typically lead to a decrease in the modulus of elasticity. However it depends on the material.


Why is m used in the slope formula?

what we now call just the "slope" was once called the "modulus of slope", the word "modulus" being used in its sense of "number used to measure" (as in "Young's modulus").


Distance a number is from 0 on the number line?

Its absolute value or magnitude or modulus.


What is the distance between a number and 0 on the number line?

Its absolute value (or modulus).