tcporco / SageBoxModels

GNU General Public License v2.0
1 stars 0 forks source link

consolidate, generalize "reduce" code #3

Open worden-lee opened 8 years ago

worden-lee commented 8 years ago

The "reduce" operation, of making an $$n-1$$-dimensional system from an $$n$$-dimensional one, is coded in slightly different ways in various operations to construct (mostly stochastic) dynamical systems from box models. It would be nice to combine those into a single thing, and also to have the systems themselves be able to reduce their dynamics when there's a conserved quantity.

worden-lee commented 8 years ago

https://github.com/worden-lee/SageDynamics/issues/7