2
$\begingroup$

$T$ is a linear transformation from $\mathbb{R}^3$ to $\mathbb{R}^3$ such that $T(u) = u$, $T(v) = 2v$, $T(w) = 3w$, where $u,v,w$ are non-zero. Then which are these are necessarily true:

  1. $det(T) = 6$.
  2. ${u,v,w}$ is a basis of $\mathbb{R}^3$.
  3. $T$'s characteristic polynomial is $(x-1)(x-2)(x-3)$.

Or is there not enough information?

Attempt

If ${u,v,w}$ are the standard basis of $\mathbb{R}^3$, then all three results follow. But I am kinda stuck when considering ${u,v,w}$ that are not the standard basis.

  • 0
    You can write down the matrix of a map with respect to any basis that you like. So if you knew 2, you would know 1 and 3 (for the same reason you know it when u, v, and w are the standard basis vectors). But how can eigenvectors with distinct eigenvalues be linearly dependent?2012-11-04

1 Answers 1

6

Assuming $u,v,w$ are nonzero,

on the hypotheses, 1, 2, and 3 are all eigenvalues of $T$. It's not hard to prove that eigenvectors belonging to distinct eigenvalues are linearly independent, so $u,v,w$ form a basis. The characteristic polynomial has the eigenvalues as roots, and the determinant is the product of the eigenvalues.

but if even one of $u,v,w$ is zero, 2 is false, and 1 and 3 might be false.

  • 0
    Gosh I missed the key insight of seeing them as eigenvectors/eigenvalues! I'll edit in the fact that $u,v,w$ are non-zero. Thanks!2012-11-04