| 1 | initial version |
Here’s a workaround for plotting:
list_plot( [[t, F(t)] for t in (1,1.1..2)], plotjoined=True )
with a live example. For integration you could likewise evaluate the function at discrete points, add all interior evaluations plus half of the values at the endpoints and multiply by the step size (i.e., a discrete integral).
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.