You are on page 1of 1

a0=[8 10 2 9 2 8 3 -10 7 7]

a0 =
8 10 2 9 2 8 3 -10 7 7
a1=[0,4,6,15,6,7,-5,8,-9,8]
a1 =
0 4 6 15 6 7 -5 8 -9 8
a2=[-5;-7;-8;-7;-4;-9;-8;15;6;0]
a2 =
-5
-7
-8
-7
-4
-9
-8
15
6
0
b=[3 7 0 17 4 6 -10 13 4 15]
b =
3 7 0 17 4 6 -10 13 4 15
x=gauss_afc2(a0,a1,a2,b)
{Undefined function or variable 'gauss_afc2'.
}
x=gauss_afc(a0,a1,a2,b)
x =
1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000
1.0000 1.0000
diary off

You might also like