Logo by Fiery - 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 26, 2024, 11:16:21 PM


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]   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: Quaternion?  (Read 416 times)
0 Members and 1 Guest are viewing this topic.
Kali
Fractal Supremo
*****
Posts: 1138


« on: March 19, 2012, 06:22:46 AM »

I don't know too much about quat fractals, but I definitely got one (or something like them), by choosing a julia using this formula:

x0 = z.x;
z.x = z.x * z.x - z.y * z.y - z.z * z.z;
z.y = 2.00 * x0 * z.y;
z.z = 2.00 * x0 * z.z;
z = z + c;


I modified Fragmentarium's Mandelbulb.frag and this is the result:





As you can see I only used 3-dimensional vectors, so... what's the mathematical explanation for this?   huh?

Could it be that when z.w=0, the multiplication is done like I did?

Logged

Syntopia
Fractal Molossus
**
Posts: 681



syntopiadk
WWW
« Reply #1 on: March 19, 2012, 07:06:37 PM »

As you can see I only used 3-dimensional vectors, so... what's the mathematical explanation for this?   huh?
Could it be that when z.w=0, the multiplication is done like I did?

Exactly, the square of a quaternion is: (x*x-y*y-z*z-w*w, 2*x*y, 2*xz, 2*xw)
So you discovered a slice of quaternion algebra by chance :-)
Logged
Kali
Fractal Supremo
*****
Posts: 1138


« Reply #2 on: March 19, 2012, 07:14:01 PM »

Exactly, the square of a quaternion is: (x*x-y*y-z*z-w*w, 2*x*y, 2*xz, 2*xw)
So you discovered a slice of quaternion algebra by chance :-)

Nice!  Too bad this was already discovered some time ago  grin
Logged

Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
decimated quaternion Images Showcase (Rate My Fractal) alij 4 1101 Last post September 14, 2013, 02:21:05 PM
by alij
Complexified quaternion now in MB3D Mandelbulb 3d DarkBeam 5 1463 Last post October 08, 2013, 06:10:44 PM
by Nahee_Enterprises
Quaternion Quest IV Mandelbulber Gallery mclarekin 0 558 Last post November 04, 2014, 07:05:36 AM
by mclarekin
Quaternion Mandelbulb3D Gallery MichaelWGioffredi 0 631 Last post April 02, 2015, 03:16:12 PM
by MichaelWGioffredi
Correctly Spelt Quaternion Qu12 Mandelbulber Gallery mclarekin 0 737 Last post May 29, 2015, 04:09:27 AM
by mclarekin

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.219 seconds with 24 queries. (Pretty URLs adds 0.008s, 2q)