Encyclopedia > Modulus

  Article Content

Modulus

The modulus of a vector r, usually written |r|, or sometimes simply r, is defined to be the length of the vector r. If r is written in terms of three orthonormal vectors (ie: mutually perpendicular vectors of unit length), i, j and k such that:

r = xi+yj+zk,

the modulus of r is the square root of x2+y2+z2.

It should be noted that the modulus of a vector is a scalar.

Modulus is also a synonym for:

In materials science modulus (or elastic modulus) is a measure of the stiffness of a material. See also Young's modulus

In computer programming, the modulus operator gives the remainder of integer division, ie modular arithmetic. Mathematicians tend to call this modulo, for example:

13 = 3 modulo 10
13 = 3 mod 10

That's because 10 is here the modulus of the congruence, and modulo (a Latin ablative) stands for 'to the modulus'.

Computer programmers will write:

13 % 10 = 3.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Canadian Music Hall of Fame

... in music. The ceremony is held each year in Toronto as part of the Juno Awards. Complete list of Inductees 1978 Guy Lombardo 1978 Oscar Peterson 1979 Hank ...

 
 
 
This page was created in 22 ms