Glossary
This page will list all terms introduced in the other sections. Concepts that can't be explained in a few lines will instead be links.
Maths
Associativity
For an operation to be associative, it means that you can change the order you do each operation around while keeping the same answer.
Simple addition is associative. Adding and together before adding the sum to results in the same answer as adding and together and then adding that sum to .
- Example
- General Case
Commutativity
For an operation to be commutative, it means that the order of the elements does not matter.
Simple addition is commutative. Adding to is the same as adding to .
- Example
- General Case
Simple subtraction is not commutative: subracting from is not the same as subracting from .
- Example
- General Case
Distributivity
Distributivity describes how one operation acts over another operation. There can be both left and right distributivity, and the following must be true for them to hold:
- Left
- Right
Identity
An identity element is an element that does nothing when operated on with another element. An operation can have both left and right Identities.
Inverse
An inverse element is an element, that when operated on with another element, will result in the identity element of that operation. There can be both left and right inverses.
- Left
- Right