Invertible Matrix: Find Values of p & q

  • Thread starter Thread starter magnifik
  • Start date Start date
  • Tags Tags
    Matrix
magnifik
Messages
350
Reaction score
0
for what values of p and q is this matrix invertible?

this is all one 3x3 matrix. sorry for ugly formatting.
[0 1 b]
|-1 0 c|
[-b -c 0]

i found the determinant to be 0 + (-bc) + bc - 0 - 0 - 0 = -bc + bc = 0
so i came the conclusion that the matrix is singular or not invertible. is this correct, or am i missing something?
 
Physics news on Phys.org
magnifik said:
i found the determinant to be 0 + (-bc) + bc - 0 - 0 - 0 = -bc + bc = 0
so i came the conclusion that the matrix is singular or not invertible. is this correct, or am i missing something?
This sounds correct. So for what values of b and c is the matrix invertible?
 
since it isn't invertible, i suppose there are no values for which b and c are invertible
 
That sounds right.
 
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