I have to write an algorithm (using NumPy) that creates:
- random system of 4 linear equations with 4 variables and integer coefficients
- two column vectors b_1, b_2 with integer numbers such that:
1) The first one makes created system Ax = b_1 inconsistent
2) The second one makes created system Ax = b_2 have infinitely many solutions (preferably with integer numbers, but rational are also possible)