In the post How to Extract data points from plot in mathematica to redraw it with another program?, I found out Tan @ x and Tan[x] are generating different data on export. What the context under which @ is used in Mathematica. For example, Catenate @, Tan @ x and Sort @ Select.
Asked
Active
Viewed 48 times
1
Tan[x]is the same asTan@x, as well asx//Tan– Feyre Nov 05 '16 at 14:47Tan[x]is the same asTan@x, so presumably your have an order of operations problem. Try parentheses, or post simple code that illustrates the problem. – Alan Nov 05 '16 at 14:48