Operations with fractional index between + and * ?
#2
Hmm, couldn't resist....
I just tried this for some numerical data without further checking, whether this all can eventually give a meaningful concept.
Anyway.
I've considered the ten fractionally indexed oprations between mul() and pow(). Base is sqrt(2), initial value x0 is 2.0 because with x0=1 the power-operation would give trivial result. The iteration-height h is 1,2 and 3. The (fractional) operation-index is k; k=0 means mul(x0,sqrt(2),h), k=1 means pow(x0,sqrt(2),h)

Here are the results:

Code:
´          h=1                h=2             h=3
´    |  2.0* b^1.0      2.0* b^2.0      2.0* b^3.0                          
  k  | 2.82842712475   4.00000000000   5.65685424949  <--- mul(2,sqrt(2),h)  , direct computation    
-----------------------------------------------------                        
  0.0  2.82842712475   4.00000000000   5.65685424949  = mul()                
  0.1  2.81156857833   4.00000000000   5.75322682321                      
  0.2  2.79480389679   4.00000000000   5.85853861394                      
  0.3  2.77814247936   4.00000000000   5.97272443872                      
  0.4  2.76159351333   4.00000000000   6.09569942066                      
  0.5  2.74516595391   4.00000000000   6.22787081195                      
  0.6  2.72886850525   4.00000000000   6.37054764165                      
  0.7  2.71270960247   4.00000000000   6.52607412279                      
  0.8  2.69669739492   4.00000000000   6.69762735731                      
  0.9  2.68083973075   4.00000000000   6.88877250162                      
  1.0  2.66514414269   4.00000000000   7.10299330132  = pow()            
-----------------------------------------------------                    
     | 2.66514414269   4.00000000000   7.10299330132    <--- pow(2,sqrt(2),h)  , direct computation
     |  2.0^ b^1.0       2.0^ b^2.0      2.0^ b^3.0

Gottfried
Gottfried Helms, Kassel
Reply


Messages In This Thread
RE: Operations with fractional index between + and * ? - by Gottfried - 10/10/2009, 12:11 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Base Pi Hyper-Operations Catullus 3 8,494 11/08/2022, 06:51 AM
Last Post: Catullus
Question Rank-Wise Approximations of Hyper-Operations Catullus 48 79,684 09/08/2022, 02:52 AM
Last Post: JmsNxn
Question Octonion Hyper-Operations Catullus 3 7,406 07/05/2022, 08:53 AM
Last Post: Catullus
  Thoughts on hyper-operations of rational but non-integer orders? VSO 4 15,569 06/30/2022, 11:41 PM
Last Post: MphLee
  On my old fractional calculus approach to hyper-operations JmsNxn 14 29,297 07/07/2021, 07:35 AM
Last Post: JmsNxn
  On to C^\infty--and attempts at C^\infty hyper-operations JmsNxn 11 24,900 03/02/2021, 09:55 PM
Last Post: JmsNxn
  Could there be an "arctic geometry" by raising the rank of all operations? Syzithryx 2 11,050 07/24/2019, 05:59 PM
Last Post: Syzithryx
  on constructing hyper operations for bases > eta JmsNxn 1 10,024 04/08/2015, 09:18 PM
Last Post: marraco
  Theorem in fractional calculus needed for hyperoperators JmsNxn 5 23,187 07/07/2014, 06:47 PM
Last Post: MphLee
  Negative, Fractional, and Complex Hyperoperations KingDevyn 2 19,795 05/30/2014, 08:19 AM
Last Post: MphLee



Users browsing this thread: 1 Guest(s)