I\'m fairly new to SymPy and have what might be a basic question. Or I might simply be misinterpreting how SymPy is supposed to be used.
Is there a way to create an
there's also quantities:
In [1]: from quantities import * In [2]: v = 1397*m / (3125*s) In [3]: v Out[3]: array(0.44704) * m/s In [8]: v.units = mile/hour In [9]: v Out[9]: array(1.0) * mi/h