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
- Follow-Ups:
- Re: calculate Recurrence Equations
- From: János <janos.lobb@yale.edu>
- Re: calculate Recurrence Equations
- From: gardyloo <gardyloo@mail.wsu.edu>
- Re: calculate Recurrence Equations
- From: Adriano Pascoletti <pascolet@dimi.uniud.it>
- Re: calculate Recurrence Equations
- From: Sseziwa Mukasa <mukasa@jeol.com>
- Re: calculate Recurrence Equations