Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
TriForce
23 bytes added
,
20:01, 7 March 2019
→
Assignment 1: Julia Set
This portion of the assignment focuses on Julia sets with the quadratic formula:
'''f'''c(z) = z^2 + c;
Where c and z are complex numbers
'''Psuedo code'''
loc = loc * loc + julia;
}
return cycles;
}
=== Assignment 2 ===
=== Assignment 3 ===
Vincent Terpstra
112
edits