...

/

Challenge: QR Matrix Factorization

Challenge: QR Matrix Factorization

Solve this challenge on QR matrix factorization in R.

We'll cover the following...

Exercise

Write the R code needed to retrieve the orthogonal factor QQ of the QR factorization on the following rectangular matrix:

A=[4225 ...