Solve the following system of equations using Matlab 1 2 5 6
Solve the following system of equations using Matlab [1 2 5 6 2 5 8 9 5 10 11 4 10 22 1 5] [x_1 x_2 x_3 x_4]= [10 20 13 5]
Solution
a=[1 2 5 6
2 5 8 9
5 10 11 4
10 22 1 5]
a =
1 2 5 6
2 5 8 9
5 10 11 4
10 22 1 5
>> b=[10
20
13
5]
b =
10
20
13
5
>> x=a\\b
x =
-10.5227 x1
4.7913 x2
1.3574 x3
0.6921 x4
![Solve the following system of equations using Matlab [1 2 5 6 2 5 8 9 5 10 11 4 10 22 1 5] [x_1 x_2 x_3 x_4]= [10 20 13 5]Solutiona=[1 2 5 6 2 5 8 9 5 10 11 4 Solve the following system of equations using Matlab [1 2 5 6 2 5 8 9 5 10 11 4 10 22 1 5] [x_1 x_2 x_3 x_4]= [10 20 13 5]Solutiona=[1 2 5 6 2 5 8 9 5 10 11 4](/WebImages/15/solve-the-following-system-of-equations-using-matlab-1-2-5-6-1024798-1761530439-0.webp)