Serge Lang – Introduction to linear algebra, Linear Mappings

linear algebramatrices

I have these problems in Serge Lang's Introduction to linear algebra's Linear Mappings section.


(a) What is the dimension of the subspace of $R_n$ consisting of those vectors $A = (a_1, … ,a_n)$ such that $a_1 + … + a_n = 0$?

I did the following.
A is a set of linearly dependent vectors. $a_1 + … + a_{n-1} = -a_n$. So I think that the subspace can be generated by $(a_1, … ,a_{n-1})$ Consequently the dimension of the subspace is $n – 1$.
Am I right?


(b) What is the dimension of the subspace of the space of $n$ x $n$ matrices $(a_{ij})$ such that
$a_{11} +ยทยทยท+a_{nn} = \sum_{i=1}^n a_{ii} = 0?$

The second one should somehow be similar to the first one. But I don't understand how to solve it. And also I don't see how can I make use of linear mappings in these problems.


The answers in the book's answer section are (a) $n – 1$ (b) $n^2 – 1$.
Any help is appreciated. Thanks in advance.

Best Answer

For part $(a)$

Think of the linear map

$T:\mathbb{R}^n\to \mathbb{R}$ given by

$T(a_1,a_2,...,a_n)=a_1+a_2+..+a_n$

Notice that $T$ is non-zero linear transformation and the co-domain space is of dimension $1$

What is $\operatorname{Ker}(T)$ ? What happens if we apply the Rank-Nullity Theorem ?

Similarly for $(b)$ ,take the mapping

$U:M_n(\mathbb{R})\to \mathbb{R}$ defined by

$U(A) =\operatorname{tr}(A)$ .