Please explain each step thoroughly using theorms and defini
Please explain each step thoroughly using theorms and definitions. Thanks.
Describe all solutions by the matrix equation A = 0 in parametric vector form: A = [1 3 -3 7 0 1 -4 5]Solution
we have matrix
A = 1 3 -3 7
0 1 -4 5
we can see that it has 2 rows and 4 columns so it is 2 X 4 matrix.
A x = 0
here \"x\" should be 4 x 1 in order to perform matrix multiplication
x = x1
x2
x3
x4 //since it has 4 x1 so it will have 4 variables
we reducd the A matrix
R1 -> R1 - 3*R2
A = 1 0 9 -8
0 1 -4 5
A x = 0
1x1 + 0x2 +9x3 -8x4 = 0
0x1 + 1x2 -4x3 +5x4 = 0
x1 +9x3 -8x4 = 0 => x1 = -9x3 +8x4
x2 - 4x3 + 5x4 = 0 => x2 = 4x3 -5x4
x3 and x4 are free variables
( -9 ) ( 8 )
X = x3 ( 4) + x4 (-5)
(1) (0)
(0) (1)
