recategorized by
465 views
4 votes
4 votes

$A$ is an $n \times n$ matrix with real-valued entries. Further, there exists a vector $x \neq 0$ such that $A x=0$. Now consider a given vector $b$ in $\mathbb{R}^{n}$. How many possible vectors $z$ exist, so that $A z=b?$ 

  1. $0$
  2. $1$
  3. $n-1$
  4. $n$
  5. Either $0$ or infinite
recategorized by

1 Answer

4 votes
4 votes

$A$ is a $n \times n$ matrix i.e. $A$ has $n$ column vectors in $\mathbb{R}^n$.

There exists a vector $x \neq 0$ such that $Ax=0$ this implies the column vectors of $A$ are Linearly Dependent ie $A$ has less than $n$ Linearly Independent column vectors.

Therefore, column vectors of $A$ doesn't span the entire $\mathbb{R}^n$ space. Therefore, there exists some $b$ for which $Az = b$ has no solution.

And for vectors $b$ which are some Linear Combination of column vectors of $A$, since column vectors of $A$ are Linearly Dependent, there are infinite Linear Combinations possible for each vector $b$. Therefore, there exists some $b$ for which $Az = b$ has infinite solutions.

Answer :- E

Answer:

Related questions

4 votes
4 votes
1 answer
4
admin asked Mar 14, 2023
554 views
Consider the $n \times n$ matrix $M$ defined as follows:$$M=\left(\begin{array}{cccc}1 & 2 & \ldots & n \\n+1 & n+2 & \ldots & 2 n \\2 n+1 & 2 n+2 & \ldots & 3 n \\\vdots...