| Author |
Comment/Response |
Quantumboredom
|
04/29/10 05:04am
Hello. I am wondering if it is possible to get the pure result (meaning just the number) from functions like Reduce[]? For instance, if I do Reduce[somefittedfunction[x]==1,x,Reals] the result might be x = 1.2. But I often find myself wanting to insert this solution directly in a list, ready for further use or plotting. But the "x =" part of the output makes this impossible, forcing me to do this by hand, which can be a pain if I want to do the same thing again, just with a different base data set. Is there any way to either make a function return just the numeric result, or to somehow extract just the number from "x = 1.2"?
URL: , |
|