Matrix Problem with an Unknown quantity

  • Thread starter Thread starter blackbear
  • Start date Start date
  • Tags Tags
    Matrix
blackbear
39
0
I have the following matrix, C =

3 2 1 9
4 2 6 12
1 4 -3 3
0 1 8 (3-b)

y1=[-1 -1 1 -1] transpose

For the vector y, I need to find all values of b such that the system of equations y=Cx has no unique solutions. Can someone help...

Thanks
 
Physics news on Phys.org
Perhaps the easiest approach is a "calculational" one... Suppose that a value for b was given. Then how would you go about solving y = Cx. At what point would you be able to tell if there was a unique solution?
 
I do the problems mostly with mathlab. Anyway, when rank r(A) equals n then there exist a unique solution. But I don't know how to find r(A)!
 
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 . 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