Matrices: Number of solutions of Ax=c if we know the solutions to Ax=b

  • Thread starter Thread starter humantripod
  • Start date Start date
  • Tags Tags
    Matrices
humantripod
Messages
3
Reaction score
0
Hey guys,

Here is my question.

A is a 4x4 matrix and there are two vectors, b and c, which have 4 real numbers. If we are told that A(vector x)=(vector b) has an unique solution, how many solutions does A(vector x)=(vector c) have?

I honestly have no idea how to do this. I know that for A would be in the following rref form:

1 0 0 0
0 1 0 0 for Ax=b.
0 0 1 0
0 0 0 1
 
Physics news on Phys.org
"A(vector x)=(vector b) has an unique solution" is another way of saying that A has an inverse. How many inverses can a matrix have?
 
Only 1. So does this mean there is no solution for Ax=c?
 
It means there is only one solution for Ax=c:

Inv(A)A x=Inv(A)c → x=Inv(A)c
 
Another way to see it: suppose there is more than one solution to Ax = c.

If Ax1 = c and A x2 = c, then A(x1-x2) = 0

So if Ax = b, would be another solution A(x+x1-x2) = b

But there is only one solution to Ax = b.
 
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