Variable Assignment
- To: mathgroup at smc.vnet.net
- Subject: [mg14007] Variable Assignment
- From: wax at waxer.com (wax)
- Date: Sun, 13 Sep 1998 02:45:09 -0400
- Organization: AT&T WorldNet Services
- Sender: owner-wri-mathgroup at wolfram.com
FindRoot[Exp[x] == x^2, {x, -0.5}] {x --> -0.703467} How do I assign the result [-0.7033467] to a variable?