I am using the textbook Linear Algebra done right by Sheldon Axler (fourth edition) to teach an undergraduate linear algebra course. Please find here a link to the book here.
Now Axler does not introduce the idea of determinants and characteristic polynomials while discussing eigenvalues and minimal polynomials. So after section 5B if one needs to solve the following question, how should one solve the question without using determinants?
The question is as follows: Find the eigenvalues and minimal polynomial of the given operator $T$ on $\mathbb{R}^3$, defined by $T(x,y,z)=(x+y, x+2y, 3z)$
Note: I am aware of this question, but here they are discussing only $2\times 2$ matrices. My operator above involves a $3\times 3$ matrix.
So basically I need to find values of $\lambda$ such that there exists $(x,y,z)\neq 0\in \mathbb{R}^3$, such that $T(x,y,z)=\lambda(x,y,z)$. i.e if the equation $(T-\lambda I)(x,y,z)=0$ has a non trivial solution in $\mathbb{R}^3$ i.e does the system $$\begin{bmatrix} 1-\lambda & 1 & 0 \\ 1 & 2-\lambda & 0\\ 0 & 0 & 3-\lambda \end{bmatrix}\begin{bmatrix} x \\ y \\ z \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \\ 0 \end{bmatrix} $$ have a non trivial solution.
Now for $(x,y,z)$ to be a non trivial solution , at least one of $x$ or $y$ or $z$ has to be non-zero.
Suppose I take $x\neq 0$ I get $\lambda$ to be the values $\frac{3}{2}-\frac{\sqrt{5}}{2}$ and $\frac{3}{2}+\frac{\sqrt{5}}{2}$. So I have got two eigenvalues out of maximum three. I see it is very evident that $\lambda=3$ is also an eigenvalue. I will get that if I assume $z\neq 0$.
My question is can I consider the two cases? i.e Case 1: Since $(x,y,z)\neq 0$ so I can assume $x\neq 0$ and Case 2: Since $(x,y,z)\neq 0$ so suppose $z\neq 0$.
Or is it, as I suppose I can consider only one case?