Two questions related to Arrays
- To: mathgroup at smc.vnet.net
- Subject: [mg113289] Two questions related to Arrays
- From: Sam Takoy <sam.takoy at yahoo.com>
- Date: Fri, 22 Oct 2010 01:35:49 -0400 (EDT)
Hi,
First, why doesn't the following return the first two elements of the
outer list:
Cases[{{{1}, {2}}, {3, 4}, {{5}, 6}}, _Array]
Second, I'm looking for help writing a function
f[t__]:=
that returns Outer[Times, u] where u only includes the input variables
that are Arrays.
Many thanks in advance,
Sam