Category:C
From Mintoc
This category lists all problems on mintoc.de that have a description of differential equations in C format. Herein, the standard form is related to MUSCOD-format. For a standard MIOC written as
the format looks, e.g., something like this:
rhs[0] = xd[0] - xd[0]*xd[1] - p[0]*u[0]*xd[0]; rhs[1] = - xd[1] + xd[0]*xd[1] - p[1]*u[0]*xd[1];
for the special case
Here the vector entries rhs[i] contain the values of the right hand side function
. The vector entries xd[i] contains the differential variables xi(t), u[i] the control variables ui(t) or vi(t), and p[i] contains the model parameters por control differential variables qi(t) resp. ρi(t).
Pages in category "C"
The following 6 pages are in this category, out of 6 total.