SOLUTION: Hello, I'm having some difficulty with the following problem:
Use matrices to help find a general solution of each system of equations.
{ x+z=1
x+y=2
2x+y+z=3
thanks,
Algebra ->
Equations
-> SOLUTION: Hello, I'm having some difficulty with the following problem:
Use matrices to help find a general solution of each system of equations.
{ x+z=1
x+y=2
2x+y+z=3
thanks,
Log On
Question 182158: Hello, I'm having some difficulty with the following problem:
Use matrices to help find a general solution of each system of equations.
{ x+z=1
x+y=2
2x+y+z=3
thanks,
H.C. Answer by Fombitz(32388) (Show Source):
You can put this solution on YOUR website! In matrix form it would look like,
[A]=
[x]=
[b]=
[A][x]=[b]
The solution is
[x]=[A]inv[b]
where [A]inv is the inverse of [A]
This is where the problem comes in.
The determinant of [A] is zero, there is no solution.
Was that the difficulty you were having?