Suppose I have a system of recursive functions of discrete time
$$\mathbf{x}(t+1) = \mathbf{A}\mathbf{x}(t)$$
where $\mathbf{A}$ is a square matrix. How can I find a system of first order ordinary differential equations
$$\mathbf{\dot{x}}(t) = \mathbf{B}\mathbf{x}(t)$$
so that, sharing the initial state $\mathbf{x}(0)$, every solution $(t, \textbf{x})$ to the former is also a solution to the latter?
Letting $\mathbf{B} = \mathbf{A}$ doesn’t work.