How Do You Solve Determinants for Matrices A and B with Given Conditions?

  • Thread starter Thread starter Whiz
  • Start date Start date
  • Tags Tags
    Algebra
Whiz
Messages
20
Reaction score
0

Homework Statement



If A and B are 3 x 3 matrices satisfying det(2A(B^-1)) = -20 and det((A^2)(B(transpose))) = 50, find det(A) and det(B)

Homework Equations



None

The Attempt at a Solution



I'm not quite sure how to do the question at all. I've just been guessing the determinants and seeing if it satisfies the two equations. I found that det(A) = -5 and det(B) = 2, but I just guessed.

How can I work this out?
 
Last edited:
Physics news on Phys.org
Use the facts that det(AB)= det(A)det(B), and that det(A transpose)= det(A) so that 2det(A)/det(B)= -20 and (det(A)2)det(B)= 50 so that you have two equations to solve for det(A) and det(B). (And det(A)= -5, det(B)= 2 is not correct. 2(-5)/(2)= -5, not -20.)

Can you solve 2x/y= -20 and x2y= 50?

And, the word is "determinant", not "determinate".
 
Thanks for the quick reply.

I'm not sure that's how you solve this question because the answer in the book is det(A) = 5 and det(B) = 2, which would make my answer wrong as well.
 
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