Outer with index in bounds
- To: mathgroup at smc.vnet.net
- Subject: [mg80436] Outer with index in bounds
- From: DC <b.gatessucks at gmail.com>
- Date: Wed, 22 Aug 2007 04:49:13 -0400 (EDT)
Hi all, I would like to use Outer as: Outer[f[#1,#2]&,Range[10],Range[#1],1,1] in order to create a list whose first element is a list of length 1, the second is a list of length 2, and so on. More generally, I would like to use Outer with one bound depending on the other as in : Outer[f[#1,#2]&,list1,list2[#1],1,1] Obviously none of the above works. Many thanks in advance for any pointers. -Francesco
- Follow-Ups:
- Re: Outer with index in bounds
- From: Sseziwa Mukasa <mukasa@jeol.com>
- Re: Outer with index in bounds