How do we solve three simultaneous equation = 0 with matrices (Gaussian method)
How do we find the three unknowns (x1, x2, x3)?
e.g (the 1, 2 and 3 are little subscripts)
x2 + x3 =0
x1 + 4x2 + x3 =0
2x1 =x2 + 7x3
which is this in matrix form
0 1 1
1 4 1
2 -1 -7 (subtracting x2 + 7x3 from the right hand side)
These are all equal to zero?
But how do we find the three unknowns (x1, x2, x3)??
Actually instead it gave us answers of (3k, -k , k) k is any real number? How do we work out this?
How do we find the three unknowns (x1, x2, x3)?
e.g (the 1, 2 and 3 are little subscripts)
x2 + x3 =0
x1 + 4x2 + x3 =0
2x1 =x2 + 7x3
which is this in matrix form
0 1 1
1 4 1
2 -1 -7 (subtracting x2 + 7x3 from the right hand side)
These are all equal to zero?
But how do we find the three unknowns (x1, x2, x3)??
Actually instead it gave us answers of (3k, -k , k) k is any real number? How do we work out this?