In my branch named model there is a function named 'model' (for lack
of a better name) that rewrites and expression in terms of a single
variable and numbered constants. It is like constantsimp, but
constantsimp is targeting constants as they might arise from the
output of dsolve whereas 'model' is more general in what it is looking
for. I'm looking for suggestions for the name. Perhaps the simplest
thing to do is name ode's constantsimp as 'odeconstantsimp' and rename
model as 'constantsimp'. Another idea is 'cform' where the 'c' is, as
in 'cse', standing for 'constant'.

Other suggestions are welcome.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to