|
[Date Index]
[Thread Index]
[Author Index]
calculate Recurrence Equations
- To: mathgroup at smc.vnet.net
- Subject: [mg68713] calculate Recurrence Equations
- From: Frank Hechtner <frank.hechtner at rub.de>
- Date: Thu, 17 Aug 2006 04:18:19 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
hi,
i?m in trouble with my Recurrence Equations:
i?ve defined the following function
anteil[0] = 1
anteil[n_] := anteil[n - 1] + (anteil[n - 1]*5 - 1)/100
i want mathematica to calculate the values for anteil[30] and so on.
Unfortunately mathematica needs for this calculation over 2 hours (and
is still running, athlon x2 4600, 2 gb ram).
I don?t see where are the difficulties for mathematica...
Thanx for your help
frank
Prev by Date:
Re: position lists
Next by Date:
Re: position lists
Previous by thread:
Re: Several functions in a single 2D-plot
Next by thread:
Re: calculate Recurrence Equations
|