Re: How to add a vector to a list of vectors?
- To: mathgroup at smc.vnet.net
- Subject: [mg26628] Re: How to add a vector to a list of vectors?
- From: Roland Franzius <Roland.Franzius at uos.de>
- Date: Sat, 13 Jan 2001 22:36:09 -0500 (EST)
- Organization: Universitaet Osnabrueck
- References: <92gt1g$kps@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
AGUIRRE ESTIBALEZ Julian schrieb: > > Dear Group, > > I have a list of vectors l = {v1,...,vn} and another vector w, all > of the same length. I wat to get the list {w + v1, ..., w + vn} . > > l + w does not work. > > Is there a simpler (or more efficient) way than > > Table[w + l[[i]],{i, Length@l}] ? Try Map[ Plus[w,#]&, l ] -- Roland Franzius +++ exactly <<n>> lines of this message have value <<FALSE>> +++