Linear Algebra - Module 2

Derivation of Singular value Decomposition (SVD) and pseudoinverse
47 Downloads
Updated 3 Apr 2025

View License

The note is about Derivation of Singular Value Decomposition first by assuming Columns of A are independent which in turn leads to economical form of SVD. It is followed by generic case. Finally it is shown how it is used for solving linear regression problem which is basically a leastsquare , least_norm solution for x, the regression coefficients. Regression involves a projection (leastsquare error part) and a leastnorm solution part which insist that the solution vector x must be in rowspace of the associated data matrix A.

Cite As

Kottipadannayil Soman (2025). Linear Algebra - Module 2 (https://uk.mathworks.com/matlabcentral/fileexchange/180625-linear-algebra-module-2), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2024b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.1

Added how pseudo inverse of S matrix in svd(A) =USV' is derived from fundamentals

1.0.0