Logo by Fractal Ken - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Visit us on facebook
 
*
Welcome, Guest. Please login or register. April 19, 2024, 02:15:46 AM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1] 2 3   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: New numbers set.  (Read 13789 times)
Description: Perhaps this new number is interesting for the generation of fractals in 3D
0 Members and 1 Guest are viewing this topic.
FFDiaz
Forums Freshman
**
Posts: 18



« on: December 28, 2011, 09:35:40 AM »

Yesterday, in the Spanish section at this forum, I was speaking with Kali about this theory of numbers and I thought that perhaps someone more is interested in take a look.
The part that might be more useful for the generation of 3D Fractals probably is the numeric cycle-basis, an extension of complex numbers using its cyclical properties with the powers,so the first cyclo basis is g=1, g2=g=1 and the period is 1, the second is h=-1, h3=h=-1 and the period is 2,the third one is i, i5=i and the period is 4, the fourth one is j, j9=j and the period is 8 and so on.

For a more detailed description see the attached article (isn't full 256 kb only).
Greetings Paco Fdez.

* Mathematics of scale r.pdf (253.48 KB - downloaded 322 times.)
« Last Edit: December 28, 2011, 11:40:33 PM by FFDiaz » Logged
DarkBeam
Global Moderator
Fractal Senior
******
Posts: 2512


Fragments of the fractal -like the tip of it


« Reply #1 on: December 28, 2011, 10:45:08 PM »

can you do a preliminar render of something? would be appreciated

smiley Luca
Logged

No sweat, guardian of wisdom!
FFDiaz
Forums Freshman
**
Posts: 18



« Reply #2 on: December 28, 2011, 11:38:47 PM »

Sorry Luca, I do not have the necessary software to represent it because I have, only works for conventional complex numbers, it would have to develop the code to do this and since the 1990s not code in C.
I will try to do something in Basic but it is a bit crude.
Precisely I joined this forum because I know that people very skilled in this type of software development there are and my take me much time to get up-to-date and the short time available to me I need it for my theoretical research.

Thanks Paco Fdez.
Logged
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #3 on: December 29, 2011, 12:25:45 AM »

Basic or basic-style pseudo-code would I guess be fine for most of the programmers on the forum wink
Certainly better that the "raw" math for me anyway wink
Logged

The meaning and purpose of life is to give life purpose and meaning.

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
DarkBeam
Global Moderator
Fractal Senior
******
Posts: 2512


Fragments of the fractal -like the tip of it


« Reply #4 on: December 29, 2011, 06:25:46 AM »

Ok I can try with Fragmentarium ... If it will look good will be implemented somewhere smiley
Logged

No sweat, guardian of wisdom!
fractower
Iterator
*
Posts: 173


« Reply #5 on: December 29, 2011, 06:58:58 AM »

I think you can get there using complex numbers. Some periods have multiple solutions.

g^2 = g; g = 1 Special case I wish would go away.

h^3 = h; h = -1
i^5 = i; i = sqrt(-1)
j^7 = j; j = [(-1)^(1/3), (-1)^(2/3)] First multi-solution.
k^9 = k; k = [(-1)^(1/4), (-1)^(3/4)] Exclude sub harmonic.

x^n = x; x = [(-1)^(m*/((n-1)/2))] where m is a positive int less than (n-1)/2 and shares no common factors with (n-1)/2.
Logged
DarkBeam
Global Moderator
Fractal Senior
******
Posts: 2512


Fragments of the fractal -like the tip of it


« Reply #6 on: December 29, 2011, 09:24:29 AM »

Reduced to the bone your paper proposes this law;

             float xx = real(zri)
              float yy = imag(zri)
              float zz = real(zjk)
              float ww = imag(zjk)
              zri = xx*xx + yy*yy + flip(2*xx*yy + zz*zz) + cri
              zjk = 2*zz*(xx-yy) + 2*ww*flip(xx-yy+zz) + cjk
// I may have forgot some ww terms but they stay = 0 in 3D slices so... smiley

You should already know that all the quaternion-style formulas have already been explored (well, almost... or in any case the result is known)

The result is not so satisfying? Or yes?  alien It depends on what you wished in the end. grin Azn

Also tried more recipes;
              // pacobrot B
              zri = xx*xx + yy*yy + flip(-2*xx*yy - zz*zz) + cri
              zjk = 2*zz*(xx-yy) + 2*ww*flip(xx+yy-zz) + cjk
              // pacobrot B
              zri = xx*xx + yy*yy + flip(-2*xx*yy - zz*zz) + cri
              zjk = 2*zz*(xx-yy) + 2*ww*flip(xx+yy-zz) + cjk
              // pacobrot C
              zri = xx*xx - yy*yy + flip(2*xx*yy + zz*zz) + cri
              zjk = -2*zz*(xx+yy) + 2*ww*flip(xx+yy-zz) + cjk

The quality is horrible because I used UF with brute force... wink
Even the holy grail would look awful with that method. Anyway it is realistic at 70% ... So don't hope in miracles wink

Hi!!!


* zzz.jpg (55.9 KB, 510x1171 - viewed 650 times.)
« Last Edit: December 29, 2011, 09:28:52 AM by DarkBeam » Logged

No sweat, guardian of wisdom!
FFDiaz
Forums Freshman
**
Posts: 18



« Reply #7 on: December 29, 2011, 06:35:39 PM »

I will respond in order, first to David Makin.
Nothing further from my intention that insinuate that Basic is a little capable programming language, I was referring to what I am able to do with it.
I apologize in advance because I'm not speaking English and it is easy to not me express correctly, so my sincere apologies, David.
Greetings Paco Fdez.
Logged
FFDiaz
Forums Freshman
**
Posts: 18



« Reply #8 on: December 29, 2011, 08:13:33 PM »

Now to Luca or Darkbeam as you prefer.  grin
I I am excited to see the first results, particularly in option B. It has been something like to see a son for the first time. Many thanks in advance for your interest and work.

I would like to tell you, since I do not know if this is the approach that you have given in your programming, which are my ideas on the graphical representation.

If t is a number belonging to RC3 them t=x0·g+x1·h+y·i+z·j.
  -x0 is in the positive part of the x axis and x1 is in the negative part of x axis.
  -y is on the y-axis and z on the z-axis.
All initial values x0, x1, y and z are positive. In other words, all the coefficients of c are positive in the iteration formula f(t)=t2+c.
t2=(x02+x12)·g+(2·x0·x1+y2)·h+(2·y·(x0-x1)+z2)·i+2·z·(x0-x1+y)·j
And would to check if diverges the iteration for every number of the space so defined we take as square of the module
|t|2=(x0-x1)2+y2+z2

Again many thanks Luca.

Greetings Paco Fdez.
« Last Edit: December 30, 2011, 03:35:57 PM by FFDiaz » Logged
FFDiaz
Forums Freshman
**
Posts: 18



« Reply #9 on: December 29, 2011, 09:05:39 PM »

And now Fractower.

Is not convenient to think i like sqrt (- 1) or (-1)1/2 because this brings us to i2 could be 1 or -1 depending on the properties of the powers that we use.

So if we use the property (a·b)n=an·bn let see:
i2=i·i=(-1)1/2·(-1)1/2=((-1)·(-1))1/2=11/2=1
or if we use an·am=am+n:
i2=i·i=(-1)1/2·(-1)1/2=(-1)1/2+1/2=(-1)1=-1

Similarly it is not convenient to think of j=(-1)1/4, k=(-1)1/8...
I think that the correct interpretation of the successive powers of the representatives numbers of each cyclo-base is given in column 3 of the table that is on page 16 of my article.

Many thanks for your interest.

Greetings, Paco Fdez.
« Last Edit: December 31, 2011, 02:12:29 AM by FFDiaz » Logged
DarkBeam
Global Moderator
Fractal Senior
******
Posts: 2512


Fragments of the fractal -like the tip of it


« Reply #10 on: December 29, 2011, 10:22:25 PM »

Ahh! So you did not made a normal quaternion grin
Please please express your formula in clear basic language using common funcs and symbols!
I need that you call x like x, y like y... Use how many symbols as you please...
I need a clear transcription to do the translation correctly cheesy

No need to reply in a day but be clear wink por favor cheesy
Logged

No sweat, guardian of wisdom!
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #11 on: December 29, 2011, 11:05:01 PM »

Ahh! So you did not made a normal quaternion grin
Please please express your formula in clear basic language using common funcs and symbols!
I need that you call x like x, y like y... Use how many symbols as you please...
I need a clear transcription to do the translation correctly cheesy

No need to reply in a day but be clear wink por favor cheesy

Actually it's most definitely not a quaternion. The key is that the form concerned has *4* terms for an "observable" 3 dimensional system as I understand it.

In terms of 4 separate "dimensions" addition and subtraction are as you would expect and the system is commutative and distributive but not associative(, nor does it have a unique inverse???)

Anyway here's the standard multiplication table for up to 5 "dimensions" -> == 4 "observable" dimensions, I give this in terms of r,i,j,k,l as that's how one would normally expect but under Paco's system r and i are not "separately observable" and in fact combine to a single numerical dimension (as in the magnitude calculation):

Code:
     r    i    j    k    l
r    r    i    j    k    l
i    i    r   -j   -k   -l
j    j   -j    i    k    l
k    k   -k    k    j    l
l    l   -l    l    l    k

For 3 observable dimensions then r,i,j,k are required, addition and subtraction are as you would expect, multiplication follows the above table and the magnitude |xr+yi+zj+wk| is sqrt((x-y)^2+z^2+w^2) if I've understood correctly.

Unfortunately as far as I can see there is no definition given for division - though I guess working out the appropriate matrix and inverting it would probably give a form to use though my math is not quite up to that.

@Paco - have you a definition of division (for two 4D variables x and y in terms of your g,h,i,j or in terms of the above r,i,j,k) for an "observable" 3d system ?

Logged

The meaning and purpose of life is to give life purpose and meaning.

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #12 on: December 30, 2011, 04:19:42 AM »

Code:
     r    i    j    k    l
r    r    i    j    k    l
i    i    r   -j   -k   -l
j    j   -j    i    k    l
k    k   -k    k    j    l
l    l   -l    l    l    k

So the square of (x, y, z, w) would be (x^2+y^2, 2*x*y+z^2, 2*x*z-2*y*z+w^2, 2*x*w-2*y*w+2*z*w)
Logged

The meaning and purpose of life is to give life purpose and meaning.

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
DarkBeam
Global Moderator
Fractal Senior
******
Posts: 2512


Fragments of the fractal -like the tip of it


« Reply #13 on: December 30, 2011, 09:08:44 AM »

Now to Luca or Darkbeam as you prefer.  grin
I I am excited to see the first results, particularly in option B. It has been something like to see a son for the first time. Many thanks in advance for your interest and work.

I would like to tell you, since I do not know if this is the approach that you have given in your programming, which are my ideas on the graphical representation.

If t is a number belonging to RC3 them t=x0·g+x1·h+y·i+z·j.
  -x0 is in the positive part of the x axis and x1 is in the negative part of x axis.
  -y is on the y-axis and z on the z-axis.
All initial values x0, x1, y and z are positive. In other words, all the coefficients of c are positive in the iteration formula f(t)=t2+c.
t2=(x02+x12)·g+(2·x0·x1+y2)·h+2·y·(x0-x1)·i+2·z·(x0-x1+y)·j
And would to check if diverges the iteration for every number of the space so defined we take as square of the module
|t|2=(x0-x1)2+y2+z2

Again many thanks Luca.

Greetings Paco Fdez.


hmmm, if I understand right
x0 is -x when x is lt 0 but when gt 0? 0?
for x1 the same problem wink
and y z should be normal?
cx cy cz must be preprocessed with abs()

Probably? smiley
Logged

No sweat, guardian of wisdom!
FFDiaz
Forums Freshman
**
Posts: 18



« Reply #14 on: December 30, 2011, 11:40:29 PM »

Indeed, these numbers have nothing to do with quaternions.

i is the imaginary number conventional but j isn't the j of quaternions. j^2 is i not -1 as in the quaternions.

The real part of the number is constructed with the cycle bases g and h.
The coefficient which multiplies to g is the numerical value of an observable of a positive nature (for example, the charge of proton) and the coefficient of h for a  negative observable. Therefore, usually the coefficient of g or h is zero depending on the type of observable (this is important when it comes to the programming of the fractal).

The square of a number of RC3 is indeed as have written you David (I made a mistake and not wrote the last term of the coefficient of i, but I have now corrected).
Indeed, as suspicions David, this is not probably a division algebra, but I have to study it in more detail the inverse of a number, I believe that it is not unique. But although this is very important to mathematicians, the division is not a necessary operation in physics that I am creating.

Luca in a while I will try to translate this into relationships that you can include in a program.

Greetings, Paco Fdez.
« Last Edit: December 31, 2011, 02:09:51 AM by FFDiaz » Logged
Pages: [1] 2 3   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
irrational numbers as game dungeons Mathematics hgjf2 7 5936 Last post February 14, 2013, 08:35:18 PM
by hgjf2
New Math can add Trillions of numbers at the same TIME! (new) Theories & Research kevinmorais 0 445 Last post March 25, 2013, 03:14:09 PM
by kevinmorais
Geometry of Numbers Images Showcase (Rate My Fractal) alexl 3 1368 Last post February 12, 2014, 05:42:33 PM
by eiffie
Algebraic Numbers (new) Theories & Research kram1032 0 381 Last post August 13, 2015, 12:00:51 AM
by kram1032
Nature by numbers General Discussion Caleidoscope 0 2751 Last post October 08, 2017, 02:44:48 PM
by Caleidoscope

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.223 seconds with 28 queries. (Pretty URLs adds 0.01s, 2q)