The Hill's equation $(H)$ is defined as $y'' + p(t)y=0$ where $p(t+T)=p(t) \forall t$. Let $x_1=y$ and $x_2=y'$, and let $x=\begin{bmatrix}{x_1}\\{x_2}\end{bmatrix}$, so $x'=\begin{bmatrix}{0}&{1}\\{-p(t)}&{0}\end{bmatrix}x$.
Now we consider the solutions of $(H)$ with the following initial conditions: $\varphi_1(0) = 1$, $\varphi_2(0) = 0$, $\varphi_1'(0) = 0$ and $\varphi_2'(0) = 1$.
My Floquet's Theory notes says that $\phi(t) = \begin{bmatrix}{\varphi_1}&{\varphi_2}\\{\varphi_1'}&{\varphi_2'}\end{bmatrix}$ is a fundamental matrix of $(H)$, but I don't know why. Could anybody explain that? Thanks