Please I need HELP IMEDIATLY
This is the error message that i get
? Error using ==> gauss_sied
Too many input arguments.
Error in ==> HW_14 at 23
[x_wo, cnt, x_w,cntt] = gauss_sied(xo, A, b, es, lam);
clc
clearC = [-8 1 -2 -20
2 -6 -1 -38
-3 -1 7 -34];
A = C(:,1:end-1);
b = C(:,end);nr =...