This document provides the solutions to assignment questions about linear algebra and linear programming. It includes:
1) The matrix and vector representations of a system of linear equations. It finds the numerical solution and compares it to the exact solution.
2) An analysis of the condition number of Hilbert matrices of increasing size, showing the condition number grows exponentially up to a certain point.
3) Formulating a production planning problem as a linear programming problem to maximize profit subject to resource constraints. It solves the problem as both a linear program and integer program.