Mismatch between the matrix and its visualization
- 主要言語
- MDX
- スター
- 738
- フォーク
- 230
- 平均マージ
- 13時間 15分
- マージ済み PR(30日)
- 14
説明
**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](https://www.3blue1brown.com/lessons/determinant)
2. Scroll down to the 6th image
4. 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](https://github.com/3b1b/3Blue1Brown.com/blob/c214be853d9661c645d05923595113b2bbc56772/public/content/lessons/2016/determinant/determinant_6.svg)
**Desktop (please complete the following information):**
- OS: [Ubuntu]
- Browser [firefox]
- Version [105.0]
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
The issue points to a specific SVG file in the repository: public/content/lessons/2016/determinant/determinant_6.svg. First, locate this file and examine its content to see the current matrix visualization. Compare it with the matrix described in the lesson text. The fix likely involves editing the SVG to correct the coordinates, then verifying the change by viewing the updated image locally or in the lesson.
索引モデルが issue の本文から書いたものです。
評価
- 領域
- content
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 70/100