LU Factorisation and Pivoting
≈ 25 minLU Factorisation and Pivoting
LU factorisation separates elimination into reusable lower and upper triangular solves; pivoting improves numerical robustness. Row exchanges avoid small pivots that magnify rounding error. The distinction between a formal hypothesis and an intuitive picture is made explicit so that calculations can be justified, not merely patterned.
Worked reasoning
- Division by a tiny pivot amplifies rounding error.
- Swapping in a larger available pivot reduces that risk.
Why is partial pivoting used in Gaussian elimination?
Which statement best captures the central mathematical idea in LU Factorisation and Pivoting?
When starting a problem about LU Factorisation and Pivoting, which move is most reliable?
Which statement is a misconception that must be rejected when working with LU Factorisation and Pivoting?

