Trouble solving this Determinant

  • Thread starter Thread starter shiri
  • Start date Start date
  • Tags Tags
    Determinant
Click For Summary
SUMMARY

The discussion centers on calculating the determinant of the matrix B, defined as:

|B| = | 2u 3u-a a-p |
| 2v 3v-b b-q |
| 2w 3w-c c-r |

The correct determinant is established as |B| = 27/4, contrasting with the initial incorrect calculation of 4. Key insights include the determinant property that states det(3A) = 3^n * det(A) for an n x n matrix and the relationship det(A^-1) = 1 / det(A).

PREREQUISITES
  • Understanding of matrix determinants
  • Familiarity with matrix operations
  • Knowledge of properties of determinants
  • Basic linear algebra concepts
NEXT STEPS
  • Study the properties of determinants in linear algebra
  • Learn about matrix inversion and its implications on determinants
  • Explore scalar multiplication of matrices and its effect on determinants
  • Practice solving determinant problems using various matrix forms
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, matrix theory, and anyone involved in solving determinant-related problems.

shiri
Messages
85
Reaction score
0
I'm having trouble solving this question:

If det

| a b c |
| p q r | = 2,
| u v w |

find det (3B^-1) where B =

| 2u 3u-a a-p |
| 2v 3v-b b-q |
| 2w 3w-c c-r |

Is it possible to transpose B?

So far what I got is 4; however, the instructor told me that the answer is |B| = 27/4
 
Physics news on Phys.org


Remember there is a difference between a determinant and a matrix. I'm guessing you are given a matrix

[tex]B =\left [<br /> \begin{array}{ccc}<br /> 2u&3u-a&a-p\\<br /> 2v&3v-b&b-q\\<br /> 2w&3w-c&c-r<br /> <br /> \end{array}<br /> \right ][/tex]

and what you have written is its determinant. Remember when you multiply a matrix by 3 it multiplies every element in the matrix. So for an n by n matrix A, if you multiply it by 3 and take its determinant, a 3 comes out of every column so

det(3A) = 3ndet(A)

That plus the fact that det(A-1) = 1 / det(A)
should help you out.
 

Similar threads

  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K