MathGroup Archive 2007

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

Search the Archive

simple sequence problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg74402] simple sequence problem
  • From: traz <t_raz at yahoo.com>
  • Date: Mon, 19 Mar 2007 22:10:46 -0500 (EST)

Hi, this might be a silly question, but how do you do this in mathematica.

x1 == Cos[1];
x2 == Cos[x1];
x3 == Cos[x2];

and so on ... ... so basically x(n)= Cos[x(n - 1)]

I want to plot n against x(n). How do you do the code for this type of sequence in mathematica?


  • Prev by Date: Re: Help to use colors with graphics in Mathematica
  • Next by Date: Re: About TableForm
  • Previous by thread: Re: Using legend with FilledPlot
  • Next by thread: Re: simple sequence problem