edited by
240 views
0 votes
0 votes

Suppose that $A$ is an $n \times n$ matrix with $n=10$ and $b$ is an $n \times 1$ vector. Suppose that the equation $Ax=b$ for an $n \times 1$ vector does not admit any solution. Which of the following conclusions can be drawn from the given information?

  1. $A^{-1}$ does not exist
  2. The equation $A^T x= b$ also does not admit any solution
  3. $|A|$ = 0
  4. Suppose $c$ is another $n\times 1$ vector such that $Ax = c$ also does not admit a solution. Then the vector $c$ is a constant multiple of the vector $b$
edited by

1 Answer

Answer:

Related questions

0 votes
0 votes
1 answer
2
soujanyareddy13 asked Jan 29, 2021
281 views
Consider the matrices$A=\begin{pmatrix} 0 & 0 & 0 & 0 & 15 \\ 0 & 0 & 0 & 13 &14 \\ 0 & 0 & 10 & 11 & 12 \\ 0 & 6 & 7 & 8 & 9 \\ 1 & 2 & 3 & 4 & 5 \end{pmatrix} \text{ an...