For constants $a,b,c > 0 $
we're given the Lorenz-System:
$$\begin{cases}x'=a(y-x) \\ y'=bx -y - xz \\z'= xy -cz\end{cases}$$
I just want to find a Lyapunov function and don't know what I've done wrong:
Use $L(x,y,z)=x^2+ay^2+az^2$ We know that $$\dot L=\nabla L \cdot f= 2\begin{pmatrix}x \\ ay \\az\end{pmatrix}\cdot\begin{pmatrix}a(y-x) \\ -bx-y-xz \\xy-cz\end{pmatrix}$$
Edit:
As Robert mentioned :
$\dot L =-4ax^2+(2ab+4a)xy-2ay^2-2acz^2 $
So
$2x+2ay+2az=-4ax^2+(2ab+4a)xy-2ay^2-2acz^2$
$x+ay+az=-2ax^2+(ab+2a)xy-ay^2-acz^2$