Is it possible to find matrix A satisfying certain conditions?

  • Thread starter Thread starter songoku
  • Start date Start date
  • Tags Tags
    Conditions Matrix
songoku
Messages
2,467
Reaction score
382
Homework Statement
Is it possible to find A being a m by n matrix, and two vectors b and c, such that Ax = b has no solution and ##A^T## y = c has exactly one solution? Explain why.
Relevant Equations
Maybe Rank
Since Ax = b has no solution, this means rank (A) < m.

Since ##A^T y=c## has exactly one solution, this means rank (##A^T##) = m

Since rank (A) ##\neq## rank (##A^T##) so matrix A can not exist. Is this valid reasoning?

Thanks
 
Physics news on Phys.org
songoku said:
Homework Statement: Is it possible to find A being a m by n matrix, and two vectors b and c, such that Ax = b has no solution and ##A^T## y = c has exactly one solution? Explain why.
Relevant Equations: Maybe Rank

Since Ax = b has no solution, this means rank (A) < m.

Since ##A^T y=c## has exactly one solution, this means rank (##A^T##) = m

Since rank (A) ##\neq## rank (##A^T##) so matrix A can not exist. Is this valid reasoning?

Thanks
Looks ok to me.
 
Thank you very much fresh_42
 
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