-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from TANYA-CHAN/TANYA-CHAN-patch-2
Update README.md
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Linear-Algebra-Codes | ||
<br> | ||
Topic 1) Gaussian Elimination | ||
Topic 1) The Span of Column Space of a Matrix | ||
<br> | ||
Topic 2) The LU Decomposition | ||
Topic 2) Eigen values and Eigen Vectors of a Matrix | ||
<br> | ||
Topic 3) Inverse of a Matrix by the Gauss- Jordan Method | ||
Topic 3) The Four Fundamental Subspaces | ||
<br> | ||
Topic 4) The Span of Column Space of a Matrix | ||
Topic 4) Gaussian Elimination | ||
<br> | ||
Topic 5) The Four Fundamental Subspaces | ||
Topic 5) The Gram-Schmidt Orthogonalization | ||
<br> | ||
Topic 6) Projections by Least Squares | ||
Topic 6) LU Decomposition | ||
<br> | ||
Topic 7) The Gram-Schmidt Orthogonalization | ||
Topic 7) Projections by Least Squares | ||
<br> | ||
Topic 8) Eigen values and Eigen Vectors of a Matrix | ||
Topic 8) Inverse of a Matrix by the Gauss- Jordan Method | ||
<br> |