Description Usage Arguments Value Examples
This function performs QR decomposition on a matrix A into a product A = QR of an orthogonal matrix Q and an upper triangular matrix R
1 | myQR(A)
|
A |
an n by m matrix whose QR decomposition is to be computed |
Q, an orthogonal matrix Q and an upper triangular matrix R
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.