a) The subspace of polynomials that have derivative equal to zero are those with x^0. So then this means that the rank is 1 and the nullity is 0 by the rank-nullity theorem?
I guess you mean to say, the subspace of polynomials that have derivative equal to zero are those with degree 0, i.e., the ones that don't have any powers of x higher than x^0. OK, that's correct.
Now, what does "nullity" mean? It means the dimension of the null space. You just described what the null space is: it is the space of polynomials of degree 0. What is the dimension of this space? Hint: it's not zero. It's the answer to the following question. Given an arbitrary element of Pn, which looks like,
a_n x^n + a_{n-1} x^{n-1} + \ldots + a_1 x^1 + a_0 x^0[\tex],<br />
<br />
how many of the coefficients are constrained by the definition of the null space of D?<br />
<br />
Your answer for the rank is also incorrect, but we'll get to that after you work out the nullity.<br />
<br />
<blockquote data-attributes="" data-quote="" data-source=""
class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
<div class="bbCodeBlock-content">
<div class="bbCodeBlock-expandContent js-expandContent ">
b) Applying L to a general matrix M = [a b c; d e f] gives [d e f; 0 0 0]. For M to be the nullspace of L, then d e and f must also equal 0.
</div>
</div>
</blockquote><br />
OK, good.<br />
<br />
<blockquote data-attributes="" data-quote="" data-source=""
class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
<div class="bbCodeBlock-content">
<div class="bbCodeBlock-expandContent js-expandContent ">
Solving for the nullspace, we get x3 = 0, x2 = 0. These are free variables which are always equal to 0 therefore for kd + e + f = 0, k is a real number, d must equal 0. Therefore, the nullity is 2 and the rank is 1
</div>
</div>
</blockquote><br />
No, this isn't right. I don't think you're understanding exactly what "nullspace" means. The null space of L is precisely the set of 2x3 matrices [a b c; d e f] for which d = e = f = 0. The dimension of this null space is once again the answer to this question: How many of the parameters a, b, c, d, e, f are constrained by the definition of the null space of L?<br />
<br />
The rank is also incorrect, but let's get to that after you work out the dimension of the null space.<br />
<br />
<blockquote data-attributes="" data-quote="" data-source=""
class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
<div class="bbCodeBlock-content">
<div class="bbCodeBlock-expandContent js-expandContent ">
c)"the null space of T consists of those 3x3 matrices for which a11+a22+a33 = 0" <br />
I think this is what you are asking for.
</div>
</div>
</blockquote><br />
OK, that's correct.<br />
<br />
<blockquote data-attributes="" data-quote="" data-source=""
class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
<div class="bbCodeBlock-content">
<div class="bbCodeBlock-expandContent js-expandContent ">
And I still think the answer is nullity = 2 and rank =1...
</div>
</div>
</blockquote><br />
Your answer for the nullity is correct, but I'm not 100% sure that your reasoning is correct. An arbitrary 3x3 matrix has NINE coefficients. How many of these are constrained by the condition a11+a22+a33 = 0? Also, rank = 1 is incorrect.<br />
<br />
Can you tell me the definition of the rank of a linear map, say from a vector space V to another vector space W? (Hint: it's the dimension of a certain subspace associated with the map. Which subspace, and what space is it a subspace of: V or W?) Can you tell me what this subspace is in each of the three examples above?<br />
<br />
Also, can you tell me what you know about dim(null(A)) + rank(A) for a given linear map between two finite-dimensional vector spaces?