You are on page 1of 1

a=[1 3 0;2 4 2;0 2 -3];

b=[4;6;1];
[l,u]=lu(a);
x=a\b;
disp(x);

You might also like