Decompose a 2x2 matrix into an orthogonal matrix Q and an upper triangular matrix R.
Last updated: March 2026 | By ForgeCalc Engineering
Calculation Steps
QR decomposition rewrites a matrix as a product of an orthogonal matrix and an upper triangular matrix, which is useful in numerical linear algebra.
Example: QR decomposition separates direction from scale in a matrix.
What is Q?
Q is an orthogonal matrix whose columns are orthonormal vectors.
What is R?
R is an upper triangular matrix that stores the projection coefficients.
Does this accept decimals?
Yes. Any finite real matrix entries are accepted.
What if the matrix is singular?
This simplified solver reports an error when the columns are dependent.
Related Tools
Calculate adjoint matrix.
Find angle between vectors.
Find characteristic polynomial.
Cholesky factorization.
Expand determinant by cofactors.
Calculate cofactor matrix.