Q-R decomposition with positive diagonals of R Matrix

Q-R decomposition with positive diagonals for a square random matrix
238.0 次下载
更新时间 2015/2/24

查看许可证

In linear algebra, a QR decomposition (also called a QR factorization) of a matrix is a decomposition of a matrix A into a product A = QR of an orthogonal matrix Q and an upper triangular matrix R. QR decomposition is often used to solve the linear least squares problem, and is the basis for a particular eigen value algorithm, the QR algorithm. If A has n linearly independent columns, then the first n columns of Q form an orthonormal basis for the column space of A. More specifically, the first k columns of Q form an orthonormal basis for the span of the first k columns of A for any 1 ≤ k ≤ n. The fact that any column k of A only depends on the first k columns of Q is responsible for the triangular form of R.

引用格式

Gnaneswar Nadh satapathi (2024). Q-R decomposition with positive diagonals of R Matrix (https://www.mathworks.com/matlabcentral/fileexchange/49807-q-r-decomposition-with-positive-diagonals-of-r-matrix), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2006b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear Algebra 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Q-R decomposition for random matrix with positive diagonal elements

1.1.0.0

Positive diagonals of R matrix for a random input matrix

1.0.0.0