0

I am using the Solve function to obtain two solutions for a quadratic, then I want to use those two solutions as input for something else but I can't because they are in the form of (x->number}

potential = 5/2*x^2
solut2 = Part[Solve[potential == 40, x], 2]

The output that comes out is

{x -> 4}

but I need simply 4 to be the input in some other functions. Thank for your help!

David G. Stork
  • 41,180
  • 3
  • 34
  • 96
Mattia
  • 1

0 Answers0