mirror of
https://github.com/3b1b/videos.git
synced 2025-09-18 21:38:53 +00:00
Merge pull request #60 from dziadzisko/bugFixChapter8p2
fix bug in cross product result matrix
This commit is contained in:
commit
f23e27a098
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Reference in a new issue