 
 
 
 
 
 
Re: Solve-Problem!
- To: mathgroup at smc.vnet.net
- Subject: [mg33666] Re: [mg33653] Solve-Problem!
- From: BobHanlon at aol.com
- Date: Fri, 5 Apr 2002 01:30:39 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 4/4/02 8:14:58 PM, Emperor2002 at web.de writes:
>I have the equation:
>
>Sin[x] = x - 1
>
>The equation Mathematica cant solve with Solve[......]! But how Mathematica
>can solve it??
>
FindRoot[Sin[x] == x - 1, {x, 2}]
Bob Hanlon
Chantilly, VA  USA

