|
[Date Index]
[Thread Index]
[Author Index]
question about nest
- To: mathgroup at christensen.cybernetics.net
- Subject: [mg1940] question about nest
- From: ORLANDO LUIS GOULART PERES <orlando at axp.ift.unesp.br>
- Date: Wed, 23 Aug 1995 22:33:17 -0400
Dear Wizards
I have a function with two variables
f[x_,a_]:=a*x*(1-x)
And I need the n-compose function
Nest[f,x,n]
But Mathematica look for a function f[x] and not f[x,a]
Is this possible to use Nest with this two variable function?
For example, I need
f[x,a], f[f[x,a],a], f[f[f[x,a],a],a] .
Later I will put many values for "a" .
Regards
Orlando Peres
Prev by Date:
wavelets
Next by Date:
Bug in NonlinearFit.m
Previous by thread:
wavelets
Next by thread:
Re: question about nest
|