Reference: QR
QR(A) computes the QR decomposition for the real square matrix A, i.e. computes an orthogonal matrix Q and a upper-triangular matrix R, such that QR=A. The matrices Q and R are stored as the indentifiers "Q" and "R", respectively. In the current implementation, QR works only for real square non-singular matrices A.