Extended xor to Tetrion space
#10
Okay, now it works because of the complements:

Code:
xorb(x,y,b)={x=if(x<0,b^h+x,x);y=if(y<0,b^h+y,y);z=sum(k=1,h+blength(max(x,y),b),b^(k-1)*mod(if(x==0,0,iferr(Vecrev(digits(floor(x*b^h),b))[k],err,0))+if(y==0,0,iferr(Vecrev(digits(floor(y*b^h),b))[k],err,0)),b))/b^h*1.0;if(z>b^(h-1),return(z-b^h),return(z));};

I have tested on the complex interval [[-3;3];[-3i;3i]] but triads are not found.
But what about using natural logarithm of quaternionic base units, like i, j, k? Well, the logarithm makes multiplication from the addition, like this way:
log i + log j = log ij = log k
So, can (log i; log j; log k) be a triad?

(Let us notice that log i[x] not equals to i[x](pi/2 + 2npi) in this context.)
Xorter Unizo
Reply


Messages In This Thread
Extended xor to Tetrion space - by Xorter - 07/31/2018, 01:08 PM
RE: Extended xor to Tetrion space - by 11Keith22 - 08/02/2018, 04:29 AM
RE: Extended xor to Tetrion space - by Xorter - 08/02/2018, 09:33 AM
RE: Extended xor to Tetrion space - by 11Keith22 - 08/05/2018, 02:10 AM
RE: Extended xor to Tetrion space - by Xorter - 08/05/2018, 09:45 AM
RE: Extended xor to Tetrion space - by 11Keith22 - 08/05/2018, 06:19 PM
RE: Extended xor to Tetrion space - by Xorter - 08/07/2018, 01:28 PM
RE: Extended xor to Tetrion space - by 11Keith22 - 08/07/2018, 10:43 PM
RE: Extended xor to Tetrion space - by Xorter - 08/08/2018, 07:53 PM
RE: Extended xor to Tetrion space - by Xorter - 08/17/2018, 06:39 PM
RE: Extended xor to Tetrion space - by 11Keith22 - 08/18/2018, 02:54 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Extended Schroeder equation Shanghai46 2 5,925 03/23/2025, 11:24 PM
Last Post: MphLee
  Is there a function space for tetration? Chenjesu 0 4,565 06/23/2019, 08:24 PM
Last Post: Chenjesu
  Uniqueness of Ansus' extended sum superfunction bo198214 4 17,998 10/25/2013, 11:27 PM
Last Post: tommy1729
  number theory EPNT : extended prime number theorem tommy1729 0 5,863 08/23/2012, 02:44 PM
Last Post: tommy1729



Users browsing this thread: 29 Guest(s)