MathGroup Archive 2003

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

Search the Archive

Functional programming

  • To: mathgroup at smc.vnet.net
  • Subject: [mg39015] Functional programming
  • From: "Zachary Turner" <_NOzturner0826SPAM_ at hotmail.com>
  • Date: Fri, 24 Jan 2003 05:07:26 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

I have a function f[a_,b_] defined some way.  i want to fix one argument,
and then generate an array of values where the other argument varies.  How
can I do this?

For example, I want:

{f[1, 4], f[2, 4], f[3, 4], f[4, 4]}

Is there an easy way to do this?

Thanks



  • Prev by Date: how to do a gouraud shaded cone ?
  • Next by Date: Blind student - has anyone experience with mathapplications and a blind student?
  • Previous by thread: how to do a gouraud shaded cone ?
  • Next by thread: Re: Functional programming