Question about Multiplying Matrices

  • Thread starter Thread starter deana
  • Start date Start date
  • Tags Tags
    Matrices
deana
Messages
3
Reaction score
0
If I reduce two matrices using row operations before multiplying them together, will I still get a row-equivalent answer to the result I would of gotten if I hadn't reduced them?

Thanks for any input!
 
Physics news on Phys.org
In short, no. If we look at multiplying two 2x2 matrices, row reducing them first would leave 0 in the bottom left entry in each one, and their product will have a 0 in that entry as well. (This would be an example of two upper triangular matrices being multiplied, and their product will always be upper triangular too.) But not every product of 2x2 matrices will have a 0 in the bottom left corner, so in general, row reducing them first won't give you a row-equivalent answer.
 
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