How can I prove that A=0 using elementary operations?

drosales
Messages
7
Reaction score
0
I need help with another homework problem

Let n be a positive integer and An*n a matrix such that det(A+B)=det(B) for all Bn*n. Show that A=0

Hint: prove property continues to hold if A is modified by any finite number of row or column elementary operations

It seems obvious that A=0 but I'm having trouble developing the proof. Any help would be great.
 
Physics news on Phys.org
Please post homework in the homework forum. I moved it for you now.

A hint for the proof: can you write a row/column operation as an elementary matrix??
 
Yes and the product of the elementary matrices returns
A=E1*E2*..*En

is this what you are referring to?
 
Yes. Let E be an elementary matrix, can you show that

det(EA+B)=det(B)

??
 
Im not quite sure how to show this
 
Hint: B=EE^{-1}B.

Use that det(XY)=det(X)det(Y).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top