MathGroup Archive 2002

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

Search the Archive

RE: Variable functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg36211] RE: [mg36180] Variable functions
  • From: "DrBob" <drbob at bigfoot.com>
  • Date: Tue, 27 Aug 2002 02:07:18 -0400 (EDT)
  • Reply-to: <drbob at bigfoot.com>
  • Sender: owner-wri-mathgroup at wolfram.com

f[x_] = x^2 - 7*x + 10;
g[x_] = Cos[3*x + 1/2*Pi];
h[x_] = (x - 3)/(x + 2);
#[x] & /@ {f, g, h}

{10 - 7*x + x^2, -Sin[3*x], (-3 + x)/(2 + x)}

Bobby Treat

-----Original Message-----
From: Raj [mailto:rajgupta121 at rediffmail.com] 
To: mathgroup at smc.vnet.net
Subject: [mg36211] [mg36180] Variable functions

Hi All,
   
   I am a newbie to mathematica. I have a 14 functions which are the
function of r,theta and phi. I want to do some mathematical operation
over them. How can I do? Can it be possible to call them in Do or For
loop with some index?

  Please suggest.

  Raj





  • Prev by Date: How do I pick out the expression under a radical?
  • Next by Date: RE: Generate all k-tuples
  • Previous by thread: Variable functions
  • Next by thread: Re: Variable functions