Thread Closed

Elementary row operations question

 
Share Thread Thread Tools
Sep1-05, 02:57 AM   #1
 
Angry

Elementary row operations question


I am working with the following equation:
|1 -2 3|
|6 -11 15|
|4 -14 21|
a. add -4 time Row1 to Row 3
b. add -6 times Row 1 to Row 2
c. add 6 times Row 2 to Row 3
d. multiply row 3 by -1/9

I have come up with the following answer:
|24 -48 72|
|180 -354 522|
|-19.99 39.99 -58.99|

Where did I go wrong?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Sep1-05, 02:58 AM   #2
 
Incidently, this is a multiple choice question and my answer isn't anywhere near any of the answers to choose from.
 
Sep1-05, 03:01 AM   #3
 
Recognitions:
Homework Helper Homework Help
After the 1st 2 operations, you should have ended up with,

Code:
1 -2 3
0 1 -3
0 -6 9
 
Sep1-05, 03:45 AM   #4
 

Elementary row operations question


When you say first two operations, do you mean a and b or a?

What am I messing up?

After I ran a, I had:

-4 8 -12
6 -11 15
0 -6 9
 
Sep1-05, 03:48 AM   #5
 
Recognitions:
Homework Helper Homework Help
Why are you multiplying the first row by -4???
It says add -4 times Row 1 to Row 3.
Viet Dao,
 
Sep1-05, 03:52 AM   #6
 
What does that mean?
Do I add -4 to Row 3 or do I multiply -4 by Row 1 than add Row 1 to Row 3?
 
Sep1-05, 04:01 AM   #7
 
Recognitions:
Homework Helper Homework Help
Add -4 times Row 1 To Row 3 means that you change Row 3 by adding -4 times Row 1 to it, and you don't change anything in Row 1, (ie: you just change Row 3).
Row 1 is: |1 -2 3|
-4 times Row 1 is : |-4 8 -12| (*)
You will add the (*) to row 3, which is:
|4 + (-4)xxxxxx-14 + 8xxxxxx21 + (-21)| = |0 -6 9|
You still keep Row 1. You only change Row 3. ie:
|1 -2 3|
|6 -11 15|
|0 -6 9|
Do the same for b, c, and d.
Viet Dao,
 
Sep1-05, 04:03 AM   #8
 
OH, I SEE!

I have come up with:
1 -2 3
0 1 -3
0 0 1

THANK YOU!
 
Sep1-05, 05:08 AM   #9
 
The light bulb has come on
 
Thread Closed
Thread Tools


Similar Threads for: Elementary row operations question
Thread Forum Replies
Elementary Trig Question General Math 8
Linear Algebra: Elementary Row Operations Calculus & Beyond Homework 0
Elementary Bohm Question General Physics 2
help with 'elementary' question.. Chemistry 4
Elementary Row Operations on Matrices Linear & Abstract Algebra 3