Skip to content

Commit ec6ba0d

Browse files
Update README.md
1 parent bddeee6 commit ec6ba0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Singular-Value-Decomposition
22

3-
ABSTRACT
3+
#### ABSTRACT
44
Singular Value Decomposition (SVD) factorizes any real matrix A into a product of three matrices S, U and V. Matrix S is a diagonal matrix containing the singular values matrix A arranged in descending form. Matrices U and V are orthogonal such as U contains the left singular vectors whereas V contains the right singular vectors. The paper uses One Sided Jacobi algorithm to calculate SVD. The Jacobi rotations are calculated on every 2 × 2 submatrix to zero out all non-zero off-diagonal elements of the original matrix. Number of iterations implemented are 5 which are used to converge. The high accuracy of the algorithm can be seen from the error plot.
55

6-
ERROR RANGE
6+
#### ERROR RANGE
77
1. Floating Point function and MATLAB function: 10-16 – 10-15
88
2. Floating Point function and Fixed Point function: 10-6 – 10-4
99

10-
ERROR PLOT
11-
<img src="images/svd.jpg">
10+
#### ERROR PLOT
11+
<img src="Images/svd.jpg">

0 commit comments

Comments
 (0)