Re: [R] solve equations

2013-01-22 Thread Berend Hasselman
On 22-01-2013, at 14:20, paladini wrote: > Hello ! > I have a rather mathematical than statistical question. I have a formula: > P=R*T/(v-b) -a/(sqrt(T)*V*(V+b)) and I want to solve the equation for V , in > terms of V= . Is this possible with R or have I to use another program > perhaps

[R] solve equations

2013-01-22 Thread paladini
Hello ! I have a rather mathematical than statistical question. I have a formula: P=R*T/(v-b) -a/(sqrt(T)*V*(V+b)) and I want to solve the equation for V , in terms of V= . Is this possible with R or have I to use another program perhaps octave? thanking you in anticipation Claudia __