In other words, at some point [itex](x_0,y_0)[/itex], F(x,y) is replaced by its "tangent plane approximation",
[tex]\frac{\partial F}{\partial x}(x_0,y_0)(x- x_0)+ \frac{\partial F(x_0, y_0)}{\partial y}(y- y_0)+ F(x_0, y_0)[/tex]
and G(x, y) is replaced by its "tangent plane approximation",
[tex]\frac{\partial G}{\partial x}(x_0,y_0)(x- x_0)+ \frac{\partial G}{\partial y}(x_0, y_0)(y- y_0)+ G(x_0, y_0)[/tex]
Now, you have the two equations
[tex]\frac{dx}{dt}= \frac{\partial F}{\partial x}(x_0,y_0)(x- x_0)+ \frac{\partial F(x_0, y_0)}{\partial y}(y- y_0)+ F(x_0, y_0)[/tex]
[tex]\frac{dy}{dt}= \frac{\partial G}{\partial x}(x_0,y_0)(x- x_0)+ \frac{\partial G}{\partial y}(x_0, y_0)(y- y_0)+ G(x_0, y_0)[/tex]
which we can write as the matrix equation
[tex]\frac{d}{dt}\begin{pmatrix}x \\ y\end{pmatrix}= \begin{pmatrix}\frac{\partial F}{\partial x}(x_0, y_0) & \frac{\partial F}{\partial y}(x_0, y_0) \\ \frac{\partial G}{\partial x}(x_0, y_0) & \frac{\partial G}{\partial y}(x_0, y_0)\end{pmatrix}\begin{pmatrix}x- x_0 \\ y- y_0\end{pmatrix}+ \begin{pmatrix}F(x_0, y_0) \\ G(x_0, y_0)\end{pmatrix}[/tex]