Use 3-digit arithmetic with no pivoting?

  • Thread starter Thread starter Math10
  • Start date Start date
  • Tags Tags
    Arithmetic
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
Math10
Messages
301
Reaction score
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?
 
Physics news on Phys.org
Using Gauss-Jordian method, the matrix you should start off with is

\begin{pmatrix} 10^{-3} & -1 & 1 \\ 1 & 1 & 0 \end{pmatrix}
 
  • Like
Likes   Reactions: 1 person
Thank you. Don't answer this question anymore. I've already solved it. Thanks again, everyone.