QR | R Documentation |
QR decomposition of a matrix
QR(A)
A |
an nxp matrix for QR decomposition |
a list of two matrices Q and R so that A = QR
Q - nxp matrix with orthonormal columns with the same span as A
R - a upper triangular pxp matrix with nonnegative diagonal entries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.