# Fractal **Repository Path**: tl-x/Fractal ## Basic Information - **Project Name**: Fractal - **Description**: I wrote this code when I was bored.There are videos output by some of these programs on bilibili https://www.bilibili.com/video/BV1LQ4y127S2/. 我无聊时写的代码。程序输出的一些视频在b站上有。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-11 - **Last Updated**: 2022-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fractal I wrote this code when I was bored.There are videos output by some of these programs on bilibili https://www.bilibili.com/video/BV1LQ4y127S2/. 我无聊时写的代码。程序输出的一些视频在b站上有。 Mandelbrot_set:*Zn+1=(Zn)^2+C* julia:*Zn+1=(Zn)^2+C* boat:*Zn+1=(abs(ReP(Zn))+abs(ImP(Zn))\*i)^2+C* negarg:*Zn+1=(-ReP(Zn)+ImP(Zn)\*i)^2+C* absimag:*Zn+1=(ReP(Zn)+abs(ImP(Zn))\*i)^2+C* absreal:*Zn+1=(abs(ReP(Zn))+ImP(Zn)\*i)^2+C* argabsreal:*Zn+1=(abs(ReP(Zn))-ImP(Zn)\*i)^2+C*