1

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.

Dean
  • 655
  • 5
  • 9
  • Tan[x] is the same as Tan@x, as well as x//Tan – Feyre Nov 05 '16 at 14:47
  • Tan[x] is the same as Tan@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
  • When a piece of code doesn't do what you expect it to, always show an example in your question. See http://sscce.org/ for guidance on how to write a useful example. – Szabolcs Nov 06 '16 at 12:33
  • @Feyre, Alan and Szabolcs, thanks a lot. My problem is now resolved. – Dean Feb 26 '17 at 15:29

0 Answers0