From bf7f02dce20e2000625b2125ade45a0778b877f7 Mon Sep 17 00:00:00 2001 From: Kurt Bruns <12160501+kurtbruns@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:51:28 -0700 Subject: [PATCH 1/4] Publish change of basis lesson --- .../AlternativeBasisVectors.light.svg | 68 +++ .../AlternativeBasisVectors.screenshot.png | 3 + .../AlternativeBasisVectors.svg | 68 +++ .../AlternativeBasisVectorsSpecific.light.svg | 103 +++++ ...rnativeBasisVectorsSpecific.screenshot.png | 3 + .../AlternativeBasisVectorsSpecific.svg | 103 +++++ .../AlternativeCoordinateSystem.light.svg | 136 ++++++ ...AlternativeCoordinateSystem.screenshot.png | 3 + .../AlternativeCoordinateSystem.svg | 136 ++++++ .../AlternativeVectorCoordinates.light.svg | 139 +++++++ ...lternativeVectorCoordinates.screenshot.png | 3 + .../AlternativeVectorCoordinates.svg | 139 +++++++ ...rnativeVectorCoordinatesOriginal.light.svg | 98 +++++ ...veVectorCoordinatesOriginal.screenshot.png | 3 + .../AlternativeVectorCoordinatesOriginal.svg | 98 +++++ .../VectorCoordinatesAlternative.light.svg | 118 ++++++ ...ectorCoordinatesAlternative.screenshot.png | 3 + .../VectorCoordinatesAlternative.svg | 136 ++++++ .../VectorCoordinatesOriginal.light.svg | 94 +++++ .../VectorCoordinatesOriginal.screenshot.png | 3 + .../VectorCoordinatesOriginal.svg | 5 + .../AfterTransformation.light.svg | 152 +++++++ .../AfterTransformation.screenshot.png | 3 + .../AlternativeBasisMatrix.light.svg | 111 +++++ .../AlternativeBasisMatrix.screenshot.png | 3 + .../AlternativeBasisMatrix.svg | 144 +++++++ .../BeforeTransformation.light.svg | 103 +++++ .../BeforeTransformation.screenshot.png | 3 + .../CanFeelBackwards.light.svg | 101 +++++ .../CanFeelBackwards.screenshot.png | 3 + .../InverseMatrix.light.svg | 103 +++++ .../InverseMatrix.screenshot.png | 3 + .../change-of-basis-matrix/Result.light.svg | 228 ++++++++++ .../TranslateHersToOurs.light.svg | 171 ++++++++ .../TranslateHersToOurs.svg | 171 ++++++++ .../TranslateHersToOursMatrix.light.svg | 156 +++++++ .../TranslateHersToOursMatrix.svg | 155 +++++++ .../TranslateHersToOursSetup.light.svg | 162 ++++++++ .../TranslateHersToOursSetup.svg | 161 ++++++++ .../TranslateOursToHers.light.svg | 94 +++++ .../TranslateOursToHers.screenshot.png | 3 + .../TranslateOursToHersAlternative.light.svg | 142 +++++++ ...nslateOursToHersAlternative.screenshot.png | 3 + .../TranslateOursToHersMatrix.light.svg | 113 +++++ .../TranslateOursToHersMatrix.screenshot.png | 3 + .../natural-question-matrix.screenshot.png | 3 + .../natural-question-setup.screenshot.png | 3 + .../natural-question.screenshot.png | 3 + .../introduction/VectorCoordinates.light.svg | 60 +++ .../VectorCoordinates.screenshot.png | 3 + .../introduction/VectorCoordinates.svg | 60 +++ .../VectorCoordinatesBasis.light.svg | 78 ++++ .../introduction/VectorCoordinatesBasis.svg | 78 ++++ .../the-grid/AlternativeGrid.light.svg | 97 +++++ .../the-grid/AlternativeGrid.screenshot.png | 3 + .../figures/the-grid/AlternativeGrid.svg | 97 +++++ .../figures/the-grid/GridOrigin.light.svg | 69 ++++ .../the-grid/GridOrigin.screenshot.png | 3 + .../figures/the-grid/GridOrigin.svg | 47 +++ .../figures/the-grid/SquareGrid.light.svg | 44 ++ .../the-grid/SquareGrid.screenshot.png | 3 + .../figures/the-grid/SquareGrid.svg | 44 ++ .../FromHersToOurs.light.svg | 145 +++++++ .../FromHersToOurs.screenshot.png | 3 + .../FromOursToHers.light.svg | 137 ++++++ .../FromOursToHers.screenshot.png | 3 + .../RotationMatrix.light.svg | 143 +++++++ .../RotationMatrix.screenshot.png | 3 + .../RotationMatrixOurs.light.svg | 94 +++++ .../RotationMatrixTheirs.light.svg | 38 ++ .../TranslateMatrix.light.svg | 91 ++++ .../TranslateMatrix.screenshot.png | 3 + .../TranslateMatrixAlt.screenshot.png | 3 + .../TranslateMatrixChange.light.svg | 84 ++++ .../TranslateMatrixChange.screenshot.png | 3 + .../TranslateMatrixInverse.light.svg | 103 +++++ .../TranslateMatrixInverse.screenshot.png | 3 + .../TranslateMatrixTransform.light.svg | 107 +++++ .../TranslateMatrixTransform.screenshot.png | 3 + .../lessons/2016/change-of-basis/index.mdx | 391 ++++++++++++++++++ .../lessons/2016/change-of-basis/notes.txt | 4 + 81 files changed, 5809 insertions(+) create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AfterTransformation.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AfterTransformation.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/BeforeTransformation.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/BeforeTransformation.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/CanFeelBackwards.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/CanFeelBackwards.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/InverseMatrix.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/InverseMatrix.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/Result.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOurs.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOurs.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursMatrix.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursMatrix.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursSetup.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursSetup.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHers.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHers.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersAlternative.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersAlternative.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersMatrix.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersMatrix.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/natural-question-matrix.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/natural-question-setup.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/natural-question.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinates.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinates.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinates.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinatesBasis.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinatesBasis.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/the-grid/AlternativeGrid.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/the-grid/AlternativeGrid.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/the-grid/AlternativeGrid.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/the-grid/GridOrigin.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/the-grid/GridOrigin.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/the-grid/GridOrigin.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/the-grid/SquareGrid.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/the-grid/SquareGrid.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/the-grid/SquareGrid.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromHersToOurs.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromHersToOurs.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromOursToHers.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromOursToHers.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrix.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrix.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixOurs.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixTheirs.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrix.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrix.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixAlt.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixChange.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixChange.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixInverse.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixInverse.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixTransform.light.svg create mode 100644 public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixTransform.screenshot.png create mode 100644 public/content/lessons/2016/change-of-basis/notes.txt diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.light.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.light.svg new file mode 100644 index 00000000..44dbaa2f --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.light.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.screenshot.png new file mode 100644 index 00000000..3b35b407 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6da98f91997c3bd805e6ed2a7c3f4e3851f6a4f742bfff734276a8654075deb +size 235990 diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.svg new file mode 100644 index 00000000..305c9dea --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.light.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.light.svg new file mode 100644 index 00000000..da0322b9 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.light.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.screenshot.png new file mode 100644 index 00000000..0240c554 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0a8622e4062ce40a81a19eaf8fab9d61c57c738bff8f4dddb18e9f8d3249a3 +size 1124424 diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.svg new file mode 100644 index 00000000..5b4e43da --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.light.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.light.svg new file mode 100644 index 00000000..81839673 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.light.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.screenshot.png new file mode 100644 index 00000000..2049407c --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ea8cc5ce503cb37298c5710243045aae112b44feb68e5642ae4472dc50f7cc +size 1333614 diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.svg new file mode 100644 index 00000000..29c36435 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.light.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.light.svg new file mode 100644 index 00000000..cd76ffdc --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.light.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.screenshot.png new file mode 100644 index 00000000..9986df22 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4d2ed811b46698182b28ffc734930ee5c0ff4a2f5538e5a60e8e71f5512a53 +size 1357849 diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.svg new file mode 100644 index 00000000..433a2b0d --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.light.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.light.svg new file mode 100644 index 00000000..1f19ac91 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.light.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.screenshot.png new file mode 100644 index 00000000..133d9c58 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a16d3882c0d585eb2e2d8e793a4cd379f613b1813556b12dbf9ed42b432f8f +size 1126674 diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.svg new file mode 100644 index 00000000..5321f7b5 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.light.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.light.svg new file mode 100644 index 00000000..a6fe1ce7 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.light.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.screenshot.png new file mode 100644 index 00000000..bd437892 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d600f72b1a3f72f18c18050d44aeae15f331d2b23fc4ae59a97b7a81146a93b6 +size 1354535 diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.svg new file mode 100644 index 00000000..6ebe9512 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.light.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.light.svg new file mode 100644 index 00000000..e0e9ebe4 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.light.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.screenshot.png new file mode 100644 index 00000000..ac23d481 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d8bb1b43bf1c9e139e3b349a3245dab491dd31b4ed8f8688a1e4de8d396a55 +size 1095378 diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.svg new file mode 100644 index 00000000..41d87e39 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.svg @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AfterTransformation.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AfterTransformation.light.svg new file mode 100644 index 00000000..5ff4e1bf --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AfterTransformation.light.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AfterTransformation.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AfterTransformation.screenshot.png new file mode 100644 index 00000000..f736b988 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AfterTransformation.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c2aff023fd8fddbc0fe6d10a8b40eea85173d55e6f5d2666dceff36abfab55 +size 1627922 diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.light.svg new file mode 100644 index 00000000..fe9eeaee --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.light.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.screenshot.png new file mode 100644 index 00000000..066c6b17 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a071fb29085747108d8b6e5721d322834e2bd0ba61ee62bb87d0e6bf1e479ad +size 1109815 diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.svg new file mode 100644 index 00000000..b6613e7e --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/BeforeTransformation.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/BeforeTransformation.light.svg new file mode 100644 index 00000000..8ef9da6a --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/BeforeTransformation.light.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/BeforeTransformation.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/BeforeTransformation.screenshot.png new file mode 100644 index 00000000..d1e2266c --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/BeforeTransformation.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580d1b8faeeff6fc5d1f2094f85f5dfa25a1c497f31d33797402edb04e6b4ead +size 1189517 diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/CanFeelBackwards.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/CanFeelBackwards.light.svg new file mode 100644 index 00000000..c506a8fa --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/CanFeelBackwards.light.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/CanFeelBackwards.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/CanFeelBackwards.screenshot.png new file mode 100644 index 00000000..cf2fbe63 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/CanFeelBackwards.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d32356fc2b617885e56475c3f21a59986696f196aea0b51eca418690c9c60b +size 236376 diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/InverseMatrix.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/InverseMatrix.light.svg new file mode 100644 index 00000000..746c9883 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/InverseMatrix.light.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/InverseMatrix.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/InverseMatrix.screenshot.png new file mode 100644 index 00000000..c2878a66 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/InverseMatrix.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907d3d767388ca1485dedcf4f7c9b8bac903dccfacca634bb7ce51663c41cb30 +size 254901 diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/Result.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/Result.light.svg new file mode 100644 index 00000000..2df14a82 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/Result.light.svg @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOurs.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOurs.light.svg new file mode 100644 index 00000000..fa1061ee --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOurs.light.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOurs.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOurs.svg new file mode 100644 index 00000000..b53044c4 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOurs.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursMatrix.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursMatrix.light.svg new file mode 100644 index 00000000..5d63238c --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursMatrix.light.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursMatrix.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursMatrix.svg new file mode 100644 index 00000000..cbab692e --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursMatrix.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursSetup.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursSetup.light.svg new file mode 100644 index 00000000..bbdbad10 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursSetup.light.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursSetup.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursSetup.svg new file mode 100644 index 00000000..9ea0045a --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursSetup.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHers.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHers.light.svg new file mode 100644 index 00000000..c7f8cc06 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHers.light.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHers.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHers.screenshot.png new file mode 100644 index 00000000..6eccb8f2 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHers.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c454cfc04db9aefab549a6c9d80336cf468ab8a587f3457ae785b6a5faea84 +size 1108872 diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersAlternative.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersAlternative.light.svg new file mode 100644 index 00000000..9485dbd6 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersAlternative.light.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersAlternative.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersAlternative.screenshot.png new file mode 100644 index 00000000..9f45ed77 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersAlternative.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521e5d82e717626add64e5c6350b7b92fb08e732072ac2860066d1c03b088659 +size 1407689 diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersMatrix.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersMatrix.light.svg new file mode 100644 index 00000000..705c55fd --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersMatrix.light.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersMatrix.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersMatrix.screenshot.png new file mode 100644 index 00000000..aec00f36 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersMatrix.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c26fcd62e572dc4aa54505a45321f4638ba022d3832912c042fe57a2c83a39a +size 361162 diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/natural-question-matrix.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/natural-question-matrix.screenshot.png new file mode 100644 index 00000000..25e07287 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/natural-question-matrix.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebede75467449ef0674faacc92af80fe4f611eb8c97bcb600fe762a1a88020ee +size 1250744 diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/natural-question-setup.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/natural-question-setup.screenshot.png new file mode 100644 index 00000000..580865be --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/natural-question-setup.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464d60ca8e207ceb30b3989d3d4feac64e83a05dca868b8159a1e04966a737a4 +size 1252465 diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/natural-question.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/natural-question.screenshot.png new file mode 100644 index 00000000..532eba75 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/natural-question.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca3d712cccbcc7ff0309b2314d05cfa69a1eb5a95bbd77f7ada068300e964e1 +size 1200887 diff --git a/public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinates.light.svg b/public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinates.light.svg new file mode 100644 index 00000000..41c14572 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinates.light.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinates.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinates.screenshot.png new file mode 100644 index 00000000..69a7860f --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinates.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd67e362962a5e37e73095a35f382468f86bbb9c0b6d7cb7aebe10a9e566628 +size 996376 diff --git a/public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinates.svg b/public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinates.svg new file mode 100644 index 00000000..98dece3a --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinates.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinatesBasis.light.svg b/public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinatesBasis.light.svg new file mode 100644 index 00000000..7b340788 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinatesBasis.light.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinatesBasis.svg b/public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinatesBasis.svg new file mode 100644 index 00000000..e2b943fa --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/introduction/VectorCoordinatesBasis.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/the-grid/AlternativeGrid.light.svg b/public/content/lessons/2016/change-of-basis/figures/the-grid/AlternativeGrid.light.svg new file mode 100644 index 00000000..24f758a7 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/the-grid/AlternativeGrid.light.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/the-grid/AlternativeGrid.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/the-grid/AlternativeGrid.screenshot.png new file mode 100644 index 00000000..acf6930a --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/the-grid/AlternativeGrid.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458e7f44aefaeb7803a193655e80e5b62543173b4e435d8887c7d5c9c80ba8c8 +size 1374603 diff --git a/public/content/lessons/2016/change-of-basis/figures/the-grid/AlternativeGrid.svg b/public/content/lessons/2016/change-of-basis/figures/the-grid/AlternativeGrid.svg new file mode 100644 index 00000000..489ba024 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/the-grid/AlternativeGrid.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/the-grid/GridOrigin.light.svg b/public/content/lessons/2016/change-of-basis/figures/the-grid/GridOrigin.light.svg new file mode 100644 index 00000000..e6865b71 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/the-grid/GridOrigin.light.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/the-grid/GridOrigin.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/the-grid/GridOrigin.screenshot.png new file mode 100644 index 00000000..a6933209 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/the-grid/GridOrigin.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e20debd701cec7ac4c60467715cbf621351a345afd3e39ff8b34dce62ea7564 +size 1011603 diff --git a/public/content/lessons/2016/change-of-basis/figures/the-grid/GridOrigin.svg b/public/content/lessons/2016/change-of-basis/figures/the-grid/GridOrigin.svg new file mode 100644 index 00000000..ee4d20f8 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/the-grid/GridOrigin.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/the-grid/SquareGrid.light.svg b/public/content/lessons/2016/change-of-basis/figures/the-grid/SquareGrid.light.svg new file mode 100644 index 00000000..c31caaa4 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/the-grid/SquareGrid.light.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/the-grid/SquareGrid.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/the-grid/SquareGrid.screenshot.png new file mode 100644 index 00000000..28413eba --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/the-grid/SquareGrid.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8bd19067e935e207193ff71f9e524fc28db3e94e105663d813fc05ff782de40 +size 636665 diff --git a/public/content/lessons/2016/change-of-basis/figures/the-grid/SquareGrid.svg b/public/content/lessons/2016/change-of-basis/figures/the-grid/SquareGrid.svg new file mode 100644 index 00000000..526bc096 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/the-grid/SquareGrid.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromHersToOurs.light.svg b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromHersToOurs.light.svg new file mode 100644 index 00000000..89fbe79d --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromHersToOurs.light.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromHersToOurs.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromHersToOurs.screenshot.png new file mode 100644 index 00000000..6083ad28 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromHersToOurs.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53dd153c0340cc2a27b6f206039804522dbb746acd88bacbb69b9cfb1c8de373 +size 455093 diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromOursToHers.light.svg b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromOursToHers.light.svg new file mode 100644 index 00000000..4c8d539a --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromOursToHers.light.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromOursToHers.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromOursToHers.screenshot.png new file mode 100644 index 00000000..35543a44 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/FromOursToHers.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9423787e9b6bada9feee8a58a12093d45733cf63cc298d0b73cd6d80d312fc35 +size 457713 diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrix.light.svg b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrix.light.svg new file mode 100644 index 00000000..071d3da3 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrix.light.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrix.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrix.screenshot.png new file mode 100644 index 00000000..490ffb1b --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrix.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77173a6c006fe904a397f9820bf9242d89082d5a509b3446227370aa144f6910 +size 843485 diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixOurs.light.svg b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixOurs.light.svg new file mode 100644 index 00000000..7a7ba277 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixOurs.light.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixTheirs.light.svg b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixTheirs.light.svg new file mode 100644 index 00000000..46185adb --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixTheirs.light.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrix.light.svg b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrix.light.svg new file mode 100644 index 00000000..ebe73f4a --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrix.light.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrix.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrix.screenshot.png new file mode 100644 index 00000000..102077ac --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrix.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a664fb51f72f33b43fd782695c8d1d0710aff6b28a3221b6594ce5d0a05d97 +size 451862 diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixAlt.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixAlt.screenshot.png new file mode 100644 index 00000000..ce6ec5a7 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixAlt.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfdab45135c0c31f116c55da092ecf3befab188f0eefd9387dc86bccd87b7bb +size 212194 diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixChange.light.svg b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixChange.light.svg new file mode 100644 index 00000000..e4062bf0 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixChange.light.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixChange.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixChange.screenshot.png new file mode 100644 index 00000000..04a33f50 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixChange.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de956481e8806700b583b9d2669f1d0125228dbe5aab221e8291345759cac94 +size 189311 diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixInverse.light.svg b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixInverse.light.svg new file mode 100644 index 00000000..064daa63 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixInverse.light.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixInverse.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixInverse.screenshot.png new file mode 100644 index 00000000..8b811765 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixInverse.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b431647dbff55f60fcd9bd41a2ef3c91f04b2ba857cf0eb59a1c94fd03bf04cd +size 383545 diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixTransform.light.svg b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixTransform.light.svg new file mode 100644 index 00000000..8207f160 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixTransform.light.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixTransform.screenshot.png b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixTransform.screenshot.png new file mode 100644 index 00000000..1f0942e4 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/TranslateMatrixTransform.screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec2cea0a1b5f5660ad8e1b755739ebd015cf39ac95456704c0963f62be30cbc +size 255301 diff --git a/public/content/lessons/2016/change-of-basis/index.mdx b/public/content/lessons/2016/change-of-basis/index.mdx index 164a9b27..cb02509f 100644 --- a/public/content/lessons/2016/change-of-basis/index.mdx +++ b/public/content/lessons/2016/change-of-basis/index.mdx @@ -7,4 +7,395 @@ video: P2LTAUO1TdA source: _2016/eola/chapter9.py credits: - Lesson by Grant Sanderson +- Text adaptation by Kurt Bruns +- Text adaptation by James Schloss --- + +> "Mathematics is the art of giving the same name to different things." +> +> \- Henri Poincaré. + +If we have a vector sitting here in 2d space, we have a standard way to describe it with coordinates. In this case, the vector has coordinates $\left[\begin{array}{c} 3 \\ 2 \end{array}\right]$, which means going from its tail to its tip involves moving $3$ units to the right, and $2$ units up. + +
+ +Now, the more linear-algebra oriented way to describe coordinates is to think of each of those numbers as a scalar, a thing that stretches or squishes vectors. You think of the first coordinate as scaling $\hat{\imath}$, the vector with length one pointing to the right, while the second coordinate scales $\hat{\jmath}$, the vector with length one pointing straight up. The tip-to-tail sum of these two scaled vectors is what the coordinates are meant to describe. + +
+ +You can think of these two special vectors as encapsulating all the implicit assumptions of our coordinate system: the fact that the first number indicates rightward motion, that the second indicates upward motion, exactly how far a unit of distance is; all of that is tied up in the choice of $\hat{\imath}$ and $\hat{\jmath}$ as the vectors which our scalar coordinates are meant scale. The specific way that we translate a vector into a pair of numbers is called a “coordinate system”, and these two special vectors $\hat{\imath}$ and $\hat{\jmath}$ are called the “basis” vectors of standard coordinate system. + +## Alternate system + +What we'd like to talk about here is the idea of using a different set of basis vectors. For example, let's say you have a friend, Jennifer, who uses a different set of basis vectors, which I'll call $\vec{\mathbf{b}_1}$ and $\vec{\mathbf{b}_2}$. Her first basis vector, $\vec{\mathbf{b}_1}$, points to the right and up a bit, and her second basis vector, $\vec{\mathbf{b}_2}$, points left and up. + +
+ +Now take another look at the vector we showed earlier, the one we would describe with coordinates $\left[\begin{array}{c} 3 \\ 2 \end{array}\right]$ using our basis vectors $\hat{\imath}$ and $\hat{\jmath}$. + +
+ +Jennifer would actually describe this vector with coordinates$\left[\begin{array}{c} 5/3 \\ 1/3 \end{array}\right]$. What this means is that the particular way to get that vector using her two basis vectors is to scale $\vec{\mathbf{b}_1}$ by $5/3$, scale $\vec{\mathbf{b}}_2$ by $1/3$, then to add them together. + +
+ +In a little bit we'll show you how you can figure out those two numbers. In general, whenever Jennifer uses coordinates to describe a vector, she thinks of the first coordinate as scaling $\vec{\mathbf{b}}_1$, and the second coordinate as scaling $\vec{\mathbf{b}}_2$, and she adds the results. + +
+ +What she gets will typically be completely different from the vector we think of as having those coordinates. + +
+ +To be a little more precise, her first basis vector, $\vec{\mathbf{b}}_1$, is something we would describe with coordinates $\left[\begin{array}{c} 2 \\ 1 \end{array}\right]$, and her second basis vector, $\vec{\mathbf{b}}_2$, is something we would describe as $\left[\begin{array}{c} -1 \\ 1 \end{array}\right]$. + +
+ +It's important to realize that from her perspective, in her system, those vectors have coordinates $\left[\begin{array}{c} 1 \\ 0 \end{array}\right]$ and $\left[\begin{array}{c} 0 \\ 1 \end{array}\right]$. They are what define the meaning of the coordinates $\left[\begin{array}{c} 1 \\ 0 \end{array}\right]$ and $\left[\begin{array}{c} 0 \\ 1 \end{array}\right]$ in her world. + +
+ +So in effect, we are speaking different languages. We're all looking at the same vectors in space, but Jennifer uses different words and numbers to describe them. + +## The grid + +One quick word on how we're representing things here: When animating 2d space, we typically use a square grid square grid. But this grid is just a construct, a way to visualize our coordinate system, and so it depends on our choice of basis vectors. Space itself has no intrinsic grid. + +
+ +Jennifer might draw her own grid, which would be an equally made up construct, meant as nothing more than a visual tool to help follow what her coordinates mean. + +
+ +Her origin would line up with ours, since everyone agrees what the coordinates $\left[\begin{array}{c} 0 \\ 0 \end{array}\right]$ should mean: It's the thing you get when you scale any vector by $0$. + +
+ +The direction of her axes and the spacing of her grid lines will be different, depending on her choice of basis vectors. + +## Change of basis matrix + +A fairly natural question to ask at this point is how we translate between coordinate systems. For example, if Jennifer describes a vector as $\left[\begin{array}{c} -1 \\ 2 \end{array}\right]$, what would its coordinates be in our system. How do you translate from her language to ours? + +
+ +Well, what her coordinates are saying is that this vector is $-1 \vec{\mathbf{b}}_1 + 2 \vec{\mathbf{b}}_2$. From our perspective, $\vec{\mathbf{b}}_1$ has coordinates $\left[\begin{array}{c} 2 \\ 1 \end{array}\right]$, and $\vec{\mathbf{b}}_2$ has coordinates $\left[\begin{array}{c} -1 \\ 1 \end{array}\right]$. When we scale and add these representations of her basis vectors in our coordinates, we get $\left[\begin{array}{c} -4 \\ 1 \end{array}\right]$. So that's how we would describe the vector she thinks of as $\left[\begin{array}{c} -1 \\ 2 \end{array}\right]$. + +
+ +This process, of scaling each of her basis vectors by the corresponding coordinates of $\left[\begin{array}{c} -1 \\ 2 \end{array}\right]$ and adding them together might feel familiar: It's matrix-vector multiplication, with a matrix whose columns represent Jennifer's basis vectors. + +
+ +### How this is a transformation + +In fact, once you understand matrix-vector multiplication as applying a certain linear transformation, say by watching what might be the most important video in this series, chapter 3, there's a pretty intuitive way to think about what's going on here. + +A matrix whose columns represent Jennifer's basis vectors can be thought of as a transformation that moves our basis vectors, $\hat{\imath}$ and $\hat{\jmath}$, the things we think of when we say $\left[\begin{array}{c} 1 \\ 0 \end{array}\right]$ and $\left[\begin{array}{c} 0 \\ 1 \end{array}\right]$, to Jennifer's basis vectors, the things she thinks of when she says $\left[\begin{array}{c} 1 \\ 0 \end{array}\right]$ and $\left[\begin{array}{c} 0 \\ 1 \end{array}\right]$. + +
+ +For example, let's walk through what it means to take the vector that we think of as having coordinates $\left[\begin{array}{c} -1 \\ 2 \end{array}\right]$, and applying this transformation. Before the linear transformation we're thinking of this vector as a certain linear combination of basis vectors, $-1\hat{\imath} + 2\hat{\jmath}$. + +
+ +The key feature of linear transformations is that the resulting vector will be that same linear combination of the new basis vectors, $-1 \text{ (the place where } \hat{\imath} \text{ lands) } + 2 \text{ (the place where } \hat{\jmath} \text{ lands)}$. + +
+ +What this matrix does is transform our misconception of what Jennifer means into the actual vector that she's referring to. + +
+ +This can feel kind of backwards. Geometrically this matrix transforms our grid into Jennifer's grid, yet numerically it's translating a vector described in her language to our language. + +
+ +One way to keep it straight, is to think about how it takes our misconception of what Jennifer means, the vector we get using the same coordinates in our own system, then transforms it into the vector that she really meant, but now expressed using our coordinate system. + + + +We can use the same transformation matrix as before to convert Jennifer's coordinates $\left[\begin{array}{c} 2 \\ -3 \end{array}\right]$ to our coordinates. + +$$ +\begin{aligned} +\left[\begin{array}{cc} +2 & -1 \\ +1 & 1 +\end{array}\right]\left[\begin{array}{c} +2 \\ +-3 +\end{array}\right] +&= +2 +\left[\begin{array}{c} +2 \\ +1 +\end{array}\right] +- +3 +\left[\begin{array}{c} +-1 \\ +1 +\end{array}\right] \\ \rule{0pt}{2.5em} +&= +\left[\begin{array}{c} +7 \\ +-1 +\end{array}\right] +\end{aligned} +$$ + + + + + +$$ +\begin{aligned} +{\left[\begin{array}{cc} +2 & -3 \\ +3 & 2 +\end{array}\right]\left[\begin{array}{c} +-1 \\ +2 +\end{array}\right] } & =-1\left[\begin{array}{l} +2 \\ +3 +\end{array}\right]+2\left[\begin{array}{c} +-3 \\ +2 +\end{array}\right] \\ +& =\left[\begin{array}{c} +-2 \\ +-3 +\end{array}\right]+\left[\begin{array}{c} +-6 \\ +4 +\end{array}\right] \\ +& =\left[\begin{array}{c} +-8 \\ +1 +\end{array}\right] +\end{aligned} +$$ + + + +### Going from ours to hers + +What about if you want to go the other way around? In the example we used earlier in this chapter, we had a vector with coordinates $\left[\begin{array}{c} 3 \\ 2 \end{array}\right]$ in our system. + +
+ +How do we know that it would have coordinates $\left[\begin{array}{c} 5/3 \\ 1/3 \end{array}\right]$ in Jennifer's system? + +
+ +Well, you start with that change of basis matrix that translates Jennifer's language into ours, then you take its inverse. Remember, the inverse of a transformation is a new transformation that corresponds to playing that first one backwards. In practice, especially when you're working in more than two dimensions, you'd use a computer to compute the matrix which represents this inverse. + +
+ +In this case, the inverse of the change of basis matrix that has Jennifer's basis as its columns ends up working out to have columns $\left[\begin{array}{c} 1/3 \\ -1/3 \end{array}\right]$, and $\left[\begin{array}{c} 1/3 \\ 2/3 \end{array}\right]$. + +$$ +\left[\begin{array}{cc} +2 & -1 \\ +1 & 1 +\end{array}\right]^{-1}=\left[\begin{array}{cc} +1 / 3 & 1 / 3 \\ +-1 / 3 & 2 / 3 +\end{array}\right] +$$ + +So for example, to see what the vector $\left[\begin{array}{c} 3 \\ 2 \end{array}\right]$ looks like in Jennifer's system, we multiply this inverse change of basis matrix by $\left[\begin{array}{c} 3 \\ 2 \end{array}\right]$, which works out to be $\left[\begin{array}{c} 5/3 \\ 1/3 \end{array}\right]$. + +
+ + + +$$ +\begin{aligned} +{\left[\begin{array}{cc} +2 & -3 \\ +3 & 2 +\end{array}\right]^{-1}\left[\begin{array}{l} +-5 \\ +-1 +\end{array}\right] } & = +{\left[\begin{array}{cc} +2 / 13 & 3 / 13 \\ +-3 / 13 & 2 / 13 +\end{array}\right] \\ \rule{0pt}{2.5em} +\left[\begin{array}{l} +-5 \\ +-1 +\end{array}\right] } \\ \rule{0pt}{2.5em} +& =-5\left[\begin{array}{c} +2 / 13 \\ +-3 / 13 +\end{array}\right]-1\left[\begin{array}{l} +3 / 13 \\ +2 / 13 +\end{array}\right] \\ \rule{0pt}{2.5em} +& =\left[\begin{array}{l} +-10 / 13 \\ +15 / 13 +\end{array}\right]-\left[\begin{array}{l} +3 / 13 \\ +2 / 13 +\end{array}\right] \\ \rule{0pt}{2.5em} +& =\left[\begin{array}{c} +-13 / 13 \\ +13 / 13 +\end{array}\right] \\ \rule{0pt}{2.5em} +& =\left[\begin{array}{c} +-1 \\ +1 +\end{array}\right] +\end{aligned} +$$ + + + +## Translating transformations + +So that, in a nutshell, is how to translate the description of individual vectors back and forth between coordinate systems: the matrix whose columns represent Jennifer's basis vectors written in our coordinate system translates vectors written in her language to vectors written in our language. + +
+ +The inverse of this matrix does the opposite, translating vectors written in our language to vectors written in her language. + +
+ +However, vectors aren't the only thing we describe using coordinates. For this next part, it's important that you're comfortable representing transformations with matrices, and that you know how matrix multiplication corresponds to composing successive transformations. Definitely pause and take a look at chapter 3 and chapter 4 if any of this feels uneasy. + +### Follow Rotation + +Consider some linear transformation, like a $90$ degree counterclockwise rotation. When we represent this with a matrix, we follow where the basis vectors $\hat{\imath}$ and $\hat{\jmath}$ each go. $\hat{\imath}$ ends up at the spot with coordinates $\left[\begin{array}{c} 0 \\ 1 \end{array}\right]$, and $\hat{\jmath}$ ends up at the spot with coordinates $\left[\begin{array}{c} -1 \\ 0 \end{array}\right]$, so those coordinates become the columns of our matrix. + +
+ +This representation is heavily tied up in our choice of basis vectors from the fact that we're following $\hat{\imath}$ and $\hat{\jmath}$ in the first place, to the fact that we record their landing spots in our own coordinate system. How would Jennifer describe a $90$ degree rotation of space? + +
+ +You might be tempted to just translate the columns of our rotation matrix into Jennifer's language, but this is not quite right. Those columns represent where our basis vectors $\hat{\imath}$ and $\hat{\jmath}$ go, but the matrix Jennifer wants should represent where her basis vectors land, and it needs to describe those landing spots in her language. + +### The process + +Here's a common way to think about how this is done: Start with any vector, written in Jennifer's language. Rather than trying to follow what happens to it in terms of her language, first translate it into our language using the change of basis matrix, the one whose columns represent her basis vectors in our language. This gives the same vector written in our language. + +
+ +Then apply the transformation matrix to it by multiplying on the left. This tells us where that vector lands, but in our language. + +
+ +As a last step, apply the inverse change of basis matrix, multiplied on the left as usual, to get this transformed vector in Jennifer's language. + +
+ +Since we could do this to any vector written in her language, first applying the change of basis matrix, then the transformation then the inverse change of basis, that composition of three matrices gives us the transformation matrix in Jennifer's language. It takes in a vector in her language, and spits out the transformed version of that vector in her language. + +For this example, where Jennifer's basis vectors look like $\left[\begin{array}{c} 2 \\ 1 \end{array}\right]$ and $\left[\begin{array}{c} -1 \\ 1 \end{array}\right]$ to us, and we're translating a $90$ degree rotation, the product of these three matrices, if you work through it, has columns $\left[\begin{array}{c} 1/3 \\ 5/3 \end{array}\right]$ and $\left[\begin{array}{c} -2/3 \\ 1/3 \end{array}\right]$. So if Jennifer multiplies that matrix by the coordinates of a vector in her system, it will return the $90$ degree rotated version of her vector, expressed in her coordinate system. + +
+ +In general, whenever you see an expression like $A^{-1}MA$, it suggests a mathematical sort of empathy. The middle matrix represents a transformation as you see it, the outer two matrices represent the empathy, this shift in perspective, and the full matrix product represents that same transformation as someone else sees it. + +For those of you wondering why we care about using alternate coordinate systems, the next chapter on eigenvectors and eigenvalues will give a really important example of this. See you then! diff --git a/public/content/lessons/2016/change-of-basis/notes.txt b/public/content/lessons/2016/change-of-basis/notes.txt new file mode 100644 index 00000000..d41e9c61 --- /dev/null +++ b/public/content/lessons/2016/change-of-basis/notes.txt @@ -0,0 +1,4 @@ +Notes from Kurt: + +- 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 From ab5dc53c16db3913197dfd3ea82e2a443afb86d8 Mon Sep 17 00:00:00 2001 From: Kurt Bruns <12160501+kurtbruns@users.noreply.github.com> Date: Tue, 23 Apr 2024 08:40:17 -0700 Subject: [PATCH 2/4] Apply suggestions from code review Co-authored-by: Grant Sanderson --- public/content/lessons/2016/change-of-basis/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/content/lessons/2016/change-of-basis/index.mdx b/public/content/lessons/2016/change-of-basis/index.mdx index cb02509f..0951b0fd 100644 --- a/public/content/lessons/2016/change-of-basis/index.mdx +++ b/public/content/lessons/2016/change-of-basis/index.mdx @@ -77,7 +77,7 @@ So in effect, we are speaking different languages. We're all looking at the same ## The grid -One quick word on how we're representing things here: When animating 2d space, we typically use a square grid square grid. But this grid is just a construct, a way to visualize our coordinate system, and so it depends on our choice of basis vectors. Space itself has no intrinsic grid. +One quick word on how we're representing things here: When illustrating 2d space, we typically use a square grid square grid. But this grid is just a construct, a way to visualize our coordinate system, so it depends on our choice of basis vectors. Space itself has no intrinsic grid.
Date: Tue, 23 Apr 2024 08:48:57 -0700 Subject: [PATCH 3/4] Change color of Jennifer to light blue --- .../AlternativeBasisVectors.light.svg | 4 +- .../AlternativeBasisVectorsSpecific.light.svg | 4 +- .../AlternativeCoordinateSystem.light.svg | 4 +- .../AlternativeVectorCoordinates.light.svg | 8 ++-- ...rnativeVectorCoordinatesOriginal.light.svg | 6 +-- .../VectorCoordinatesAlternative.light.svg | 4 +- .../VectorCoordinatesOriginal.light.svg | 4 +- .../AfterTransformation.light.svg | 8 ++-- .../AlternativeBasisMatrix.light.svg | 12 ++--- .../BeforeTransformation.light.svg | 2 +- .../change-of-basis-matrix/Result.light.svg | 48 +++++++++---------- .../TranslateHersToOurs.light.svg | 12 ++--- .../TranslateHersToOursMatrix.light.svg | 4 +- .../TranslateHersToOursSetup.light.svg | 14 +++--- .../TranslateOursToHers.light.svg | 18 +++---- .../TranslateOursToHersAlternative.light.svg | 6 +-- .../RotationMatrixOurs.light.svg | 6 +-- .../RotationMatrixTheirs.light.svg | 8 ++-- 18 files changed, 86 insertions(+), 86 deletions(-) diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.light.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.light.svg index 44dbaa2f..78a81add 100644 --- a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectors.light.svg @@ -22,7 +22,7 @@ - + @@ -37,7 +37,7 @@ - + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.light.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.light.svg index da0322b9..f96f8efd 100644 --- a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeBasisVectorsSpecific.light.svg @@ -40,13 +40,13 @@ - + - + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.light.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.light.svg index 81839673..f1e4ca86 100644 --- a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeCoordinateSystem.light.svg @@ -104,13 +104,13 @@ - + - + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.light.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.light.svg index cd76ffdc..860370b3 100644 --- a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinates.light.svg @@ -84,7 +84,7 @@ - + @@ -101,15 +101,15 @@ - + - + - + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.light.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.light.svg index 1f19ac91..ff3a2579 100644 --- a/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/AlternativeVectorCoordinatesOriginal.light.svg @@ -44,13 +44,13 @@ - + - + @@ -74,7 +74,7 @@ - + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.light.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.light.svg index a6fe1ce7..9f59f4dc 100644 --- a/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesAlternative.light.svg @@ -80,7 +80,7 @@ - + @@ -101,7 +101,7 @@ - + diff --git a/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.light.svg b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.light.svg index e0e9ebe4..67caac54 100644 --- a/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/alternate-system/VectorCoordinatesOriginal.light.svg @@ -54,7 +54,7 @@ - + @@ -71,7 +71,7 @@ - + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AfterTransformation.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AfterTransformation.light.svg index 5ff4e1bf..279d0664 100644 --- a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AfterTransformation.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AfterTransformation.light.svg @@ -99,7 +99,7 @@ - + @@ -113,17 +113,17 @@ - + - + - + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.light.svg index fe9eeaee..de23acb8 100644 --- a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/AlternativeBasisMatrix.light.svg @@ -58,7 +58,7 @@ - + @@ -66,23 +66,23 @@ - + - + - + - + - + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/BeforeTransformation.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/BeforeTransformation.light.svg index 8ef9da6a..b98ee4d9 100644 --- a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/BeforeTransformation.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/BeforeTransformation.light.svg @@ -61,7 +61,7 @@ - + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/Result.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/Result.light.svg index 2df14a82..65dbde96 100644 --- a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/Result.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/Result.light.svg @@ -129,26 +129,26 @@ - + - - - - - + + + + + - + - - - + + + @@ -157,19 +157,19 @@ - + - + - + - + @@ -182,16 +182,16 @@ - - - - + + + + - - - - + + + + @@ -207,13 +207,13 @@ - + - + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOurs.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOurs.light.svg index fa1061ee..27480634 100644 --- a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOurs.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOurs.light.svg @@ -86,23 +86,23 @@ - + - + - + - + @@ -110,10 +110,10 @@ - + - + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursMatrix.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursMatrix.light.svg index 5d63238c..fb98ac54 100644 --- a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursMatrix.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursMatrix.light.svg @@ -80,7 +80,7 @@ - + @@ -99,7 +99,7 @@ - + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursSetup.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursSetup.light.svg index bbdbad10..1f13429f 100644 --- a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursSetup.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateHersToOursSetup.light.svg @@ -47,23 +47,23 @@ - + - + - + - + @@ -71,10 +71,10 @@ - + - + @@ -106,7 +106,7 @@ - + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHers.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHers.light.svg index c7f8cc06..1cb55f1e 100644 --- a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHers.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHers.light.svg @@ -54,24 +54,24 @@ - + - - - + + + - + - - + + - + @@ -88,7 +88,7 @@ - + diff --git a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersAlternative.light.svg b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersAlternative.light.svg index 9485dbd6..17689cbe 100644 --- a/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersAlternative.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/change-of-basis-matrix/TranslateOursToHersAlternative.light.svg @@ -98,13 +98,13 @@ - + - + @@ -114,7 +114,7 @@ - + diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixOurs.light.svg b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixOurs.light.svg index 7a7ba277..b6c564a9 100644 --- a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixOurs.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixOurs.light.svg @@ -38,7 +38,7 @@ - + @@ -54,7 +54,7 @@ - + @@ -74,7 +74,7 @@ - + diff --git a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixTheirs.light.svg b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixTheirs.light.svg index 46185adb..4555b32a 100644 --- a/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixTheirs.light.svg +++ b/public/content/lessons/2016/change-of-basis/figures/translating-transformations/RotationMatrixTheirs.light.svg @@ -5,7 +5,7 @@ - + @@ -15,14 +15,14 @@ - + - + - + From 5bab919f0fedb77c3f3295cb7417046b169af40b Mon Sep 17 00:00:00 2001 From: Kurt Bruns <12160501+kurtbruns@users.noreply.github.com> Date: Tue, 23 Apr 2024 09:27:22 -0700 Subject: [PATCH 4/4] Add formula for inverse of 2x2 matrix --- public/content/lessons/2016/change-of-basis/index.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/content/lessons/2016/change-of-basis/index.mdx b/public/content/lessons/2016/change-of-basis/index.mdx index 0951b0fd..f3b82139 100644 --- a/public/content/lessons/2016/change-of-basis/index.mdx +++ b/public/content/lessons/2016/change-of-basis/index.mdx @@ -252,7 +252,7 @@ How do we know that it would have coordinates $\left[\begin{array}{c} 5/3 \\ 1/3 image="./figures/change-of-basis-matrix/TranslateOursToHersAlternative.light.svg" /> -Well, you start with that change of basis matrix that translates Jennifer's language into ours, then you take its inverse. Remember, the inverse of a transformation is a new transformation that corresponds to playing that first one backwards. In practice, especially when you're working in more than two dimensions, you'd use a computer to compute the matrix which represents this inverse. +Well, you start with that change of basis matrix that translates Jennifer's language into ours, then you take its inverse. Remember, the inverse of a transformation is a new transformation that corresponds to playing that first one backwards.
+In practice, especially when you're working in more than two dimensions, you'd use a computer to compute the matrix which represents this inverse, but for a small matrix, like $M = \begin{bmatrix} a & b \\ c & d \end{bmatrix}$, the inverse can be computed by swapping along one diagonal, negating the other, and dividing by the determinant. + +$$ +M ^{-1} = \frac{1}{\det(M)} \begin{bmatrix} d & -b \\ -c & a \end{bmatrix} +$$ +