MathGroup Archive 1996

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

Search the Archive

Re: Graphing recurrences

  • To: mathgroup at smc.vnet.net
  • Subject: [mg3273] Re: [mg3223] Graphing recurrences
  • From: jpk at apex.mpe.FTA-Berlin.de (Jens-Peer Kuska)
  • Date: Fri, 23 Feb 1996 02:11:22 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Kinh,

The definition

y[t_]:=If[t<1.0,
          Sin[Pi*t],
          y[t-1]+1
         ]

works fine. You must set a appropriate function for y[t] t in [0,1],
otherwise Your definiton of y ins incomplete.

Hope that helps
Jens
 

==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Re: Student Edition of Mathematica
  • Next by Date: Re: Graphing recurrences
  • Previous by thread: Re: Graphing recurrences
  • Next by thread: Re: Graphing recurrences