Skip to content

arriagajorge/DGIFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DGIFS

Directed-Graph Iterated Function Systems with JULIA

Considering the following directed graph

Directed Graph

Where each vertex corresponds to a compact

Vertex

Assuming that in each iteration each compact has associated with it the function corresponding to the sierpinski triangle, where the edges decide whether the associated compact is considered or not.

Thus in the first iteration we have:

Iter 1

In the second iteration:

Iter 2

An approximation:

Iter n

This explanation is intuitive, it is recommended that you consult DGIFS_theory. This work is based on gcboore.