Tasks

  1. Solve the following linear system by constructing the corresponding matrix and vector: \[\begin{bmatrix}1 & 2 &3\\4 & 5 & 6 \\ -1 & 2 & -1\end{bmatrix} x= \begin{bmatrix}\text{first digit in uk id}\\\text{second digit in uk id}\\\text{third digit in uk id}\end{bmatrix}\]
  2. Install cvx for your preferred language: Matlab or Python
  3. Run the basic linear programming example Python or Matlab