Plotting

Enter and plot a function
Scale the y-axis
Change a plot's color
Find points of intersection
Plot a family of functions
Plot an implicitly defined curve
Plot an inequality
Plot an ellipse
Plot a function using constants
Plot a family of functions using an iterated constant


To plot the function y = x/(x^2 - 4) on the interval -4 <= x <= 4,

Topic Start Section Start


If you want to specify your own scaling for the y-axis, for example, -5 <= y <= 5,

Topic Start Section Start


To change the color of the plot,

Topic Start Section Start


To find the points of intersection of the curves y = x/(x^2 - 4) and y = x^2 - 4,

Topic Start Section Start


To plot the family of functions: y = x^2, y = x^2 + 1, and y = x^2 + 2,

Topic Start Section Start


To plot the implicit equation x^2 + y^3 = 4 on -5<= x <= 5 and -5 <= y <= 5,

Topic Start Section Start


To plot the inequality 2x + 5y <= 4,

Topic Start Section Start


To plot the ellipse (x-1)^2/(3^2) + (y+1)^2/(2^2) = 1,

Topic Start Section Start


To plot a function using constants,

Topic Start Section Start


To plot a family of functions using an iterated constant,

Topic Start Section Start Previous Section Next Section

Copyright 2000-2008 Adam O. Hausknecht and Robert E. Kowalczyk