A = rand(3);
B = [15; 15; 15];
x = A\B;
save('C:\STIMATH\Output\MatInvx.dat','x','-ascii')
