|
[Date Index]
[Thread Index]
[Author Index]
Limit of nested function
- To: mathgroup at smc.vnet.net
- Subject: [mg122154] Limit of nested function
- From: Miguel <mibelair at hotmail.com>
- Date: Sun, 16 Oct 2011 16:45:20 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
How can I to calculate the limit of a nested function . Mathematica 6
yields an error message "... Non negative machine size integer ...".
For example, let
f[x,n]=Nest[Sqrt[# Sqrt[#]]&,x,n]
For x=3, Limit[f[3,n], n->inf]
Thanks
Prev by Date:
Re: Suppressing quotes around strings in Input style.
Next by Date:
Find two numbers a,b such us: a+b=5432 & LCM[a,b]=223020
Previous by thread:
Puzzling behaviour of ListContoutPlot3D
Next by thread:
Re: Limit of nested function
|