定义集合A与B的运算A*B

问题描述:

定义集合A与B的运算A*B
A*B 中的* 这是什么运算

A*B={(a,b):a属于A,b属于B}
这个好像是叫 直积
嗯是的