MathGroup Archive 1997

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

Search the Archive

Solving recursive functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg6672] Solving recursive functions
  • From: Oscar Stiffelman <ostiffel at leland.stanford.edu>
  • Date: Wed, 9 Apr 1997 09:15:27 -0400 (EDT)
  • Organization: Stanford University
  • Sender: owner-wri-mathgroup at wolfram.com

Hi, 
Can Mathematica 3.0 reduce recursive functions
like f[x_] := f[x -1] + 1; f[0] := 0 to
their closed form?

--Oscar Stiffelman
ostiffel at leland.stanford.edu


  • Prev by Date: Fwd: Roots of an equation
  • Next by Date: numerical value of Quantile
  • Previous by thread: Re: Q. How to work with derivative?
  • Next by thread: numerical value of Quantile