Skip to content

Commit

Permalink
Essence of Linear Algebra: Revised Linear Transformations Lesson (#397)
Browse files Browse the repository at this point in the history
* Publish revised linear transformations lesson

* Change perspective to plural, small edits

* Added solution for linear system of equation, visuals for linearly dependent columns, and transformation from matrix

* Fix opening quotation, modify other matrix figures

---------

Co-authored-by: Kurt Bruns <[email protected]>
  • Loading branch information
kurtbruns and Kurt Bruns authored Jan 30, 2024
1 parent 4fdd998 commit 66627ba
Show file tree
Hide file tree
Showing 129 changed files with 4,235 additions and 225 deletions.
27 changes: 26 additions & 1 deletion .vscode/3blue1brown.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,30 @@
"<Accordion title=\"$1\">\n$7\n</Accordion>"
],
"description": "Insert an accordion into markdown."
}
},
"Vector": {
"scope": "markdown, mdx",
"prefix": "vector",
"body": [
"\\vec{\\mathbf{$1}}"
],
"description": "Insert a vector variable into markdown."
},
"Array": {
"scope": "markdown, mdx",
"prefix": "array",
"body": [
"\\left[\\begin{array}{c} $1 \\\\\\ $2 \\\\\\ $3 \\end{array}\\right]"
],
"description": "Insert a vector array into markdown."
},
"LessonLink": {
"scope": "markdown, mdx",
"prefix": "lesson",
"body": [
"<LessonLink id=\"$1\">$2</LessonLink>"
],
"description": "Insert a LessonLink into markdown."
},

}
Git LFS file not shown

Large diffs are not rendered by default.

Git LFS file not shown

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Git LFS file not shown

Large diffs are not rendered by default.

Git LFS file not shown

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Git LFS file not shown

Large diffs are not rendered by default.

Loading

0 comments on commit 66627ba

Please sign in to comment.