Full Rank Factorization

Performs a full rank factorization, X=KL
1.5K Downloads
Updated 3 Nov 2009

View License

FRD - Full rank factorization of input matrix X.

This will write X as the product of two matrices X = KL where both K and L have the same rank as X.

Cite As

Calvin Price (2024). Full Rank Factorization (https://www.mathworks.com/matlabcentral/fileexchange/19197-full-rank-factorization), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Linear Algebra in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.2.0.0

Rounding issue is resolved.

1.1.0.0

The factorization is now based on the SVD of the input matrix.

1.0.0.0