| |
| | Cartesian Product (Site not responding. Last check: ) |
 | | Cartesian product is an operator on sets (tuples, bags,...). |
 | | The result from the cartesian product of n sets, is a set of all possible ordered 2-tuples, containing on i-th place an element from i-th set. |
 | | For example, the cartesian product of {a,b,c} and {c,d,e} is {(a,c),(a,d),(a,e),(b,c),(b,d),(b,e),(c,c),(c,d),(c,e)}. |
| www.c2.com /cgi-bin/wiki?CartesianProduct (282 words) |
|