Task 04
Task 04¶
deadline: 21/03/2021 23:59 CET
[0.25 points]: Edit the conjugate gradient method so that it returns a list of all iterations
[0.25 points]: Solve the following system of linear equations
using the edited conjugate gradient method withe the error tolerance of
[0.5 points]: Plot the iterations
where matplotlib.pyplot.scatter
and the matplotlib.pyplot.contour
functions, respectively.
# add your code here