function R = TestSolution(TM,C) % R = TestSolution(TM,C) % % Returns the residuals R = TM.A * C - TM.B; % R = TM.A * C - TM.B;