Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Essence of Linear Algebra: Publish Change of Basis #411

Merged
merged 4 commits into from Apr 23, 2024

Conversation

kurtbruns
Copy link
Collaborator

This pull request:

  • Publishes the change of basis lesson for review
  • Note, Firefox display issue for SVGs is fixed for this lesson

@kurtbruns kurtbruns changed the title Publish change of basis lesson Essence of Linear Algebra: Publish Change of Basis Lesson Mar 21, 2024
@kurtbruns kurtbruns changed the title Essence of Linear Algebra: Publish Change of Basis Lesson Essence of Linear Algebra: Publish Change of Basis Mar 21, 2024
@kurtbruns kurtbruns requested a review from 3b1b March 21, 2024 18:11
Copy link
Owner

@3b1b 3b1b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me, the illustrations are well done.

Two quick notes: I always found it a potentially bad choice to have given a pi creature with a feminine name the color pink, since it sort of implies a gender for all the blue ones. I might suggest making Jennifer light blue.

Also, given the use of inverse matrices, it might be worth throwing in a quick note about how the inverse of M = [[a, b], [c, d]] is (1 / det(M))[[d, -b], [-c, a]]. That is, swap along one diagonal, negate the other, and divide by the determinant.

public/content/lessons/2016/change-of-basis/index.mdx Outdated Show resolved Hide resolved
public/content/lessons/2016/change-of-basis/index.mdx Outdated Show resolved Hide resolved
@kurtbruns kurtbruns merged commit 9a02144 into main Apr 23, 2024
@kurtbruns kurtbruns deleted the essence-of-linear-algebra-change-of-basis branch April 23, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants