Maths: Difference between revisions
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
=Glossary= |
=Glossary= |
||
==Number Systems== |
==Number Systems== |
||
* ℕ - The set of natural numbers. No zero. No negatives. Subtraction and division aren't always possible. ℕ = {1, 2, 3, ...}. |
* ℕ - The set of all natural numbers. No zero. No negatives. Subtraction and division aren't always possible. ℕ = {1, 2, 3, ...}. |
||
* ℤ - The set of integers. Subtraction is always possible. ℤ = {..., -3, -2, -1, 0, 1, 2, 3, ...} |
* ℤ - The set of all integers. Subtraction is always possible. ℤ = {..., -3, -2, -1, 0, 1, 2, 3, ...} |
||
* ℚ - The set of rational numbers (Quotient). Fractions. Division is always possible. ℚ is a field. |
* ℚ - The set of all rational numbers (Quotient). Fractions. Division is always possible. ℚ is a field. |
||
* ℝ - The set of real numbers. Includes irrational and transcendental numbers. √(2), π, e |
* ℝ - The set of all real numbers. Includes irrational and transcendental numbers. √(2), π, e, φ. ℝ is an extension of ℚ to a larger field. |
||
* |
* ℝ⁺ - The set of all positive reals. |
||
* ℂ - The set of all complex numbers. i²=-1. Also a field. |
|||
* 𝔽ₚ - Set of integers modulo a prime p. Addition and multiplication also defined modulo p. |
* 𝔽ₚ - Set of integers modulo a prime p. Addition and multiplication also defined modulo p. |
||
Revision as of 08:41, 17 February 2017
Glossary
Number Systems
- ℕ - The set of all natural numbers. No zero. No negatives. Subtraction and division aren't always possible. ℕ = {1, 2, 3, ...}.
- ℤ - The set of all integers. Subtraction is always possible. ℤ = {..., -3, -2, -1, 0, 1, 2, 3, ...}
- ℚ - The set of all rational numbers (Quotient). Fractions. Division is always possible. ℚ is a field.
- ℝ - The set of all real numbers. Includes irrational and transcendental numbers. √(2), π, e, φ. ℝ is an extension of ℚ to a larger field.
- ℝ⁺ - The set of all positive reals.
- ℂ - The set of all complex numbers. i²=-1. Also a field.
- 𝔽ₚ - Set of integers modulo a prime p. Addition and multiplication also defined modulo p.
Algebraic Structures
- Set - A collection of elements.
- Group - A set with a binary operation. The operation must be associative. If the operation is also commutative then it is an Abelian group. [TODO]: Get Axioms.
- Field - A set with 2 binary operations (+, ×). Both must be commutative and associative. And have an identity elements (+ is 0 and × is 1). Every element must have an inverse (x = -x, x = 1/x). Must follow the distributive law.
- Vector Space - Like a 2D plane. Can be built from 'unit vectors'. for example (1,0), (0,1). There was a youtube on the topic.