Tagged Questions
1
vote
3answers
424 views
How to write values of function to file?
For example, say I wanted to plot Sin(x) like this:
Plot[Sin[x],{x,0,2 Pi}]
But instead of plotting to a graph, I want to now tabulate the values of Sin[x] to a ...