Need help to find my mistake in a simple proof of a matrix algebra proposition.

Brutus
Messages
7
Reaction score
0

Homework Statement


Is the following true for matrices?

Hypotesis:
AB = AC
A != 0(zero matrix)

Thesis:
B=C

The Attempt at a Solution



AB = AC
AB - AC = 0(zero matrix)
AB - AC = A(B-C) // using the following property: A(B+C) = AB + AC iff A is mn matrix and BC are np matrices
A(B-C) = 0 <=> B=C because A != 0
QED

There is something wrong because there are matrices where AB = AC and B != C.
Where is my mistake?
 
Physics news on Phys.org
There are matrices where AB=0 and neither A nor B are zero. You can't say A(B-C)=0 implies A=0 or (B-C)=0 like you can with real numbers.
 
ok, thanks
 
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