RE: Roots selection
- To: mathgroup at smc.vnet.net
- Subject: [mg42975] RE: [mg42960] Roots selection
- From: "David Park" <djmp at earthlink.net>
- Date: Thu, 7 Aug 2003 00:53:33 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Alex, Solve[x^3 - 1 == 0][[2]] {x -> -(-1)^(1/3)} Usually I would first evaluate Solve[x^3 - 1 == 0] to see all the solutions. Then I would select the solve statement and use the BasicInput palette to add the part position. David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: Alex [mailto:akhmel at hotmail.com] To: mathgroup at smc.vnet.net I am solving a cubic equation and I got 3 roots. How can select root number 2 for processing? Thanks, Alex