Merge pull request #60 from dziadzisko/bugFixChapter8p2

fix bug in cross product result matrix
This commit is contained in:
Grant Sanderson 2024-11-09 16:56:19 -06:00 committed by GitHub
commit f23e27a098
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ class BruteForceVerification(Scene):
cross = Matrix(list(it.starmap(get_term, [
(v2, w3, v3, w2),
(v3, w1, v1, w3),
(v2, w3, v3, w2),
(v1, w2, v2, w1),
])))
cross_product = VGroup(
v.copy(), OldTex("\\times"), w.copy(),