- #1
control
- 14
- 0
Hi guys,
I would like to ask if a set can contain coordinates of points, for example A={[1,3];[4,5];[4,7]} and if we can do Cartesian product of such sets, for example A={[1,3];[4,5]}, B={[7,8];[4,2]} A×B={[1,3][7,8];[1,3][4,2];[4,5][7,8];[4,5][4,2]} (is it correct to write it like that?). I am familiar with doing that when we have sets of numbers (A={1;2}, B={7;5} A×B={[1,7];[1,5];[2,7];[2,5]}). but I am not sure if it is correct with coordinates of points.
Mod note: Fixed typo "carthesian"
I would like to ask if a set can contain coordinates of points, for example A={[1,3];[4,5];[4,7]} and if we can do Cartesian product of such sets, for example A={[1,3];[4,5]}, B={[7,8];[4,2]} A×B={[1,3][7,8];[1,3][4,2];[4,5][7,8];[4,5][4,2]} (is it correct to write it like that?). I am familiar with doing that when we have sets of numbers (A={1;2}, B={7;5} A×B={[1,7];[1,5];[2,7];[2,5]}). but I am not sure if it is correct with coordinates of points.
Mod note: Fixed typo "carthesian"
Last edited by a moderator: