I am doing an exercise to find the structures constants of $sl(2,F)$ given the basis elements $x_1 = \begin{bmatrix} 0, 1\\ 0,0\end{bmatrix}, x_2 = \begin{bmatrix} 0 , 0 \\ 1, 0\end{bmatrix}, x_3 = \begin{bmatrix} 1 , 0 \\ 0, -1\end{bmatrix}$.
I thought I should apply the jacobi identity to all possible pairs of the basis elements, but this has been a lot of writing and I do not see how I am supposed to determine the values of the coefficients. I eventually get https://i.stack.imgur.com/LtJul.png I can group by $x_1,x_2,x_3$, but after that I do not know what could be done.
I also tried examining the skew-symm property.
$[x_1, x_2] = a_{12}x_1 + a_{12}^{2}x_2 + a_{12}^{3}x_3$. So then $[x_1, x_2] = -[x_2, x_1]$ yields $a_{12}x_1 + a_{12}^{2}x_2 + a_{12}^{3}x_3 = -(a_{12}x_1 + a_{12}^{2}x_2 + a_{12}^{3}x_3)$, but doesn't that imply that each coefficient $a_{12}^{i}$, for $i =1,2,3$ is just $0$? Because we get $a_{12} = - a_{12}$ and such.
Can I please have a kick in the right direction?