====== Differences ====== This shows you the differences between two versions of the page.
gibson:teaching:fall-2016:math753:ludecomp [2016/09/23 07:30] gibson created |
gibson:teaching:fall-2016:math753:ludecomp [2016/09/23 07:34] (current) gibson |
||
---|---|---|---|
Line 3: | Line 3: | ||
+ | ===== Gaussian elimination ==== | ||
+ | |||
+ | <code> | ||
+ | % Reduce Ax=b problem to | ||
+ | |||
+ | </code> | ||
+ | |||
+ | |||
+ | ===== LU factorization with out pivoting ==== | ||
+ | |||
+ | <code> | ||
+ | |||
+ | |||
+ | </code> |