QR | R Documentation |
Performs QR Decomposition of a Complex Matrix without pivoting.
QR(A)
A |
: an |
an orthogonal matrix Q and an upper triangular matrix R so that A = QR.
Kyle Caudle
Randy Hoover
Jackson Cates
z <- complex(real = rnorm(16), imag = rnorm(16))
A <- matrix(z,nrow=4)
QR(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.