Louise Johnson
Junior Member
- Joined
- Jan 21, 2007
- Messages
- 103
I have a graph with coordinates
What does it look like using these functions? (Just giving me the new coordinates would be great.)
1) 1 / f(x)
2) |f(x)| - 2
Code:
+---+----+----+----+----+----+
| x | -2 | -1 | 0 | 2 | 4 |
+---+----+----+----+----+----+
| y | 0 | -2 | 0 | 2 | 0 |
+---+----+----+----+----+----+
1) 1 / f(x)
2) |f(x)| - 2