I have function $\sigma(u,v)=(f(u,v),g(u,v),h(u,v))$ s.t. $\sigma_u$ x $\sigma_v\neq(0,0,0)$ (cross-product)
also, there is the $3\times 2$ matrix : $$ \begin{bmatrix} f_u & f_v \\ g_u & g_v \\ h_u & h_v \\ \end{bmatrix}$$
also $\sigma_u(0,v)$ and $\sigma_v(0,v)$ are penpendicular.
the matrix has rank 2(when $u=v=0$). why? could you please help.
($f_u$ means derivative of $f$ wrt. $u$ )
If the matrix had rank $1$, we would then have $$f_v = a f_u; \,\,g_v = a g_u; \,\,h_v = a h_u$$ But since $\sigma_u(0,v)$ and $\sigma_v(0,v)$ are perpendicular, this would mean $a=0$, i.e., $f_v=g_v = h_v =0$ at $(0,v)$ or $f_u^2+g_u^2+h_u^2 = 0$ at $(0,v)$, i.e., $f_u=g_u = h_u =0$ at $(0,v)$. Both of which, I assume, doesn't make sense in the context of your problem.