3b1b / 3Blue1Brown.com

https://www.3blue1brown.com
Other
358 stars 137 forks source link

Mismatch between the matrix and its visualization #317

Open programmer-ke opened 1 year ago

programmer-ke commented 1 year ago

Describe the bug In the linear algebra series, chapter 6 (the determinant), in the 6th image from the top, there's a mismatch between the matrix and its visualization. The matrix as stated by is [(3, 0), (2, 2)] by column, but the visualization shown is for [(3, 0), (3, 2)].

To Reproduce Steps to reproduce the behavior:

  1. Go to the chapter
  2. Scroll down to the 6th image
  3. See error

Expected behavior That the matrix and its representation correspond, either [(3, 0), (2, 2)] or [(3, 0), (3, 2)].

Screenshots The following is the relevant SVG file being rendered.

Link to SVG

Desktop (please complete the following information):