MathGroup Archive 1999

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

Search the Archive

F[f_,x_]:=f[x] ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg19819] F[f_,x_]:=f[x] ?
  • From: p_mclean at postoffice.utas.edu.au (Patrick McLean)
  • Date: Fri, 17 Sep 1999 01:37:00 -0400
  • Organization: Maths Dept, University of Tasmania
  • Sender: owner-wri-mathgroup at wolfram.com

What is the name of the in-built Mathematica function that plays the role
of F in te following:

F[f_,x_]:=f[x].

For example,

Outer[F,{f,g},{x,y}]

will give:

{{f[x],f[y]},{g[x],g[y]}}.

-- 
Patrick McLean

No news is good news...


  • Prev by Date: Re: Re: Mathematica can't win against Tiger Woods
  • Next by Date: Can't get the 3rd Bessel zero!
  • Previous by thread: Re: polynomial approximation for twenty data points
  • Next by thread: Re: F[f_,x_]:=f[x] ?