Skip to content

Commit

Permalink
added Abstract in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjihiranabe committed Sep 2, 2021
1 parent ca0736d commit a4be042
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# The-Art-of-Linear-Algebra
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone"

The output file is "The-Art-of-Linear-Algebra.pdf"

## Abstract
I tried intuitive visualizations of important concepts introduced
in ``Linear Algebra for Everyone".
This is aimed at promoting understanding of vector/matrix calculations
and algorithms from the\linebreak perspectives of matrix factorizations.
They include Column-Row ($\bm{CR}$), Gaussian Elimination ($\bm{LU}$),
Gram-Schmidt Orthogonalization ($\bm{QR}$), Eigenvalues and Diagonalization ($\bm{Q \Lambda Q^\mathbf{T}}$),
and Singular Value Decomposition ($\bm{U \Sigma V^\mathbf{T}}$).

![](5-Factorizations.png)


0 comments on commit a4be042

Please sign in to comment.