qrdecomp(x)

Version 1.0.0.0 (763 Bytes) by ankit gupta
this function will decompose matrix into Q and R component
13 Downloads
Updated 5 Aug 2017

View License

[v,R]=qrdecomp(x) will calculate Q and R component of matrix x , where v is our Q component and R is our R component,
matrix x should be square matrix

Cite As

ankit gupta (2024). qrdecomp(x) (https://www.mathworks.com/matlabcentral/fileexchange/64003-qrdecomp-x), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015b
Compatible with any release
Platform Compatibility
Windows macOS Linux

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.0.0