Finally changed to

This commit is contained in:
Grant Sanderson
2018-01-15 19:15:05 -08:00
parent 8f895f3bfc
commit 407d72bb94
91 changed files with 6314 additions and 6309 deletions

View File

@ -122,7 +122,7 @@ class ConjugateDivisionExample(ComplexMultiplication):
self.multiplier = 1./(abs(num)**2)
self.anim_config["path_func"] = straight_path
self.apply_multiplication()
self.dither()
self.wait()
class DrawSolutionsToZToTheNEqualsW(Scene):
@staticmethod