new; A = rndn(4,4); b = rndn(4,1);@deliberate error@ x = b/A; "A " A; " b " b; " x " x;