Use the
key to get to the function editor, and then enter the functions.
__________________________________________
| |
| Y1=(.5X+4)*(X<-2) |
| |
| |
| |
| |
| |
| |
| |
| |
|__________________________________________|
Note the term (X<-2) that restricts the domain.
sequence of keys.
key.
key, rather than the
key.
__________________________________________
| |
| Y1=(.5X+4)*(X<-2) |
| |
| Y2=(1-X)*(-2<X)*(X<2) |
| |
| |
| |
| |
| |
| |
| |
| |
|__________________________________________|
The two terms (-2<X) and (X<2)
are necessary to describe the inequality -2 < x < 2.
__________________________________________
| |
| Y1=(.5X+4)*(X<-2) |
| |
| Y2=(1-X)*(-2<X)*(X<2) |
| |
| Y3=(.2(X-2)^2-1)*(2<X) |
| |
| |
| |
| |
| |
| |
| |
|__________________________________________|
Now press the
key. You should see a graph that has been defined in three pieces.
Two of the pieces are straight lines,
and the third is part of a parabola that is concave up.