Using the Solve function to find Temperature of a system, I receive an output of
T -> x
How can I remove the T -> from the output so I can use the number in a graph (or whatever)?
Example of code:
For[i = 1, i < 18, i++,
AppendTo[intTemp,
Solve[tungParabola == (vcData[[1, i, 1]]/vcData[[1, i, 2]])/w150] [[2]] ] ]