Solve Unknown b in Matrix C for No Unique Solutions

  • Thread starter Thread starter blackbear
  • Start date Start date
  • Tags Tags
    Matrix
blackbear
Messages
39
Reaction score
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
What is the relation between the system determinant and the uniqueness of the solution?
 
I am not sure...I thought the system determinant is only used to find the interdependency of the basis. If there exist such a relation as you have mentioned...that is not mentioned in the question; so we can assume anything for the problem.
 
By the way in order to have a unique solution r(A), rank equals n. But we know n but I don't know how to get rank!
 
Notice how if b = 3 then column 4 becomes a multible of column 1. This solution would make the rank(C) < n = 4 and therefore C would not have an inverse making the system have no unique solitions.
 
Thanks Live2Learn...I got it!
 

Similar threads

Back
Top