MathGroup Archive 2010

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

Search the Archive

Re: Functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107784] Re: [mg107754] Functions
  • From: Christoph Lhotka <lhochr at gmail.com>
  • Date: Thu, 25 Feb 2010 17:38:49 -0500 (EST)
  • References: <201002251245.HAA02011@smc.vnet.net>

hi, as far as I understand your post, f[x_]:=a x^2, then 
g[a_,x_]:=2a*f[x] and g[a,x] should return, what you desire, chr!

Allamarein wrote:
> I want to define
> f[x_]=a x^2
> and after
> g[a_,f_]= 2a+f
> so g is an "a" "x" function and where "f" is the previous function.
> Giving to g a value for "a" and "x", I'd get a correct "g" result.
> Which is it the correct listed?
>
>
>
>   



  • References:
    • Functions
      • From: Allamarein <matteo.diplomacy@gmail.com>
  • Prev by Date: Programmatically saving myself
  • Next by Date: Re: Typsetting
  • Previous by thread: Functions
  • Next by thread: Re: Functions