Skip to main content

QR

QR decomposition: returns the orthogonal factor Q of A = Q·R (via Householder reflections). Recover R as TRANSPOSE(QR(A))·A.

CategoryMatrix
SyntaxQR(matrix)

Parameters

ParameterRequiredDescription
matrixRequiredAn m×n matrix (m ≥ n).

Example

QR([1, 2; 3, 4])

Auto-generated from the EngCanvas function registry.