AZOM: Modulus of Elasticity and Poisson's Ratio of Concrete in Compression by ADMET
This video by ADMET shows a concrete compression test performed according to ASTM C469 - Standard Test Method for Static Modulus of Elasticity and Poisson's Ratio of Concrete in Compression.
Modulus of Elasticity and Poisson's Ratio of Concrete in Compression by ADMET
This is a note on the compressive modulus of elasticity of Gap Pad materials, including the variability in compressive modulus values, the constant rate of strain relaxation modulus, and compression ...
"The Modulus is the remainder of the euclidean division": According to the Wikipedia article you've referenced, the modulus is the divisor in the modulo operation, not the remainder: "the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another, the latter being called the modulus of the operation."
Modulus is a term used for absolute value in complex analysis, and also a term used for the thing-being-divided-by in remainder arithmetic (actually called modular arithmetic).
The modulus operator takes a division statement and returns whatever is left over from that calculation, the "remaining" data, so to speak, such as 13 / 5 = 2. Which means, there is 3 left over, or remaining from that calculation.
30 It is the modulo (or modulus) operator: The modulus operator (%) computes the remainder after dividing its first operand by its second. For example: ... Sample output: 1 -1 0.6 0.6 -1.2 Note that the result of the % operator is equal to x – (x / y) * y and that if y is zero, a DivideByZeroException is thrown.