Re: Re: Extracting the value from Solve
- To: mathgroup at smc.vnet.net
- Subject: [mg85780] Re: [mg85774] Re: Extracting the value from Solve
- From: "Matthias Bode" <lvsaba at hotmail.com>
- Date: Fri, 22 Feb 2008 04:59:53 -0500 (EST)
- References: <fphcce$8c8$1@smc.vnet.net> <200802212307.SAA18536@smc.vnet.net>
Hola Jens: "c) we have answered this several million times." - (I replied directly in order not to "spam" the forum.) Given, that this question is really so frequent: Couldn't it be possible that the manual ("THE BOOK") is not quite as explicit as it ought to be on this particular topic? (I made Lea Rebanks' experience with MATHEMATICA 2.x back in abt. 1992 - _after_ having read the manual cover to cover.) (Lea Reabanks intention/objective was to obtain the number without ANY parentheses.) Best regards, MATTHIAS BODE COCHABAMBA/BOLIVIA ----- Original Message ----- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de> To: <mathgroup at smc.vnet.net> Sent: Thursday, February 21, 2008 11:07 PM Subject: [mg85780] [mg85774] Re: Extracting the value from Solve > Hi, > > a) your equation can have more thhan one solution > so there is not always one value > b) > > x/. Solve[Tan[45*Degree]*x + (Sin[108.25718805973634]* > (-Sqrt[(-0.425185)^2 + 0.843815^2]))/ > Sin[135*Degree] == 0, x] > > will work. > > c) we have answered this several million times. > > Regards > Jens > > Lea Rebanks wrote: >> Hi All, >> >> After evaluating the following . >> >> Solve[Tan[45*Degree]*x + (Sin[108.25718805973634]* >> (-Sqrt[(-0.425185)^2 + 0.843815^2]))/ >> Sin[135*Degree] == 0, x] >> {{x -> 1.3253773537632034}} >> >> I wish to extract the value only . 1.3253773537632034 >> >> Any advice or help gratefully received. >> >> Many thanks. >> Best Regards - Lea Rebanks...
- References:
- Re: Extracting the value from Solve
- From: Jens-Peer Kuska <kuska@informatik.uni-leipzig.de>
- Re: Extracting the value from Solve