3b1b / 3Blue1Brown.com

https://www.3blue1brown.com
Other
345 stars 124 forks source link

Essence of Linear Algebra: Revised Linear Transformations Lesson #397

Closed kurtbruns closed 5 months ago

kurtbruns commented 5 months ago

This pull request publishes these changes for the "linear transformations" lesson:

Notes:

3b1b commented 5 months ago

Looking good, there are just a few small things I noticed.

- In the image matrices/MatrixNotation2x2.svg, the opening quotation marks are backwards. In LaTeX, you'd want to use "``"

- I found the diagram matrices/MatrixNotation2x2InputOutput.svg and matrices/MatrixNotation2x2InputOutputGeneral.svg a little bit confusing. They sort of make it look like the input vector gets turned into the matrix, which gets turned into the output vector. Instead, I might draw it where you have the input vector on the top, a big downward arrow to the output vector on the bottom, and display the matrix next to that arrow. Hopefully, this would better convey the idea that the matrix is the transformation.

Other than that, the graphics are great as usual, and the questions are all well-chosen. To your question on keeping the input vector in the graphics of "transformations are functions", I like the way you have it here.