MathGroup Archive 1996

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg3871] Re: Function
  • From: rmj at leland.Stanford.EDU (Roger M. Jones)
  • Date: Sat, 4 May 1996 02:15:09 -0400
  • Organization: Stanford University, CA 94305, USA
  • Sender: owner-wri-mathgroup at wolfram.com

Roberto,

this will do it:

In[1]:=
(Drop[#,1]/Drop[#,-1])&[Array[a,10]]
 Out[1]=
 a[2]  a[3]  a[4]  a[5]  a[6]  a[7]  a[8]  a[9]  a[10]
{----, ----, ----, ----, ----, ----, ----, ----, -----}
 a[1]  a[2]  a[3]  a[4]  a[5]  a[6]  a[7]  a[8]  a[9]
-- 
Regards,

Roger Jones

(rmj at leland.stanford.edu)

==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Re: MOVIES
  • Next by Date: Re: matrix algebra
  • Previous by thread: Re: Function
  • Next by thread: RE: Function