Changes

Jump to: navigation, search

TriForce

23 bytes added, 21: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 ===

Navigation menu