A MAPLE QUESTION
#2
(01/04/2010, 08:16 PM)daniel127 Wrote: Does any one know how to make the function f(x)=x^(x^(x... work recursively in Maple 8 - the code to put in i.e.?

Code:
tet := proc(x,n); if n = 0 then return 1; else return x^tet(x,n-1); end if; end proc;


Messages In This Thread
A MAPLE QUESTION - by daniel127 - 01/04/2010, 08:16 PM
RE: A MAPLE QUESTION - by bo198214 - 01/04/2010, 09:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Question about the properties of iterated functions Shanghai46 9 2,239 04/21/2023, 09:07 PM
Last Post: Shanghai46
  Matrix question for Gottfried Daniel 6 2,224 12/10/2022, 09:33 PM
Last Post: MphLee
  [question] Local to global and superfunctions MphLee 8 2,719 07/17/2022, 06:46 AM
Last Post: JmsNxn
  A random question for mathematicians regarding i and the Fibonacci sequence. robo37 1 4,934 06/27/2022, 12:06 AM
Last Post: Catullus
  Question about tetration methods Daniel 17 6,280 06/22/2022, 11:27 PM
Last Post: tommy1729
  A question concerning uniqueness JmsNxn 4 11,666 06/10/2022, 08:45 AM
Last Post: Catullus
  Math.Stackexchange.com question on extending tetration Daniel 3 3,557 03/31/2021, 12:28 AM
Last Post: JmsNxn
  Kneser method question tommy1729 9 15,913 02/11/2020, 01:26 AM
Last Post: sheldonison
  A Notation Question (raising the highest value in pow-tower to a different power) Micah 8 15,982 02/18/2019, 10:34 PM
Last Post: Micah
  Math overflow question on fractional exponential iterations sheldonison 4 12,659 04/01/2018, 03:09 AM
Last Post: JmsNxn



Users browsing this thread: 1 Guest(s)