Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 11 years ago

kcrisman gravatar image

Try this:

points([(n,1/n) for n in range(1,101)])

You can use list_plot as well.