What is the Cartesian product A × B × C, where A is the set of all airlines and B and C are both set of allcities in USA? Give an example of how this Cartesian product can be used
The Cartesian product consists of all the ordered triples of the form (a,b,c) where a is an airline and both b and c are cities in the United States.
One way to use the set represents all airlines that fly from the city B to city C of the United States and would give us information on the connectivity of the cities using the airline.
Now, we show by an example how the Cartesian product would work.
Let A = {a,b}, B = {x,y} and C = {1}.
Now the Cartesian product of A, B and C is defined as:
Comments