MAT200
Franklin College
Erich Prisner
A range variable takes on many values. Type x:1;10 below your function definition---you will see x:=1..10. Now type x= and you see all x-values. Type f(x)= and you see all function values of the x-values (y-values). You can also change the increment. Replace your definition of the range variable x by x:1,1.3;10 and see what happens.
To plot a function f(x) from a to b, the function has to be defined already, and x has to be a range variable ranging (at least) from a to b with tiny increments (less than 0.1). MathCad creates a table of x- and y-values, plots these points, and connects them by straight lines. You type @, replace the middle placeholder at the bottom by x, the middle placeholder on the left by f(x). The other two bottom placeholder you replace by a and b, the boundaries for your plot.
Just replace the middle left placeholder by f(x),g(x),h(x) (provided all these functions are defined). You format a plot by double-clicking on it. You resize the plot region by drag-selecting it and moving the mouse until you see arrows (right and bottom). Then drag.
Create a MathCad sheet where you plug in the slope and one point, and which automatically computes the function through the point having this slope, and also displays it, with x between -3 and 5.
Create a MathCad sheet where you just have to give the coordinates of two points, and which automatically computes the formula of the linear function through both, and displays it with x between -3 and 5.
Erich Prisner, August 2004