qrsol¶
Purpose¶
Computes the solution of \(Rx = b\) where \(R\) is an upper triangular matrix.
Format¶
-
x =
qrsol(b, R)¶ Parameters: - b (PxL matrix) – data
- R (PxP matrix) – upper triangular matrix
Returns: x (PxL matrix) – solution of \(Rx = b\) where \(R\) is an upper triangular matrix.