World's most popular travel blog for travel bloggers.

[Solved]: What are some applications of binary finite fields in CS?

, , No Comments
Problem Detail: 

I was looking at details on finite fields. Finite binary fields, e.g. $\mathbb{F_2}$, are used in CS in some places such as circuit theory [1].

What are some key applications of finite fields in CS?

I am also looking for uses of $\mathbb{F_{2}^n}$ which Mathworld shows can be represented as binary vectors.


[1] Noga Alon and Gil Cohen. On Rigid Matrices and Subspace Polynomials. Electronic Colloquium on Computational Complexity, Report No. 133 (2012).

Asked By : vzn

Answered By : Yuval Filmus

Finite fields come up in many places. Here are just a few examples:

  1. The Razborov-Smolensky polynomial method.
  2. Fourier analysis, as used for example in the proof of the PCP theorem, or fast integer multiplication.
  3. List decoding - codes like Reed-Muller are algebraic codes.
  4. Algebraization, the method used to prove IP=PSPACE.
  5. Elliptic curves over finite fields are used in cryptography.
Best Answer from StackOverflow

Question Source : http://cs.stackexchange.com/questions/6326

3.2K people like this

 Download Related Notes/Documents

0 comments:

Post a Comment

Let us know your responses and feedback