Hi everyone.
I'm trying to modify a code to double-check Newton-Raphson, and I'm having trouble with matrix dimensions. The error reads the following:
Error in ==> nrlfppg2 at 80
X = inv(J)*M; % Correction Vector
I'm not sure how to remedy this, as everything seems alright to...