Math10
- 301
- 0
Homework Statement
Use 3-digit arithmetic with no pivoting to solve the following system:
10-3x-y=1,
x+y=0.
Homework Equations
I know that 10-3=0.001.
The Attempt at a Solution
The answer for this problem is (0, -1).
Here's the work:
1.001 0
1 1
I've set the augmented matrix and tried using the Gauss-Jordan method to solve the system but I got x=1/1.001 and y=-1/1.001, of course that's not the answer. How do I do this problem?