The SimpleExpression library is designed to allow simple manipulations of
algebraic quantities like "3x + 4" or "7xy * sin(z)". In its initial form
it can parse and evaluate such expressions, and may eventually become more
capable.

It's designed to be hooked into a numeric integrator, though that will
be through a different gem rather than the SimpleExpression gem.