Difference between revisions of "Cartesian product"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
 
Line 14: Line 14:
  
 
* [[Analytic geometry]]
 
* [[Analytic geometry]]
 +
* [[Binary relation]]
 +
* [[Concatenation of sets]] is deceptively similar but different concept
 +
* [[Coproduct]]
 +
* [[Exponential object]]
 +
* [[Empty product]]
 +
* [[Euclidean space]]
 +
* [[Finitary relation]]
 +
* [[Join (SQL), § Cross join]]
 
* [[Operation (mathematics)]]
 
* [[Operation (mathematics)]]
 +
* [[Orders on Rn]]
 +
* [[Product (category theory)]]
 +
* [[Product topology]]
 +
* [[Product type]]
 
* [[Mathematician]]
 
* [[Mathematician]]
 
* [[Mathematics]]
 
* [[Mathematics]]
 
* [[René Descartes]]
 
* [[René Descartes]]
 
* [[Set (mathematics)]]
 
* [[Set (mathematics)]]
 +
* [[Ultraproduct]]
  
 
== External links ==
 
== External links ==

Latest revision as of 06:12, 7 May 2016

In mathematics, a Cartesian product is a mathematical operation which returns a set (or product set or simply product) from multiple sets.

Description

That is, for sets A and B, the Cartesian product A × B is the set of all ordered pairs (a, b) where a ∈ A and b ∈ B. Products can be specified using set-builder notation.

A table can be created by taking the Cartesian product of a set of rows and a set of columns. If the Cartesian product rows × columns is taken, the cells of the table contain ordered pairs of the form (row value, column value).

More generally, a Cartesian product of n sets, also known as a n-fold Cartesian product, can be represented by an array of n dimensions, where each element is an n-tuple. An ordered pair is a 2-tuple or couple.

The Cartesian product is named after René Descartes, whose formulation of analytic geometry gave rise to the concept, which is further generalized in terms of direct product.

See also

External links