Re: Problems with Solve
- To: mathgroup at smc.vnet.net
- Subject: [mg17063] Re: Problems with Solve
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 14 Apr 1999 02:12:07 -0400
- Organization: Universitaet Leipzig
- References: <7es42r$cdb@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, xsol= x /. Solve[eqn.x] will save the result in xsol. Hope that helps Regards Jens Tanveer Choudhury wrote: > > I have an equation > eqn == rhs > > Solving in the following way > > Solve[eqn,x] > > the output is something like > > x->2.11 > > how do I save the value for x to someother variable... > > u can mail to tanveer at wam.umd.edu > > thanx