Solving a 3x3 Matrix: Find the Answer

  • Thread starter Thread starter munasur12
  • Start date Start date
  • Tags Tags
    3x3 Matrix
munasur12
Messages
1
Reaction score
0

Homework Statement



PHP:
Given that  
|a b c| =-6 
|d e f|    
|g h i|

find 
|-3a   -3b   -3c    |
|d       e      f   |
|g-4d   h-4e  i-4f  |


Homework Equations



NA

The Attempt at a Solution



I am not sure where to start to solve this question. I am familiar with matrix applications but not sure determine the answer.

Thanks, in advance.
 
Last edited:
Physics news on Phys.org
munasur12 said:

Homework Statement



PHP:
Given that  
|a b c| =-6 
|d e f|    
|g h i|

find 
|-3a   -3b   -3c    |
|d       e      f   |
|g-4d   h-4e  i-4f  |


Homework Equations



NA

The Attempt at a Solution



I am not sure where to start to solve this question. I am familiar with matrix applications but not sure determine the answer.

Thanks, in advance.

Those aren't just matrices. They are determinants. Look up properties of determinants. Then try.
 
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