discrete plot f = n * (2^(-n) - 1) for 0 < n <= 10
-1
votes
You can append a plot keyword at the beginning of your function. So, in your case, it would be something like this
plot f = n * (2^(-n) - 1) with n > 0
which will give the following result
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more