Row space of a transformation matrix

GwtBc
Messages
74
Reaction score
6

Homework Statement


We're given some linear transformations, and asked what the null space, column space and row space of the matrix representations tell us

Homework Equations

The Attempt at a Solution


I know what information the column space and null space contain, but what does the row space of a transformation matrix tell me?
 
GwtBc said:

Homework Statement


We're given some linear transformations, and asked what the null space, column space and row space of the matrix representations tell us

Homework Equations

The Attempt at a Solution


I know what information the column space and null space contain, but what does the row space of a transformation matrix tell me?
The row space is a subspace of the domain of the transformation.
Here's a simple example.
Let T be a linear transformation, ##T: R^3 \to R^2##, with T(x) = Ax, with x in R3 and A defined as
##A = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \end{bmatrix}##
The row space of A is a two-dimensional subspace of R3; namely, the x-y plane. This transformation projects a vector x onto the x-y plane.
 
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