;Task: Solve   '''Ax=b'''   using Gaussian elimination then backwards substitution. '''A'''   being an   '''n''' by '''n'''   matrix. Also,   '''x''' and '''b'''   are   '''n''' by '''1'''   vectors. To improve accuracy, please use partial pivoting and scaling. ;See also: :*   the Wikipedia entry:   [[wp:Gaussian elimination|Gaussian elimination]]