2.I.5E

Numerical Analysis | Part IB, 2001

Find an LU factorization of the matrix

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

and use it to solve the linear system Ax=bA \mathbf{x}=\mathbf{b}, where

b=(22411)\mathbf{b}=\left(\begin{array}{r} -2 \\ 2 \\ 4 \\ 11 \end{array}\right)

Typos? Please submit corrections to this page on GitHub.