MathGroup Archive 2005

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

Search the Archive

Recursion

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54937] Recursion
  • From: Christopher Grinde <christopher.grinde at hive.no>
  • Date: Mon, 7 Mar 2005 02:10:22 -0500 (EST)
  • Organization: Vestfold University College, Institute for MicroSystem Technology
  • Sender: owner-wri-mathgroup at wolfram.com

Hi. 
I am quite new to mathematica and need help to set up a recursion loop:
 

\!\(W\_0[T_] := \@\(\(\(12\ \[CurlyEpsilon]\_Si\)\/\(q\ a\)\) \(\(2\
\(k\_B\) \
T\)\/q\) Log[\(a\ W\_0[T]\)\/\(2\ n\_i[T]\)]\)\%3\)

How do I make this a recursive function which i can supply a start value for
W0 and a limit for accuracy (W0[n]-W0[n+1]< some limit)

Any help would be highly appreciated 
-- 
Christopher Grinde
VUC,IMST


  • Prev by Date: How to set NumberForm in plots
  • Next by Date: Re: where is DrBob's web site?
  • Previous by thread: Re: How to set NumberForm in plots
  • Next by thread: Re: Recursion