I have a set of nonlinear differential equations with parameters.
$$\dot{\vec{x}} = F(\vec{x},\vec{\beta}) $$
where $\vec{x} \in \mathbb{R}^p$ and $\vec{\beta} \in \mathbb{R}^q$ ($p,q \in \mathbb{R}$) and $F$ is a continuous real function with enough derivatives (these are just multivariate polynoms).
$\vec{x}(0)$ is known and solution $\vec{x}(t)$ converges very fast to $\vec{x}(\infty)$ (I use Runge-Kuta method for numerical evaluation)
I need to evaluate also $\frac{\partial{x_i(\infty)}}{\partial{\beta_j}}$.
Could someone please show me, how to expand the system of equations to obtain these derivatives?