let's say I have
var('Re')
f = 0.25 / (log(5.74 / Re^0.9, 10))^2 / 4
I'd like to expand/evaluate all numerical constants and see dependency
on Re like
f = c1 / log(Re^c2)
how to reach this?--~--~---------~--~----~------------~-------~--~----~ 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/sage-support URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
