Thread Closed

Matrix operation

 
Share Thread Thread Tools
Mar24-07, 04:53 AM   #1
 
Smile

Matrix operation


In my note, it said that

Counting multiplication and division only, in solving linear equations (matrix operation),

Elimination of first row: total n^2 operations

So, forward elimination operations for the matrix is Σ(2 to n) k^2 = n*(n+1)*(2n+1)/6

I have tried to solve the equations but it seem do not need n^2 steps.

Can anyone tell me conceptually why it needs n^2 operations to eliminate the first row?

Thanks.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Mar24-07, 06:51 AM   #2
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
You have to eliminate the firsty entry, so you add a multiple of another row - that is n multiplications. Then you need to do the second entry in the row. That is another n multiplications in another row. You do this n times, so that is n*n operations.
Mar24-07, 07:32 AM   #3
 
Quote by matt grime View Post
You have to eliminate the firsty entry, so you add a multiple of another row - that is n multiplications. Then you need to do the second entry in the row. That is another n multiplications in another row. You do this n times, so that is n*n operations.

But i have the following interpretation

Eliminate the first entry and this is n multiplication
Then, I do it n-1, including the first time.

So, I think it is n*(n-1).

I am quite not sure about this.
Mar24-07, 08:58 AM   #4
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

Matrix operation


To be honest, I'd like you to say what it is that you're doing precisely. I'm not aware of anytime I'd actually want to eliminate the entire first row (of what, by the way? nxn matrix? Why?)
Mar24-07, 09:33 AM   #5
 
Quote by matt grime View Post
To be honest, I'd like you to say what it is that you're doing precisely. I'm not aware of anytime I'd actually want to eliminate the entire first row (of what, by the way? nxn matrix? Why?)
The following link is a picture which shows what my note says.

http://www.badongo.com/cn/pic/526793
Mar24-07, 09:38 AM   #6
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Doesn't really answer the questions I asked.

1) you're trying to solve simultaneous equations
2) in how many unknowns and how many equations? I presume n of each.

at least it corrects your first sentence - elimination *for* first row.

Strictly speaking you can do it n*(n-1) operations, I agree. Though you could be supposed to multiply every row by somethings so that they all have the same first entry (eg, 1), and that would be n^2 operations, generically. Unless you describe the algorithm you're attempting to cost, there's no way for anyone else to say what is really going on.
Thread Closed
Thread Tools


Similar Threads for: Matrix operation
Thread Forum Replies
BJT(npn) physical operation help! Atomic, Solid State, Comp. Physics 5
Matlab / operation Math & Science Software 1
Simple Set Operation Calculus & Beyond Homework 1
Bitwise Operation Electrical Engineering 0
Set operation problem Set Theory, Logic, Probability, Statistics 5