Hi guys! Its probably a very simple question..
Suppose you have some function f(x).
ListPlot[Table[f, {x, 1, 5}]]
gives you all values of the function for x=1,2,3,4,5 But, what is the syntax if I'd like to take particular values, say f(1) and f(3)?
Many thanks, D