Tasks
- 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}\]
- Install
cvx
for your preferred language: Matlab or Python - Run the basic linear programming example Python or Matlab