MathGroup Archive 2009

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

Search the Archive

procedures

  • To: mathgroup at smc.vnet.net
  • Subject: [mg96937] procedures
  • From: ventutech at gmail.com
  • Date: Fri, 27 Feb 2009 06:16:38 -0500 (EST)

Simple question:
how can I in mathematica write a complex function?
What I need to do is (pseudocode)

FunctionToCode[x,n] {

D[x_,n]:= something symbolic

Do[ D[x,s]=D[x,s], {s,0,n} ];

return D[x,s]
Clear[D]
}

Thanks!
Davide


  • Prev by Date: how to solve 2-variable recurrence equation for a[m.n]
  • Next by Date: question about simplify function
  • Previous by thread: how to solve 2-variable recurrence equation for a[m.n]
  • Next by thread: Re: procedures