angeloscuro
Joined: 19 Apr 2010 Posts: 1
|
Posted: April 19, 2010 8:40 AM Post subject: Solve Command |
|
|
I am trying to write a program for my chemistry, I have the solve command set up like so | Code: | | solve(ln(K1/K2)=H/R((1/T1)-(1/T2)),x)->v | (I plug in an x for the missing variable) then when I have it display v I get "x=somenumber" is there anyway to get rid of the "x=" part so I have just the number? |
|