Paper 4, Section I, C

Numerical Analysis | Part IB, 2019

Calculate the LUL U factorization of the matrix

A=(3233637831646396)A=\left(\begin{array}{rrrr} 3 & 2 & -3 & -3 \\ 6 & 3 & -7 & -8 \\ 3 & 1 & -6 & -4 \\ -6 & -3 & 9 & 6 \end{array}\right)

Use this to evaluate det(A)\operatorname{det}(A) and to solve the equation

Ax=bA \mathbf{x}=\mathbf{b}

with

b=(3313)\mathbf{b}=\left(\begin{array}{r} 3 \\ 3 \\ -1 \\ -3 \end{array}\right)

Typos? Please submit corrections to this page on GitHub.