-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
* fix vector lesson images for firefox * Fix images for firefox in span lesson * Partial progress for linear transformations, testing visual diff when the file changes * Add file change * Fix images for firefox in linear transformations lesson * Fix images for firefox in 3d-transformations lesson * Fix images for firefox in nonsquare-matrices lesson * Fix images for firefox in dot-products lesson * Fix images for firefox in cross-products lesson * Fix images for firefox in cross-products-extended lesson * Add the rest of the links to figma pages for the visual * Update notes.txt * Fix color of vector * Fix broken image * Fix broken image * Fix broken image * Fix broken image
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Notes from Kurt: | ||
|
||
- Link to figma page: https://www.figma.com/design/mrGqFEpSdqWmWCgv0Yer6I/Essence-of-Linear-Algebra?node-id=32-2 | ||
- Could add a visual & animation at the end of the combining transformations section. Something like, "We can double check our work visually to see that the basis vectors do indeed correspond to the columns of the resulting matrix." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Notes from Kurt: | ||
|
||
- Link to figma page: https://www.figma.com/design/mrGqFEpSdqWmWCgv0Yer6I/Essence-of-Linear-Algebra?node-id=759-8 | ||
- Removed this text right after calculating the inverse: "One way to interpret this is that from Jennifer's perspective, our first basis vector $\hat{\imath}$ has the coordinates $\left[\begin{array}{c} 1/3 \\ -1/3 \end{array}\right]$, and our second basis vector $\hat{\jmath}$ has coordinates $\left[\begin{array}{c} 1/3 \\ 2/3 \end{array}\right]$." | ||
- See figma page for illustrations: https://www.figma.com/file/mrGqFEpSdqWmWCgv0Yer6I/Essence-of-Linear-Algebra?type=design&node-id=759-8&mode=design |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
Notes from Kurt: | ||
|
||
- Link to figma page: https://www.figma.com/design/mrGqFEpSdqWmWCgv0Yer6I/Essence-of-Linear-Algebra?node-id=487-23664 | ||
- In the video the example starts as [3 2] cross [2 -1], but then changes to [3 1] cross [1 -2] between sections. Note, both have the same cross product of -7. | ||
- TODO: change colors of "two dimensions" section to be yellow and purple | ||
- Possibly reword sentence containing the word "prototypical" | ||
- Should the parallelogram always be the same color as the first operand vector in the cross product? | ||
- Should there be some comprehension questions applying the notational trick formula? Or should the student be encouraged into the next more in-depth lesson? | ||
- TODO: replace `./figures/compute-with-determinant/determinant-basis-vectors-transformed-orientation.png` with image callback from chapter five | ||
- TODO: replace `./figures/compute-with-determinant/determinant-basis-vectors-transformed-orientation.png` with image callback from chapter five | ||
|
||
- TODO: have before-and-after for image following "This is because a matrix whose columns represent v and w corresponds with a linear transformation that moves the basis vector..." |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
- Link to figma page: https://www.figma.com/design/mrGqFEpSdqWmWCgv0Yer6I/Essence-of-Linear-Algebra?node-id=282-245 | ||
- From Kurt: I think the end of the "unit vector" section and the "duality" section are going to be the hardest for the student, I tried to create a good question, but maybe there are some other considerations here. | ||
- From Grant: The section on linear transformations and duality could also be broken out as a separate article. In that case, we'd simply end this one with the question, prompting one to read the next article if they want to see the connection. | ||
"There's also another big question other than the order: Why on earth does this numerical process of matching coordinates, multiplying pairs, and adding them together have anything to do with projection?" |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.