ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

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.