Applying my function to elements of a vector
- To: mathgroup at smc.vnet.net
- Subject: [mg49464] Applying my function to elements of a vector
- From: Gregory Lypny <gregory.lypny at videotron.ca>
- Date: Wed, 21 Jul 2004 06:39:26 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hello everyone, Say I've created a function, f[x_], which accepts a single scalar as its argument. I now want to apply that function to each element of a vector, v, of length n, as in newVector = f[v], but I get an error because my function f does not thread over the elements of the vector as do built-in Mathematica functions such as Log[]. How can I get my function to apply to each element of my vector? Regards, Greg