I am confused when it comes to writing the eigenvectors of a matrix. The problem that I am having specifically is determining whether or not I set x = 1 or y = 1 for the eigenvector of a 2x2 matrix. For example, the 2x2 matrix below,
$$ \begin{matrix} 3/4 & \sqrt{3}/4 \\ \sqrt{3}/4 & 1/4 \\ \end{matrix} $$
The eigenvalues are 0 and 1, so I get the following equations to determine the x and y-component of the eignenvectors:
$$ 3x + \sqrt{3}y = 0 $$ $$ 3x + \sqrt{3}y = 4 $$
What I did in both cases was made x the subject of y and set x = 1 to get the value of y, but in the solution to this question y was set to 1 instead. So the order of my eigenvector components was wrong. How do I know when to set x equal to or y equal to 1? Thank you