Re: [sympy] Expressing equation in terms of variables

2015-05-24 Thread Amit Saha
On Mon, May 25, 2015 at 5:18 AM, wrote: > Hi all, > > I am new to SymPy and I am trying to rearrange equations in order to express > one variable in terms of another in SymPy. > For example, I have two physics equations F=ma and rho=m/v which I defined > in the beginning. I want to re-express ``a

[sympy] Expressing equation in terms of variables

2015-05-24 Thread dorislee
Hi all, I am new to SymPy and I am trying to rearrange equations in order to express one variable in terms of another in SymPy. For example, I have two physics equations F=ma and rho=m/v which I defined in the beginning. I want to re-express ``a`` in terms of f,rho, and v. However, the ``solve``