Field:F3

From Groupprops
Revision as of 16:09, 10 September 2009 by Vipul (talk | contribs) (Created page with '{{particular field}} ==Definition== This field, denoted <math>F_3</math> or <math>GF(3)</math>, is the unique field of three elements. It can be defined as the ring of integers…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This article is about a particular field, i.e., a field unique up to isomorphism. View a complete list of particular fields

Definition

This field, denoted F3 or GF(3), is the unique field of three elements. It can be defined as the ring of integers modulo 3.

GAP implementation

The field can be defined using GAP's GF function as:

GF(3)

It can also be defined using GAP's ZmodnZ function as:

ZmodnZ(3)