The Different Fixed Points of Exponentials
#12
Pari/GP:
Code:
\\ get's k'th fixpoint in the first quadrant  
get_kth_fixpoint(k,maxit=80)=my(z0=1+3*I);for(it=1,maxit,z0=log(z0)+k*2*Pi*I);z0

\\ make (draft) picture
ploth(k=0,4,get_kth_fixpoint(k,20),4096)
Gottfried Helms, Kassel
Reply


Messages In This Thread
RE: The Different Fixed Points of Exponentials - by Gottfried - 07/18/2022, 09:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Down with fixed points! Daniel 1 3,439 04/29/2023, 11:02 PM
Last Post: tommy1729
  Iteration with two analytic fixed points bo198214 62 88,197 11/27/2022, 06:53 AM
Last Post: JmsNxn
  Quick way to get the repelling fixed point from the attracting fixed point? JmsNxn 10 15,921 07/22/2022, 01:51 AM
Last Post: JmsNxn
Question Two Attracting Fixed Points Catullus 4 8,326 07/04/2022, 01:04 PM
Last Post: tommy1729
  tetration from alternative fixed point sheldonison 22 94,302 12/24/2019, 06:26 AM
Last Post: Daniel
  Are tetrations fixed points analytic? JmsNxn 2 12,369 12/14/2016, 08:50 PM
Last Post: JmsNxn
  Removing the branch points in the base: a uniqueness condition? fivexthethird 0 6,220 03/19/2016, 10:44 AM
Last Post: fivexthethird
  Derivative of exp^[1/2] at the fixed point? sheldonison 10 39,789 01/01/2016, 03:58 PM
Last Post: sheldonison
  [MSE] Fixed point and fractional iteration of a map MphLee 0 6,923 01/08/2015, 03:02 PM
Last Post: MphLee
  attracting fixed point lemma sheldonison 4 26,762 06/03/2011, 05:22 PM
Last Post: bo198214



Users browsing this thread: 1 Guest(s)