Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 478 Bytes

2007-62.md

File metadata and controls

31 lines (27 loc) · 478 Bytes
course course_year question_number tags title year
Numerical Analysis
IB
62
IB
2007
Numerical Analysis
1.I.6F
2007

Solve the least squares problem

$$\left[\begin{array}{ll} 1 & 3 \\ 0 & 2 \\ 0 & 2 \\ 0 & 1 \end{array}\right]\left[\begin{array}{l} x_{1} \\ x_{2} \end{array}\right]=\left[\begin{array}{r} 4 \\ 1 \\ 4 \\ -1 \end{array}\right]$$

using $Q R$ method with Householder transformation. (A solution using normal equations is not acceptable.)