Given a list of vectors arrays, build the cartesian product (every combination of one element from each) as a 2-D array.
arrays
solve(...)