by Phil Last <phil.last@[EMAIL PROTECTED]
>
Dec 17, 2007 at 09:24 AM
On Dec 17, 5:20 pm, Phil Last <phil.l...@[EMAIL PROTECTED]
> wrote:
> On Dec 17, 4:53 pm, Lance <Lanc...@[EMAIL PROTECTED]
> wrote:
>
> > Say you have a 100 element vector. You want to take that vector and
> > duplicate it, say 20 times such that you get a 100 20 matrix where all
> > 20 columns are identical. I know that you can just do:
>
> > {transpose}20 100{rho}vector.
>
> > I'm looking for other ways to accomplish the same thing in APL. Can
> > you use an outer product or some other form of assignment?
>
> > Thanks,
> > Lance
>
> vector=E2=88=98.+20=E2=8D=B40 =E2=8D=9D if it's numeric but don't bank
on=
the efficiency!
vector=E2=88=98.{=E2=8D=BA}20=E2=8D=B40 =E2=8D=9D in Dyalog but with the
sa=
me caution