Skip to content

Commit

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

Samples:

IdeaDRIP:

	- Spectral Radius Gelfand's Formula - Proof (1-8)
	- Spectral Radius Gelfand's Formula - Corollary (9-10)
	- Spectral Radius Gelfand's Formula - Numerical Example (11-75)
	- Unitary Matrix Introduction (76-83)
	- Unitary Matrix Properties (84-99)
	- Unitary Matrix Equivalent Conditions (100-113)
	- Unitary Matrix Elementary Constructions - 2x2 (114-120)
  • Loading branch information
Lakshmik committed Aug 10, 2024
1 parent 100f7f2 commit a805121
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
13 changes: 10 additions & 3 deletions NumericalAnalysisLibrary.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Numerical Analysis Library contains the supporting Functionality for Numerical M

| Document | Link |
|-------------------------|------|
| Technical Specification | [*Latest*](https://github.com/lakshmiDRIP/DROP/blob/master/Docs/Internal/NumericalAnalysis/NumericalAnalysis_v6.45.pdf) [*Previous*](https://github.com/lakshmiDRIP/DROP/blob/master/Docs/Internal/NumericalAnalysis) |
| Technical Specification | [*Latest*](https://github.com/lakshmiDRIP/DROP/blob/master/Docs/Internal/NumericalAnalysis/NumericalAnalysis_v6.46.pdf) [*Previous*](https://github.com/lakshmiDRIP/DROP/blob/master/Docs/Internal/NumericalAnalysis) |
| User Guide | |
| API | [*Javadoc*](https://lakshmidrip.github.io/DROP/Javadoc/index.html)|

Expand Down Expand Up @@ -413,8 +413,15 @@ Numerical Analysis Library contains the supporting Functionality for Numerical M
* General Definition in the Context of Error Analysis
* Matrices
* Non-linear
* One variable
* Several variables
* One Variable
* Several Variables
* References
* Unitary Matrix
* Introduction
* Properties
* Equivalent Conditions
* Elementary Constructions
* 2 × 2 Unitary Matrix
* References


Expand Down
18 changes: 18 additions & 0 deletions ReleaseNotes/03_10_2024.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

Features:

Bug Fixes/Re-organization:

Samples:

IdeaDRIP:

- Unitary Matrix Properties #1 (1-7)
- Unitary Matrix Equivalent Conditions #1 (8-24)
- Unitary Matrix Elementary Constructions - 2 × 2 #1 (25-45)
- Unitary Matrix Introduction (46-53)
- Unitary Matrix Properties #2 (54-69)
- Unitary Matrix Equivalent Conditions #2 (70-83)
- Unitary Matrix Elementary Constructions - 2 × 2 #2 (84-97)
- Spectral Radius (98-100)
- Spectral Radius Definition - Matrices (101-120)
18 changes: 18 additions & 0 deletions ReleaseNotes/03_11_2024.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

Features:

Bug Fixes/Re-organization:

Samples:

IdeaDRIP:

- Spectral Radius Definition - Matrices (1-12)
- Spectral Radius Definition - Bounded Linear Operators (13-22)
- Spectral Radius Definition - Graphs (23-32)
- Spectral Radius Upper Bounds - On the of a Matrix (33-45)
- Spectral Radius Upper Bounds - For of a Graph (46-50)
- Spectral Radius Power Sequence (51-99)
- Spectral Radius Gelfand's Formula (100)
- Spectral Radius Gelfand's Formula - Theorem (101-105)
- Spectral Radius Gelfand's Formula - Corollary (106-120)
16 changes: 16 additions & 0 deletions ReleaseNotes/03_12_2024.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

Features:

Bug Fixes/Re-organization:

Samples:

IdeaDRIP:

- Spectral Radius Gelfand's Formula - Proof (1-8)
- Spectral Radius Gelfand's Formula - Corollary (9-10)
- Spectral Radius Gelfand's Formula - Numerical Example (11-75)
- Unitary Matrix Introduction (76-83)
- Unitary Matrix Properties (84-99)
- Unitary Matrix Equivalent Conditions (100-113)
- Unitary Matrix Elementary Constructions - 2x2 (114-120)

0 comments on commit a805121

Please sign in to comment.