Examples
- Multiplication of numbers is distributive over addition of numbers, for a broad class of different kinds of numbers ranging from natural numbers to complex numbers and cardinal numbers.
- Multiplication of ordinal numbers, in contrast, is only left-distributive, not right-distributive.
- The cross product is left- and right-distributive over vector addition, though not commutative.
- Matrix multiplication is distributive over matrix addition, though also not commutative.
- The union of sets is distributive over intersection, and intersection is distributive over union.
- Logical disjunction ("or") is distributive over logical conjunction ("and"), and conjunction is distributive over disjunction.
- For real numbers (or for any totally ordered set), the maximum operation is distributive over the minimum operation, and vice versa: max(a,min(b,c)) = min(max(a,b),max(a,c)) and min(a,max(b,c)) = max(min(a,b),min(a,c)).
- For integers, the greatest common divisor is distributive over the least common multiple, and vice versa: gcd(a,lcm(b,c)) = lcm(gcd(a,b),gcd(a,c)) and lcm(a,gcd(b,c)) = gcd(lcm(a,b),LCM(a,c)).
- For real numbers, addition distributes over the maximum operation, and also over the minimum operation: a + max(b,c) = max(a+b,a+c) and a + min(b,c) = min(a+b,a+c).
Read more about this topic: Distributive Property
Famous quotes containing the word examples:
“No rules exist, and examples are simply life-savers answering the appeals of rules making vain attempts to exist.”
—André Breton (18961966)
“It is hardly to be believed how spiritual reflections when mixed with a little physics can hold peoples attention and give them a livelier idea of God than do the often ill-applied examples of his wrath.”
—G.C. (Georg Christoph)
“In the examples that I here bring in of what I have [read], heard, done or said, I have refrained from daring to alter even the smallest and most indifferent circumstances. My conscience falsifies not an iota; for my knowledge I cannot answer.”
—Michel de Montaigne (15331592)
Related Phrases
Related Words