cross-product

cross product in python of arbitrarily many lists

cross product in python of arbitrarily many lists Question: I know you can take the pairwise cross product of lists in the ways posted here: Pairwise crossproduct in Python but I want to take a list L and a positive integer n and return the cross-product of L with itself n times. Is there a …

Total answers: 1