#
Mandelbrot
* Variant absolute IM
* Exponent Real 2.7
Formula Z(n+1)=Z(n^2)+C
#mandelbrot #fractals #mathematics #Lineair #Algebra #Matrix #technology
#
Mandelbrot
* Variant absolute IM
* Exponent Real 2.7
Formula Z(n+1)=Z(n^2)+C
#mandelbrot #fractals #mathematics #Lineair #Algebra #Matrix #technology
I'm sticking with nalgebra for now because it turns out I also need QR decomposition and I haven't found it in the other crates proposed. I figured out a few things that makes it work...
Well, I'm sure there is a better and more optimized way to write it, but I got it working.
Still it was interesting to try to do the same (supposedly) basic stuff with several crates.
Spoiler, it still a pain, no matter the crate.
I don't think I can post my code since I'm basically trying to port *bad* C++/Eigen/assimp code from work. Maybe a very small part, so someone can tell me how bad my code is and offer a correction.
Just a though but building a matrix from another matrix plus a line of ones or just getting a vector that sums all the rows of a matrix should be intuitive with any algebra crate.
mandelbrot 16:18
syntax
fraqtivedefinitions:
The Mandelbrot set (/ˈmændəlbroʊt, -brɒt/)[1][2] is a two-dimensional set that is defined in the complex plane as the complex numbers c {\displaystyle c} for which the function f c ( z ) = z 2 + c {\displaystyle f_{c}(z)=z{2}+c} does not diverge to infinity when iterated starting at z = 0 {\displaystyle z=0}, i.e., for which the sequence f c ( 0 ) {\displaystyle f_{c}(0)}, f c ( f c ( 0 ) ) {\displaystyle f_{c}(f_{c}(0))}, etc., remains bounded in absolute value.[3]
sources:
man fraqtive(1)
https://en.wikipedia.org/wiki/Mandelbrot_set
#mathematics #programming #advanced #mathematics #Lineair #Algebra #complex #numbers #matrix #technology #mandelbrot #fractals #OpenSource
# mandelbrot 16:18
parameters
#mathematics #programming #advanced #mathematics #Lineair #Algebra #complex #numbers #matrix #technology #mandelbrot #fractals #OpenSource

I'm fascinated with fractal mathematics
>The Mandelbrot set (/ˈmændəlbroʊt, -brɒt/)[1][2] is a two-dimensional set that is defined in the complex plane as the complex numbers c {\displaystyle c} for which the function f c ( z ) = z 2 + c {\displaystyle f_{c}(z)=z^{2}+c} does not diverge to infinity when iterated starting at z = 0 {\displaystyle z=0}, i.e., for which the sequence f c ( 0 ) {\displaystyle f_{c}(0)}, f c ( f c ( 0 ) ) {\displaystyle f_{c}(f_{c}(0))}, etc., remains bounded in absolute value.[3]
sources:
man fraqtive(1)
https://en.wikipedia.org/wiki/Mandelbrot_set
#mathematics #advanced #programming #Lineair #Algebra #complex #numbers #matrix #technology #mandelbrot #fractals #OpenSource