Casio ClassPad II Custom Commands

printpts (Program)

Command last updated 9/7/2022.

Download

printpts(f, {s})

Returns a list of coordinates of points on f corresponding to the x-values in s.

Example

Find the y-values of the points where x=,1,0,1, on y=(x1)2(x+2)3.

printpts((x-1)^2 (x+2)^3, {-∞, -1, 0, 1, ∞})

Contributed by Nhan