MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Extracting the value from Solve

  • To: mathgroup at smc.vnet.net
  • Subject: [mg85789] Re: Extracting the value from Solve
  • From: Gaudium <nesearal at gmail.com>
  • Date: Fri, 22 Feb 2008 05:04:41 -0500 (EST)
  • References: <fphcce$8c8$1@smc.vnet.net>

Hi, I hope this will help:

*******
value = Solve[Tan[45*Degree]*x + (Sin[108.25718805973634]*(-
Sqrt[(-0.425185)^2 + 0.843815^2]))/Sin[135*Degree] == 0, x];
n = x /. value[[1]];
n
********
I think n is the value you need.

Nese


  • Prev by Date: Re: Inset headache
  • Next by Date: Matching HoldPattern explicitly
  • Previous by thread: Re: Extracting the value from Solve
  • Next by thread: Re: Extracting the value from Solve