On Saturday, June 20, 2015 at 9:23:48 PM UTC-7, Lee Worden wrote: > > I guess this is because it's made the decimal numbers in the input > equations into rational numbers before solving? Can I convince it to > leave them in floating point form? I considered writing a converter to > traverse those equations as SR expressions and convert the numbers, but > I'd rather not. Likewise, I'm sure I could do the ODE by constructing a > matrix inversion routine and using it on the fly, but I'd really just > like to solve the equation using floating point. Any suggestions? >
sympy.solve() seems to do this. It's great that it's so easy to convert expressions to and from sympy! -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
