| Author |
Comment/Response |
Andrea Schlickmann
|
09/05/99 4:25pm
I do have, e.g., ''t1 = {{1,2,3},{3,4,5},{7,8,3}}''.
''Intersection[t1]'' is oviously not correct to get {3}.
How do I transform t1 with an unknown number of sublists
into a command like
''Intersection[t1[[1]],t1[[2]], ..., t1[[Length[t1]]]]'' to get
the correct intersection set ?
(bloody Lisp notation)
Andrea
URL: , |
|