Wikipedia 10K Redux

Reconstructed by Reagle from Starling archive; see blog post for context.

Field

A FielD, briefly, is an algebraic system of elements, usually called numbers, in which the

operations of addition, subtraction, multiplication, and division (except division by zero) may be performed without leaving the system, the formal associative, commutative, and distributive rules hold, and the equations a=b+x and a=b*y have solutions, without restriction, provided in the latter case a not=0.

Definition: Given a SeT F and two BinaryOperations defined on F, called addition and multiplication, denoted "+" and "*" respectively. Then (F,+,*) is called a FielD if:

Note that a FielD is just a RinG where all elements have multiplicative inverses, except 0 which cannot. Examples: Three Common FielDs.

*The Rational Numbers Q={all a/b: a, b belong to Z, the IntegerNumbers, and b not=0}.

*The RealNumbers= R. .

*The ComplexNumbers C={x: x=a+bi, where a,b belong to R, and i=sqrt(-1)}.

The concept of a FielD is of use, for example, in defining VectorS and MatriceS, two structures in LinearAlgebra, whose components can be elements of an arbitrary FielD.