MathGroup Archive 1997

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

Search the Archive

Re: Threading objects of unequal length

  • To: mathgroup at smc.vnet.net
  • Subject: [mg8175] Re: Threading objects of unequal length
  • From: murray at math.umass.edu (Murray Eisenberg)
  • Date: Mon, 18 Aug 1997 03:06:58 -0400
  • Organization: University of Massachusetts, Amherst
  • Sender: owner-wri-mathgroup at wolfram.com

C. Woll (carlw at u.washington.edu) wrote:

: I'm interested in adding variable length List. For example, I would like
: to do something like

: {a,b}+{c,d,e}+{f}

: to return

: {a+c+f,b+d,e}

I don't know whether there's a way, but I ask you:  what is the
_general_ principle that you'd like followed in any such situation?
Unless you can specify such, I would speculate, handling something
like your particular case would involve ad hoc methods.

--
  Murray Eisenberg                       Internet:  murray at math.umass.edu
  Mathematics & Statistics Dept.            Voice:  413-545-2859 (W)
  University of Massachusetts                       413-549-1020 (H)
  Amherst, MA 01003                           Fax:  413-545-1801


  • Prev by Date: Re: Can Mathematica Do This?
  • Next by Date: Re: Sorting Eigenvalues/EigenVectors
  • Previous by thread: Re: Threading objects of unequal length
  • Next by thread: Re: Re: Threading objects of unequal length