I am studying distributions and when they are involutive and the Froebenius's Theorem. I cam across an example but I don't understand how to solve it.
I have a distribution $\Delta$ defined as:
$\Delta=span\{v,w\}$
where
$v= \left( \begin{matrix} -y \\ x\\0 \end{matrix} \right)$
$w= \left( \begin{matrix} 2zx \\ 2yz\\ z^2+1-x^2-y^2 \end{matrix} \right)$
In the slides I found on the internet it says:
$\left[ v,w\right]\equiv0$
But I tried to compute it (with $s=[x\;y\;z]^T$):
$\left[ v,w\right] \frac{\partial w}{\partial s}v-\frac{\partial v}{\partial s}w = -[2z\;2z\;2z][-y\;x\;0]^T=2zy-2zx \neq0$
What I do wrong?
Thanks for the help