Skip to content

Commit

Permalink
Features:
Browse files Browse the repository at this point in the history
Bug Fixes/Re-organization:

Samples:

IdeaDRIP:

	- Computing the QR Decomposition using Householder Reflections (1-34)
	- Computing the QR Decomposition using Householder Reflections - Advantages and Disadvantages (35-38)
	- Computing the QR Decomposition using Givens Rotations (39-46)
	- Computing the QR Decomposition using Givens Rotations - Advantages and Disadvantages (47-52)
	- QR Decomposition Connection to a Determinant or Product of Eigenvalues (53-68)
	- QR Decomposition Column Pivoting (69-76)
	- QR Decomposition Using for Solution to Linear Inverse Problems (77-92)
	- QR Decomposition Generalizations (93-94)
	- QR Decomposition Introduction (95-98)
	- QR Decomposition Cases and Definitions – Square Matrix (99-110)
	- QR Decomposition Cases and Definitions – Rectangular Matrix (111-118)
	- QR Decomposition Cases and Definitions – – QL, RQ, and LQ Decompositions (119-120)
  • Loading branch information
Lakshmik committed Jul 20, 2024
1 parent bc9cee2 commit 40bd1d4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
21 changes: 21 additions & 0 deletions ReleaseNotes/02_21_2024.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

Features:

Bug Fixes/Re-organization:

Samples:

IdeaDRIP:

- Computing the QR Decomposition using Householder Reflections (1-34)
- Computing the QR Decomposition using Householder Reflections - Advantages and Disadvantages (35-38)
- Computing the QR Decomposition using Givens Rotations (39-46)
- Computing the QR Decomposition using Givens Rotations - Advantages and Disadvantages (47-52)
- QR Decomposition Connection to a Determinant or Product of Eigenvalues (53-68)
- QR Decomposition Column Pivoting (69-76)
- QR Decomposition Using for Solution to Linear Inverse Problems (77-92)
- QR Decomposition Generalizations (93-94)
- QR Decomposition Introduction (95-98)
- QR Decomposition Cases and Definitions – Square Matrix (99-110)
- QR Decomposition Cases and Definitions – Rectangular Matrix (111-118)
- QR Decomposition Cases and Definitions – – QL, RQ, and LQ Decompositions (119-120)

0 comments on commit 40bd1d4

Please sign in to comment.