%Is the equation Ax=b consistent for all b? syms b1 b2 b3; A=[1,4,5;-3,-11,-14;2,8,10] b=[b1;b2;b3] C=[A,b] C=r(C,3,1,2) C=r(C,-2,1,3)