MathGroup Archive 2004

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

Search the Archive

Solving an equation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg51299] Solving an equation
  • From: jujio77 at yahoo.com (Scott)
  • Date: Thu, 14 Oct 2004 06:35:14 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I have an equation, Gamma[a+I b] = some complex number.  I need to
solve this equation for a and b.  I can write a+I b as z, but it can't
be solved through NSolve.  What I have been doing is a double do loop
for a and b and getting some number.  Then I compare this to the
number I have.  Then I narrow down my possibilities for a and b, and
go through the process again.  Does anyone know of a better way to do
this problem?  Is there a way to have Mathematica compare each result
of the do loop to a given value, and given certain conditions spit out
an answer for a and b?

Hope that makes sense.


  • Prev by Date: One quesiton about Combinatorica
  • Next by Date: Re: Calculus : limits
  • Previous by thread: One quesiton about Combinatorica
  • Next by thread: Re: Solving an equation