Cartesian Product Of Three Sets With An Example

Cartesian product of three sets with an example

graph TB A["Cartesian Product of Three Sets"] B["Set A"] C["Set B"] D["Set C"] E["Example"] A --> B A --> C A --> D A --> E B --> F["{1, 2, 3}"] C --> G["{4, 5, 6}"] D --> H["{7, 8, 9}"] E --> I["{(1, 4, 7), (1, 4, 8), ..., (3, 6, 9)}"]