0
$\begingroup$
  1. Let $A$ be an $m \times n$ matrix. Suppose that the matrix equation $AX = Y$ is consistent for any $Y$ that is an element of $R^m$ . (a) What is the range of $T_A$? Justify your answer. (b) Under the assumptions above, is it possible that m > n? Justify your answer.

For part (a), I said the range of $T_A$ is $R^m$ because the codomain $Y$ are all possible solutions to the linear transformation $T_A$ with vectors $X$, then $R^m$ contains both consistent and nonconsistent solutions to all linear transformations.

For part (b), I wrote $m > n$ is possible, but I'm having a hard time explaining so. It is fairly obvious because the matrix $A$ is the transformation $T: R^n \rightarrow R^m$. Using the formula $\mathrm{rank}(A) + \mathrm{null}(A) = n$, then $m \geq n$ . Is that a sufficient answer? Any help is welcome.

  • 0
    Regarding your answer for part (b): The matrix $A$ does indeed define a linear transformation $T_A:\mathbb{R}^n\to\mathbb{R}^m$, but this by itself doesn't tell you anything about whether $m>n$. For example, the $m\times n$ zero matrix defines the zero transformation $0:\mathbb{R}^n\to\mathbb{R}^m$ for any choice of $m$ and $n$.2012-11-06
  • 0
    Yes, sorry I forgot to add a couple things when i posted, i edited it to include what I forgot!2012-11-06
  • 0
    How do you conclude $m\geq n$ from that formula?2012-11-06
  • 0
    I was using the logic that they sum to m, but since that is not so. I am back to where I started2012-11-06
  • 0
    Your answer for part (a) is correct, but your explanation is jumbled. What do you mean by "the codomain $Y$ are all possible solutions to the linear transformation $T_A$ with vectors $X$? What is a "nonconsistent solution"? (For that matter, linear transformations don't have "solutions", but rather equations involving linear transformations have solutions.)2012-11-06
  • 0
    Can you write down an example of an $m\times n$ matrix $A$ with the property that the equation $AX=Y$ is consistent for any $Y\in\mathbb{R}^m$? Doing so may help you with part (b).2012-11-06
  • 0
    since all vectors in Y is the linear transformation T on a vector X, and Y is an element in R^m. Thus the range is R^m2012-11-06
  • 0
    An example of this would be an m x n matrix A where m = n and Y is contained in the column space of A.2012-11-06
  • 0
    What I mean is: can you write down a specific example (with specific numbers) of such an $A$?2012-11-06

1 Answers 1

2

For part a, consider row reducing the matrix to reduced row echelon form. What is the only way for the matrix to be consistent? How many linearly independent rows does it have then? Columns? And what do the columns of $A$ span?

For part b, you have it exactly backwards. You can use your approach from the rank-nullity theorem from which we get $$n = \rm{rank}(A) + \rm{nullity}(A)$$ Since your matrix is surjective into $\mathbb{R}^m$ we have $\rm{rank}(A) = m$. Since $\rm{nullity}(A) \ge 0$ we must then have $$n - m = \rm{nullity}(A) \ge 0$$ Alternatively, for an approach closer in style to part a, again consider the reduced row echelon form of $A$. If we have more rows than columns what must we necessarily introduce in the reduced row echelon form? How does that violate part a?

  • 0
    The matrix is consistent if there are 3 linearly independent roew and columns. The columns of A spans R^m.2012-11-07