[sympy] Re: Evaluating Expression

2014-06-29 Thread Chris Smith
If foo is that expression then just solve(foo) will give the answer...solve(foo, rb) in case there are any other symbols. On Sunday, June 29, 2014 3:08:00 PM UTC-5, an...@britishideas.com wrote: > > Hi, > > I have the following expression in sympy: > > -0.497/rb == 2.5 > > How can I e

[sympy] Re: Evaluating Expression

2014-06-30 Thread andy
Gah... I was sure I tried that but I obviously didn't because it works. Thank you! On Sunday, June 29, 2014 10:56:50 PM UTC+1, Chris Smith wrote: > > If foo is that expression then just solve(foo) will give the > answer...solve(foo, rb) in case there are any other symbols. > > On Sunday, June 29