Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mathematica で2つのリストから始めて、の要素であり、の要素であるなどf=[1,2,3] g=[4,5,6]の可能なすべてのペアを含むリストh = f X gを見つける方法を考えていました。{a,b}afbg
f=[1,2,3]
g=[4,5,6]
{a,b}
a
f
b
g