From 4d28baa4b477c5864605bb8ed5a532cc33f084f1 Mon Sep 17 00:00:00 2001 From: yuktaanand <35893293+yuktaanand@users.noreply.github.com> Date: Thu, 14 Mar 2019 22:19:22 +0530 Subject: [PATCH] Each element of A is paired with each element of B. (#33658) --- guide/english/mathematics/cross-product/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/mathematics/cross-product/index.md b/guide/english/mathematics/cross-product/index.md index 677b175c7b..3a527e1911 100644 --- a/guide/english/mathematics/cross-product/index.md +++ b/guide/english/mathematics/cross-product/index.md @@ -5,6 +5,7 @@ title: Cross Product In set theory, a cross product of two sets is a binary operation performed on sets, which outputs a result set. It is denoted by the symbol X. Sometimes it is also called as Cartesian Product after mathematician Rene Descartes. +Each element of A is paired with each element of B.

 A X B = {(a, b) | a ∈ A and b ∈ B}