Browse Source

start working on pyth mandel

master
Erin 8 years ago
parent
commit
060e153516
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      mandel.pyth.py

+ 17
- 0
mandel.pyth.py View File

@ -0,0 +1,17 @@
a=z=x/25+y/15j+1j-2
# x/25 + y/15j + 1j - 2
# == x/25 - y*1j/15 + 1j - 2
# +.jcG25_cH15.j_2 1
# x => G, y => H
# nested for is
# FHU30FGU75
# so we have
# FHU30FGU75=z+.jcG25_cH15.j_2 1
# scratch !!!
# FHU30FGU75JK+.jcG25_cH15.j_2 1=N126

Loading…
Cancel
Save