Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New example #234

Closed
adammaj1 opened this issue Oct 30, 2022 · 1 comment
Closed

New example #234

adammaj1 opened this issue Oct 30, 2022 · 1 comment

Comments

@adammaj1
Copy link

Hi

Here are 2 xpf files for the parabolic Julia set for f(z)=z^5+mz^4+z where m = 0.8+0.4i

 (initstate)
 (defaultpalette 0)
 (formula 'user)
 (usrform "(Z^5)+((0.8+0.4i)*(Z^4))+Z")
 (usrformInit "")
 (view -0.212 -0.847 4.04 4.04)

This gives inverted image. I think that it is a bug

 (initstate)
 (defaultpalette 0)
 (formula 'user)
 (usrform "(Z^5)+((0.8+0.4I)*(Z^4))+Z")
 (usrformInit "")
 (periodicity #f)
 (incoloring 2)
 (view -0.4444 0.09005 3.798 3.798)

Here one can see 3 repelling petals

See also commons category : Fractal created with XaoS

HTH

Adam

kovzol added a commit that referenced this issue Oct 6, 2023
@kovzol
Copy link
Contributor

kovzol commented Oct 6, 2023

Thanks for your contributions (and sorry for the long delay)! Yes, maybe the fractal is shown mirrored, this may be a bug, indeed.
Please feel free to submit further fractals with their XPF files by forking the code and using a pull request if possible. Thanks!

@kovzol kovzol closed this as completed Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants