Skip to content

jovilius/mandlebrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot set

The Mandelbrot set is the set of values of c in the complex plane for which the orbit of 0 under iteration of the complex quadratic polynomial "z(n+1) = z(n)^2 + c" remains bounded.

Ascii rendering

                                                      .                    
                                                                            
                                                        . ..                
                                                         .                  
                                                         .                  
                                                       ...                  
                                                       .@&.                 
                                                    ..&.@@. .               
                                                    ..*@@@@..               
                                                     @@@@@@@.               
                                                    *8@@@@@@.               
                                                    .@@@@@@@.               
                                                    &@@@@@@@.               
                                           .         .@@@@@.                
                                         **.    8.....*@@@*...& *@          
                                         ..*.  .+#*8@@@@@@@@@&@.8.          
                                          .@&..#@@@@@@@@@@@@@@@@@.   * ...  
                                          .@@@&@@@@@@@@@@@@@@@@@@@8 *&*+.   
                                          &@@@@@@@@@@@@@@@@@@@@@@@@.@@@.    
                                          .@&@@@@@@@@@@@@@@@@@@@@@@@@@@.    
                                       . ..@@@@@@@@@@@@@@@@@@@@@@@@@@@@     
                                      .&*.@@@@@@@@@@@@@@@@@@@@@@@@@@@@.     
                                      .*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@8.    
                                       @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    
                           .          ..@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#    
                           .         .*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.&*
                    .  *   .          @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+* 
                      @+.  .+ *      ##@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@..  
                      .@*...@..*     @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*   
                     .*@@.@@@@+#.    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   
                      .@@@@@@@@@@*  .@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+  
                   . .@@@@@@@@@@@@@..@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.  
                    .@@@@@@@@@@@@@@..@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#   
               .    .*@@@@@@@@@@@@@&.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.  
                    +@@@@@@@@@@@@@@@*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.   
                *...8@@@@@@@@@@@@@@@+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    
                .@@@@@@@@@@@@@@@@@@@&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.    
               **@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     
     @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.      
               **@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     
                .@@@@@@@@@@@@@@@@@@@&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.    
                *...8@@@@@@@@@@@@@@@+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    
                    +@@@@@@@@@@@@@@@*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.   
               .    .*@@@@@@@@@@@@@&.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.  
                    .@@@@@@@@@@@@@@..@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#   
                   . .@@@@@@@@@@@@@..@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.  
                      .@@@@@@@@@@*  .@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+  
                     .*@@.@@@@+#.    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   
                      .@*...@..*     @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*   
                      @+.  .+ *      ##@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@..  
                    .  *   .          @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+* 
                           .         .*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.&*
                           .          ..@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#    
                                       @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    
                                      .*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@8.    
                                      .&*.@@@@@@@@@@@@@@@@@@@@@@@@@@@@.     
                                       . ..@@@@@@@@@@@@@@@@@@@@@@@@@@@@     
                                          .@&@@@@@@@@@@@@@@@@@@@@@@@@@@.    
                                          &@@@@@@@@@@@@@@@@@@@@@@@@.@@@.    
                                          .@@@&@@@@@@@@@@@@@@@@@@@8 *&*+.   
                                          .@&..#@@@@@@@@@@@@@@@@@.   * ...  
                                         ..*.  .+#*8@@@@@@@@@&@.8.          
                                         **.    8.....*@@@*...& *@          
                                           .         .@@@@@.                
                                                    &@@@@@@@.               
                                                    .@@@@@@@.               
                                                    *8@@@@@@.               
                                                     @@@@@@@.               
                                                    ..*@@@@..               
                                                    ..&.@@. .               
                                                       .@&.                 
                                                       ...                  
                                                         .                  
                                                         .                  
                                                        . ..                
                                                                            
                                                       .     

About

Scala ascii Mandelbrot set.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages